projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c246ea5
)
dev-ruby/rb-gsl: update gsl dependency, bug 574742
author
Hans de Graaff
<graaff@gentoo.org>
Tue, 16 Feb 2016 19:35:20 +0000
(20:35 +0100)
committer
Hans de Graaff
<graaff@gentoo.org>
Tue, 16 Feb 2016 19:36:34 +0000
(20:36 +0100)
Update dependency on sci-libs/gsl to only include versions
that work. Currently gsl-2.1 is no longer compatible.
Package-Manager: portage-2.2.26
dev-ruby/rb-gsl/rb-gsl-1.16.0.6.ebuild
patch
|
blob
|
history
diff --git
a/dev-ruby/rb-gsl/rb-gsl-1.16.0.6.ebuild
b/dev-ruby/rb-gsl/rb-gsl-1.16.0.6.ebuild
index 42f79f97cc11831e03fdf5887e625fe647fc64e3..57d572c2be28a38c90ff237f480c2781606a48de 100644
(file)
--- a/
dev-ruby/rb-gsl/rb-gsl-1.16.0.6.ebuild
+++ b/
dev-ruby/rb-gsl/rb-gsl-1.16.0.6.ebuild
@@
-20,8
+20,8
@@
SLOT="0"
KEYWORDS="~amd64"
IUSE="doc"
-DEPEND+=" >=sci-libs/gsl-1.15"
-RDEPEND+=" >=sci-libs/gsl-1.15"
+DEPEND+=" >=sci-libs/gsl-1.15
<sci-libs/gsl-2.1
"
+RDEPEND+=" >=sci-libs/gsl-1.15
<sci-libs/gsl-2.1
"
RUBY_S="${PN}-${P}"