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 | 5f4252781edf53c6c421b8e091bd5c1eaf449faa (patch) | |
tree | bef657b8e917710efdec3e69b5c492cffbe4c0e2 /sci-libs | |
parent | Drop old, version bump, bug 156051 (diff) | |
download | gentoo-2-5f4252781edf53c6c421b8e091bd5c1eaf449faa.tar.gz gentoo-2-5f4252781edf53c6c421b8e091bd5c1eaf449faa.tar.bz2 gentoo-2-5f4252781edf53c6c421b8e091bd5c1eaf449faa.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-20060824.ebuild | 4 |
2 files changed, 6 insertions, 3 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-20060824.ebuild b/sci-libs/libgeda/libgeda-20060824.ebuild index 7c3c90e0fdb1..0c996f5955b3 100644 --- a/sci-libs/libgeda/libgeda-20060824.ebuild +++ b/sci-libs/libgeda/libgeda-20060824.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-libs/libgeda/libgeda-20060824.ebuild,v 1.2 2007/01/08 00:42:27 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeda/libgeda-20060824.ebuild,v 1.3 2007/01/10 17:38:01 hkbst Exp $ HOMEPAGE="http://www.geda.seul.org" DESCRIPTION="libgeda - this library provides functions needed for the gEDA core suite" @@ -13,7 +13,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" src_unpack() { unpack ${A} |