summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-ellipsis/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-ellipsis/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-ellipsis/package.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/r-ellipsis/package.py b/var/spack/repos/builtin/packages/r-ellipsis/package.py
index 0f110c4f64..d2d72d427b 100644
--- a/var/spack/repos/builtin/packages/r-ellipsis/package.py
+++ b/var/spack/repos/builtin/packages/r-ellipsis/package.py
@@ -14,7 +14,6 @@ class REllipsis(RPackage):
The ellipsis package provides a collection of functions to catch problems
and alert the user."""
- homepage = "https://github.com/r-lib/ellipsis"
cran = "ellipsis"
version('0.3.2', sha256='a90266e5eb59c7f419774d5c6d6bd5e09701a26c9218c5933c9bce6765aa1558')
@@ -23,5 +22,5 @@ class REllipsis(RPackage):
version('0.2.0.1', sha256='0e6528c5e8016c3617cc1cfcdb5a4bfeb073e0bd5ea76b43e56b0c3208a0a943')
depends_on('r@3.1:', type=('build', 'run'))
- depends_on('r@3.2:', when='@0.3:', type=('build', 'run'))
+ depends_on('r@3.2:', type=('build', 'run'), when='@0.3:')
depends_on('r-rlang@0.3.0:', type=('build', 'run'))