summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-09-23 20:42:21 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-09-23 20:42:21 +0000
commitb37890a1a303036b2b1956b1c62f5c13de43ba4c (patch)
treeb054c7f8247c9928572689d40000587931ff2c21 /sys-devel/pmake
parentRemove virtual/libc (diff)
downloadgentoo-2-b37890a1a303036b2b1956b1c62f5c13de43ba4c.tar.gz
gentoo-2-b37890a1a303036b2b1956b1c62f5c13de43ba4c.tar.bz2
gentoo-2-b37890a1a303036b2b1956b1c62f5c13de43ba4c.zip
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/pmake')
-rw-r--r--sys-devel/pmake/ChangeLog5
-rw-r--r--sys-devel/pmake/pmake-1.98.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-devel/pmake/ChangeLog b/sys-devel/pmake/ChangeLog
index 2b61652f5f19..2bea99748913 100644
--- a/sys-devel/pmake/ChangeLog
+++ b/sys-devel/pmake/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/pmake
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/pmake/ChangeLog,v 1.36 2009/08/10 09:24:31 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/pmake/ChangeLog,v 1.37 2009/09/23 20:42:21 patrick Exp $
+
+ 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> pmake-1.98.ebuild:
+ Remove virtual/libc
10 Aug 2009; Alexis Ballier <aballier@gentoo.org>
-files/02_all_mktemp.patch, -pmake-1.45-r4.ebuild, -pmake-1.111.1.ebuild,
diff --git a/sys-devel/pmake/pmake-1.98.ebuild b/sys-devel/pmake/pmake-1.98.ebuild
index 162e4ecaab22..de47b87db1a1 100644
--- a/sys-devel/pmake/pmake-1.98.ebuild
+++ b/sys-devel/pmake/pmake-1.98.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/pmake/pmake-1.98.ebuild,v 1.10 2006/08/17 20:01:12 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/pmake/pmake-1.98.ebuild,v 1.11 2009/09/23 20:42:21 patrick Exp $
inherit eutils toolchain-funcs
@@ -16,7 +16,7 @@ SLOT="0"
KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sparc x86"
IUSE=""
-RDEPEND="virtual/libc"
+RDEPEND=""
DEPEND="${RDEPEND}
>=sys-apps/sed-4"