diff options
author | Marijn Schouten <hkbst@gentoo.org> | 2007-01-10 17:33:31 +0000 |
---|---|---|
committer | Marijn Schouten <hkbst@gentoo.org> | 2007-01-10 17:33:31 +0000 |
commit | 287fc7937039fb6355216961668f92f98188b507 (patch) | |
tree | 95a961ad5bf594944cb45e522d07ce185e271bef /x11-libs/guile-gtk | |
parent | Dependency update: dev-util/guile -> dev-scheme/guile. (diff) | |
download | gentoo-2-287fc7937039fb6355216961668f92f98188b507.tar.gz gentoo-2-287fc7937039fb6355216961668f92f98188b507.tar.bz2 gentoo-2-287fc7937039fb6355216961668f92f98188b507.zip |
Dependency update: dev-util/guile -> dev-scheme/guile.
Diffstat (limited to 'x11-libs/guile-gtk')
-rw-r--r-- | x11-libs/guile-gtk/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/guile-gtk/guile-gtk-1.2.0.31.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-libs/guile-gtk/ChangeLog b/x11-libs/guile-gtk/ChangeLog index 6d8e88be042f..4b5c43cc2fbe 100644 --- a/x11-libs/guile-gtk/ChangeLog +++ b/x11-libs/guile-gtk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/guile-gtk -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/ChangeLog,v 1.18 2005/11/11 22:23:32 hparker Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/ChangeLog,v 1.19 2007/01/10 17:33:31 hkbst Exp $ + + 10 Jan 2007; <marijn@gentoo.org> guile-gtk-1.2.0.31.ebuild: + Dependency update: dev-util/guile -> dev-scheme/guile. 11 Nov 2005; Homer Parker <hparker@gentoo.org> guile-gtk-1.2.0.41.ebuild: Stable on amd64, fixes bug #107840 diff --git a/x11-libs/guile-gtk/guile-gtk-1.2.0.31.ebuild b/x11-libs/guile-gtk/guile-gtk-1.2.0.31.ebuild index 3082a1060eb9..8b81f11703f0 100644 --- a/x11-libs/guile-gtk/guile-gtk-1.2.0.31.ebuild +++ b/x11-libs/guile-gtk/guile-gtk-1.2.0.31.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/guile-gtk-1.2.0.31.ebuild,v 1.7 2005/04/24 03:02:37 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/guile-gtk-1.2.0.31.ebuild,v 1.8 2007/01/10 17:33:31 hkbst Exp $ MAJOR_PV=${PV%.[0-9]*.[0-9]*} MINOR_PV=${PV#[0-9]*.[0-9]*.} @@ -13,7 +13,7 @@ KEYWORDS="~x86 ppc ~amd64" LICENSE="GPL-2" SLOT="0" -DEPEND=">=dev-util/guile-1.6 +DEPEND=">=dev-scheme/guile-1.6 =x11-libs/gtk+-1.2*" S=${WORKDIR}/${PN}-${MAJOR_PV}-${MINOR_PV} |