diff options
author | Marijn Schouten <hkbst@gentoo.org> | 2007-01-10 17:38:01 +0000 |
---|---|---|
committer | Marijn Schouten <hkbst@gentoo.org> | 2007-01-10 17:38:01 +0000 |
commit | e88a56a7bcc755f985f759e3968c6c880c1ddd88 (patch) | |
tree | 414ee8b4592adbbd8b882eea6df4a0a52d882f7f /sci-libs | |
parent | Drop old, version bump, bug 156051 (diff) | |
download | historical-e88a56a7bcc755f985f759e3968c6c880c1ddd88.tar.gz historical-e88a56a7bcc755f985f759e3968c6c880c1ddd88.tar.bz2 historical-e88a56a7bcc755f985f759e3968c6c880c1ddd88.zip |
Dependency update: dev-util/guile -> dev-scheme/guile.
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/libgeda/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/libgeda/libgeda-20060123.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-libs/libgeda/ChangeLog b/sci-libs/libgeda/ChangeLog index c2309a32f0ea..80dedd2428fe 100644 --- a/sci-libs/libgeda/ChangeLog +++ b/sci-libs/libgeda/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/libgeda # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeda/ChangeLog,v 1.23 2007/01/10 17:37:39 hkbst Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeda/ChangeLog,v 1.24 2007/01/10 17:38:01 hkbst Exp $ + + 10 Jan 2007; <marijn@gentoo.org> libgeda-20060824.ebuild: + Dependency update: dev-util/guile -> dev-scheme/guile. 10 Jan 2007; <marijn@gentoo.org> libgeda-20060123.ebuild: Dependency update: dev-util/guile -> dev-scheme/guile. diff --git a/sci-libs/libgeda/libgeda-20060123.ebuild b/sci-libs/libgeda/libgeda-20060123.ebuild index e7bf940100b9..aabc2164a5d0 100644 --- a/sci-libs/libgeda/libgeda-20060123.ebuild +++ b/sci-libs/libgeda/libgeda-20060123.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeda/libgeda-20060123.ebuild,v 1.5 2006/10/25 13:52:03 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeda/libgeda-20060123.ebuild,v 1.6 2007/01/10 17:37:39 hkbst Exp $ HOMEPAGE="http://www.geda.seul.org" DESCRIPTION="libgeda - this library provides functions needed for the gEDA core suite" @@ -14,7 +14,7 @@ SLOT="0" DEPEND=">=dev-libs/glib-2.4.8 >=x11-libs/gtk+-2.2 - >=dev-util/guile-1.6.3 + >=dev-scheme/guile-1.6.3 >=dev-util/pkgconfig-0.15.0 png? ( >=sci-libs/libgdgeda-2.0.15 )" |