diff options
-rw-r--r-- | sci-electronics/geda/ChangeLog | 5 | ||||
-rw-r--r-- | sci-electronics/geda/geda-1.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-electronics/geda/ChangeLog b/sci-electronics/geda/ChangeLog index cd68355d1ec2..e7289156847a 100644 --- a/sci-electronics/geda/ChangeLog +++ b/sci-electronics/geda/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-electronics/geda # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda/ChangeLog,v 1.37 2007/09/18 09:59:40 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda/ChangeLog,v 1.38 2007/09/19 11:50:32 calchan Exp $ + + 19 Sep 2007; Denis Dupeyron <calchan@gentoo.org> geda-1.1.1.ebuild: + Fixed guile dependency. *geda-1.2.0 (18 Sep 2007) diff --git a/sci-electronics/geda/geda-1.1.1.ebuild b/sci-electronics/geda/geda-1.1.1.ebuild index 8d8b9d9377c8..d5b563da696a 100644 --- a/sci-electronics/geda/geda-1.1.1.ebuild +++ b/sci-electronics/geda/geda-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda/geda-1.1.1.ebuild,v 1.1 2007/07/19 09:35:13 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda/geda-1.1.1.ebuild,v 1.2 2007/09/19 11:50:32 calchan Exp $ inherit eutils @@ -24,7 +24,7 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86" SLOT="0" DEPEND=">=x11-libs/gtk+-2.4 - >=dev-scheme/guile-1.6.3 + =dev-scheme/guile-1.8* =sci-libs/libgeda-${PV}" pkg_setup() { |