diff options
author | Piotr Jaroszyński <peper@gentoo.org> | 2007-01-10 19:47:14 +0000 |
---|---|---|
committer | Piotr Jaroszyński <peper@gentoo.org> | 2007-01-10 19:47:14 +0000 |
commit | 19c0841e8055a9340895617030b83daf3c7232c7 (patch) | |
tree | 11959f8fb3c31085aa4b022f1b0660cbf7b6d98a /media-sound/cm | |
parent | Stable on amd64/x86 and removing older versions. (diff) | |
download | gentoo-2-19c0841e8055a9340895617030b83daf3c7232c7.tar.gz gentoo-2-19c0841e8055a9340895617030b83daf3c7232c7.tar.bz2 gentoo-2-19c0841e8055a9340895617030b83daf3c7232c7.zip |
Dependency update: dev-util/guile -> dev-scheme/guile.
(Portage version: 2.1.2_rc4-r7)
Diffstat (limited to 'media-sound/cm')
-rw-r--r-- | media-sound/cm/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/cm/cm-2.4.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-sound/cm/ChangeLog b/media-sound/cm/ChangeLog index d0daf1870818..ca04fe83c08e 100644 --- a/media-sound/cm/ChangeLog +++ b/media-sound/cm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/cm -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/cm/ChangeLog,v 1.10 2005/07/25 12:12:44 dholm Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/cm/ChangeLog,v 1.11 2007/01/10 19:47:14 peper Exp $ + + 10 Jan 2007; Piotr Jaroszyński <peper@gentoo.org> cm-2.4.2.ebuild: + Dependency update: dev-util/guile -> dev-scheme/guile. 25 Jul 2005; David Holm <dholm@gentoo.org> cm-2.4.2.ebuild: Added to ~ppc. diff --git a/media-sound/cm/cm-2.4.2.ebuild b/media-sound/cm/cm-2.4.2.ebuild index 6ecaca3fa458..81594face00d 100644 --- a/media-sound/cm/cm-2.4.2.ebuild +++ b/media-sound/cm/cm-2.4.2.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/media-sound/cm/cm-2.4.2.ebuild,v 1.9 2005/07/25 12:12:44 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/cm/cm-2.4.2.ebuild,v 1.10 2007/01/10 19:47:14 peper Exp $ IUSE="doc" @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~ppc sparc x86" -DEPEND=">=dev-util/guile-1.6.4" +DEPEND=">=dev-scheme/guile-1.6.4" src_install() { newbin ${FILESDIR}/${PN}-2.4.0-exec ${PN} |