diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2007-03-03 14:45:00 +0000 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2007-03-03 14:45:00 +0000 |
commit | ee352c090fdefa87f3055b49794d316ef287fa17 (patch) | |
tree | 6dd70eb1bf2ebb9bd67743ff231311d9e8db718a /sci-electronics | |
parent | Stable on ppc wrt bug 153225 (diff) | |
download | gentoo-2-ee352c090fdefa87f3055b49794d316ef287fa17.tar.gz gentoo-2-ee352c090fdefa87f3055b49794d316ef287fa17.tar.bz2 gentoo-2-ee352c090fdefa87f3055b49794d316ef287fa17.zip |
Fixed guile dependency, thanks to Gabriel Devenyi (bug #164496).
(Portage version: 2.1.2-r13)
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/geda/ChangeLog | 6 | ||||
-rw-r--r-- | sci-electronics/geda/geda-20060123.ebuild | 4 | ||||
-rw-r--r-- | sci-electronics/geda/geda-20061020.ebuild | 3 |
3 files changed, 9 insertions, 4 deletions
diff --git a/sci-electronics/geda/ChangeLog b/sci-electronics/geda/ChangeLog index 98896b487b47..8b1601163a97 100644 --- a/sci-electronics/geda/ChangeLog +++ b/sci-electronics/geda/ChangeLog @@ -1,6 +1,10 @@ # 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.28 2007/01/10 18:57:29 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda/ChangeLog,v 1.29 2007/03/03 14:45:00 calchan Exp $ + + 03 Mar 2007; Denis Dupeyron <calchan@gentoo.org> geda-20060123.ebuild, + geda-20061020.ebuild: + Fixed guile dependency, thanks to Gabriel Devenyi (bug #164496). 10 Jan 2007; Piotr Jaroszyński <peper@gentoo.org> Manifest: Fix Manifest. diff --git a/sci-electronics/geda/geda-20060123.ebuild b/sci-electronics/geda/geda-20060123.ebuild index 871d88782fa6..489077c101f4 100644 --- a/sci-electronics/geda/geda-20060123.ebuild +++ b/sci-electronics/geda/geda-20060123.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-20060123.ebuild,v 1.6 2007/01/10 17:46:11 hkbst Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda/geda-20060123.ebuild,v 1.7 2007/03/03 14:45:00 calchan Exp $ inherit eutils @@ -27,8 +27,8 @@ SLOT="0" DEPEND=">=dev-libs/glib-1.2.10 >=x11-libs/gtk+-2.2 - >=dev-scheme/guile-1.6.3 + <dev-scheme/guile-1.8 >=sys-libs/zlib-1.1.0 >=media-libs/libpng-1.2.0 >=dev-util/pkgconfig-0.15.0 diff --git a/sci-electronics/geda/geda-20061020.ebuild b/sci-electronics/geda/geda-20061020.ebuild index 6ce025e830be..687432fd76e3 100644 --- a/sci-electronics/geda/geda-20061020.ebuild +++ b/sci-electronics/geda/geda-20061020.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-20061020.ebuild,v 1.2 2007/01/10 17:46:34 hkbst Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda/geda-20061020.ebuild,v 1.3 2007/03/03 14:45:00 calchan Exp $ inherit eutils @@ -24,6 +24,7 @@ SLOT="0" DEPEND=">=x11-libs/gtk+-2.4 >=dev-scheme/guile-1.6.3 + <dev-scheme/guile-1.8 >=sci-libs/libgeda-${PV}" src_compile() { |