summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-09-23 21:07:33 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-09-23 21:07:33 +0000
commit5c25ebd8e4d93e5fbe8b9df1819b91093853834e (patch)
tree42d3161cce2ebbe3a54fb36cd57c3280cfcff6da /sys-process
parentRemove virtual/libc (diff)
downloadgentoo-2-5c25ebd8e4d93e5fbe8b9df1819b91093853834e.tar.gz
gentoo-2-5c25ebd8e4d93e5fbe8b9df1819b91093853834e.tar.bz2
gentoo-2-5c25ebd8e4d93e5fbe8b9df1819b91093853834e.zip
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/watchpid/ChangeLog7
-rw-r--r--sys-process/watchpid/watchpid-0.1-r1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-process/watchpid/ChangeLog b/sys-process/watchpid/ChangeLog
index 4805a7ae341c..3bdde262c33b 100644
--- a/sys-process/watchpid/ChangeLog
+++ b/sys-process/watchpid/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-process/watchpid
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/watchpid/ChangeLog,v 1.4 2007/02/22 00:36:11 jokey Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-process/watchpid/ChangeLog,v 1.5 2009/09/23 21:07:33 patrick Exp $
+
+ 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> watchpid-0.1-r1.ebuild:
+ Remove virtual/libc
22 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog:
Redigest for Manifest2
diff --git a/sys-process/watchpid/watchpid-0.1-r1.ebuild b/sys-process/watchpid/watchpid-0.1-r1.ebuild
index 6d2fe08ccaa3..13eed03360c8 100644
--- a/sys-process/watchpid/watchpid-0.1-r1.ebuild
+++ b/sys-process/watchpid/watchpid-0.1-r1.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-process/watchpid/watchpid-0.1-r1.ebuild,v 1.2 2006/04/30 17:34:22 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/watchpid/watchpid-0.1-r1.ebuild,v 1.3 2009/09/23 21:07:33 patrick Exp $
DESCRIPTION="Watches a process for termination"
SRC_URI="mirror://gentoo/${PN}_${PV}.tar.gz"
@@ -9,7 +9,7 @@ KEYWORDS="x86 amd64 -ppc"
IUSE=""
SLOT="0"
LICENSE="GPL-2"
-DEPEND="virtual/libc"
+DEPEND=""
src_compile() {
econf || die "econf failed"