diff options
author | 2016-02-16 20:35:20 +0100 | |
---|---|---|
committer | 2016-02-16 20:36:34 +0100 | |
commit | 606483b14bf74b2ecbf4676767d503610dabb02d (patch) | |
tree | cab52064aee716bbb9ab3de474ecdba571ed5f1b /dev-ruby/rb-gsl | |
parent | dev-ruby/rb-gsl: update upstream remote-id (diff) | |
download | gentoo-606483b14bf74b2ecbf4676767d503610dabb02d.tar.gz gentoo-606483b14bf74b2ecbf4676767d503610dabb02d.tar.bz2 gentoo-606483b14bf74b2ecbf4676767d503610dabb02d.zip |
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
Diffstat (limited to 'dev-ruby/rb-gsl')
-rw-r--r-- | dev-ruby/rb-gsl/rb-gsl-1.16.0.6.ebuild | 4 |
1 files 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 42f79f97cc11..57d572c2be28 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}" |