diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 20:26:27 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 20:26:27 +0000 |
commit | 82e11555942370807c3adb4abbc3a428f529ede6 (patch) | |
tree | 4bd2aa085ec6150582e283884b2e5377350caa11 /sys-apps | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-82e11555942370807c3adb4abbc3a428f529ede6.tar.gz gentoo-2-82e11555942370807c3adb4abbc3a428f529ede6.tar.bz2 gentoo-2-82e11555942370807c3adb4abbc3a428f529ede6.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/ren/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/ren/ren-1.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/ren/ChangeLog b/sys-apps/ren/ChangeLog index 2830af75bba8..89c42fb25e2c 100644 --- a/sys-apps/ren/ChangeLog +++ b/sys-apps/ren/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/ren -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ren/ChangeLog,v 1.15 2007/02/18 20:58:22 grobian Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ren/ChangeLog,v 1.16 2009/09/23 20:26:27 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> ren-1.0.ebuild: + Remove virtual/libc 18 Feb 2007; Fabian Groffen <grobian@gentoo.org> ren-1.0.ebuild: Dropped ppc-macos keyword, see you in prefix diff --git a/sys-apps/ren/ren-1.0.ebuild b/sys-apps/ren/ren-1.0.ebuild index 3a0ef07fdddd..8d8d3b157658 100644 --- a/sys-apps/ren/ren-1.0.ebuild +++ b/sys-apps/ren/ren-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ren/ren-1.0.ebuild,v 1.21 2007/02/18 20:58:22 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ren/ren-1.0.ebuild,v 1.22 2009/09/23 20:26:27 patrick Exp $ DESCRIPTION="Renames multiple files" HOMEPAGE="http://freshmeat.net/projects/ren" @@ -11,7 +11,7 @@ IUSE="" SLOT="0" LICENSE="as-is" -DEPEND="virtual/libc" +DEPEND="" src_compile() { emake || die |