diff options
author | Michael Weber <xmw@gentoo.org> | 2017-01-29 17:44:11 +0100 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-01-29 17:45:07 +0100 |
commit | 356228dd91f5f9f46f9fb25f24918e117cb8af50 (patch) | |
tree | 0b677677b1ffb022197f5ea298cf7c52a02a9dd0 /sci-electronics | |
parent | media-video/openshot: remove old (diff) | |
download | gentoo-356228dd91f5f9f46f9fb25f24918e117cb8af50.tar.gz gentoo-356228dd91f5f9f46f9fb25f24918e117cb8af50.tar.bz2 gentoo-356228dd91f5f9f46f9fb25f24918e117cb8af50.zip |
sci-electronics/geda: Fix depend on guile-2 (bug 594708).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/geda/geda-1.9.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-electronics/geda/geda-1.9.2.ebuild b/sci-electronics/geda/geda-1.9.2.ebuild index 7ae8aab01fd7..6983954e112b 100644 --- a/sci-electronics/geda/geda-1.9.2.ebuild +++ b/sci-electronics/geda/geda-1.9.2.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 # $Id$ @@ -23,7 +23,7 @@ CDEPEND=" x11-libs/pango >=x11-libs/cairo-1.2.0 x11-libs/gdk-pixbuf - dev-scheme/guile + >=dev-scheme/guile-2.0.0 nls? ( virtual/libintl ) stroke? ( >=dev-libs/libstroke-0.5.1 )" |