diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2007-03-09 06:55:53 +0000 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2007-03-09 06:55:53 +0000 |
commit | 898e41e65a79513134f3feba308d9c4ffc7ece4a (patch) | |
tree | 258fa485826b624f59a2b70f1ca05210f503e28e /sci-electronics/geda | |
parent | Fixed compilation with >=dev-scheme/guile-1.8 (diff) | |
download | gentoo-2-898e41e65a79513134f3feba308d9c4ffc7ece4a.tar.gz gentoo-2-898e41e65a79513134f3feba308d9c4ffc7ece4a.tar.bz2 gentoo-2-898e41e65a79513134f3feba308d9c4ffc7ece4a.zip |
Fixed libgeda dependency, thanks to Thomas Kohler (bug #152581).
(Portage version: 2.1.2.1)
Diffstat (limited to 'sci-electronics/geda')
-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 | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sci-electronics/geda/ChangeLog b/sci-electronics/geda/ChangeLog index 51c200ad9d14..04f42c4250e3 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.30 2007/03/09 06:37:31 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda/ChangeLog,v 1.31 2007/03/09 06:55:53 calchan Exp $ + + 09 Mar 2007; Denis Dupeyron <calchan@gentoo.org> geda-20060123.ebuild, + geda-20061020.ebuild: + Fixed libgeda dependency, thanks to Thomas Kohler (bug #152581). 09 Mar 2007; Denis Dupeyron <calchan@gentoo.org> geda-20060123.ebuild, geda-20061020.ebuild: diff --git a/sci-electronics/geda/geda-20060123.ebuild b/sci-electronics/geda/geda-20060123.ebuild index 8339591119d4..7bf889cfe5c4 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.8 2007/03/09 06:37:31 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda/geda-20060123.ebuild,v 1.9 2007/03/09 06:55:53 calchan Exp $ inherit eutils @@ -32,7 +32,7 @@ DEPEND=">=dev-libs/glib-1.2.10 >=media-libs/libpng-1.2.0 >=dev-util/pkgconfig-0.15.0 >=sci-libs/libgdgeda-2.0.15 - >=sci-libs/libgeda-${PV}" + =sci-libs/libgeda-${PV}" pkg_setup() { if has_version ">=dev-scheme/guile-1.8" ; then diff --git a/sci-electronics/geda/geda-20061020.ebuild b/sci-electronics/geda/geda-20061020.ebuild index e6ec4446018f..5883ab8e45b7 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.4 2007/03/09 06:37:31 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda/geda-20061020.ebuild,v 1.5 2007/03/09 06:55:53 calchan Exp $ inherit eutils @@ -24,7 +24,7 @@ SLOT="0" DEPEND=">=x11-libs/gtk+-2.4 >=dev-scheme/guile-1.6.3 - >=sci-libs/libgeda-${PV}" + =sci-libs/libgeda-${PV}" pkg_setup() { if has_version ">=dev-scheme/guile-1.8" ; then |