diff options
author | Michael Weber <xmw@gentoo.org> | 2017-12-23 19:57:52 +0100 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-12-23 19:58:55 +0100 |
commit | 3f65159b5cd9660500e374cf405249a48ee40e35 (patch) | |
tree | 8e553073771d4b312d2948539a0cdc34c11e17ea /sci-electronics | |
parent | sci-biology/bamtools: Remove old (diff) | |
download | gentoo-3f65159b5cd9660500e374cf405249a48ee40e35.tar.gz gentoo-3f65159b5cd9660500e374cf405249a48ee40e35.tar.bz2 gentoo-3f65159b5cd9660500e374cf405249a48ee40e35.zip |
sci-electronics/gwave: Restrict guile-2.2, thanks Juergen Rose.
Closes: https://bugs.gentoo.org/640804
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/gwave/gwave-20120229.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-electronics/gwave/gwave-20120229.ebuild b/sci-electronics/gwave/gwave-20120229.ebuild index 8d3fc5038203..9b452ec42612 100644 --- a/sci-electronics/gwave/gwave-20120229.ebuild +++ b/sci-electronics/gwave/gwave-20120229.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -19,6 +19,7 @@ IUSE="gnuplot plotutils" SLOT="0" DEPEND=">=dev-scheme/guile-2[deprecated,networking] + <dev-scheme/guile-2.2 dev-scheme/guile-gnome-platform x11-libs/guile-gtk" |