commit: 606483b14bf74b2ecbf4676767d503610dabb02d
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 16 19:35:20 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Feb 16 19:36:34 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=606483b1
dev-ruby/rb-gsl: update gsl dependency, bug 574742
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 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 42f79f9..57d572c 100644
--- 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}"