diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 21:07:33 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 21:07:33 +0000 |
commit | 56c941a327fdb95bd8f9e9f3f49a336305b40431 (patch) | |
tree | 7e2b13e10ee67d93462dc4d45a048e88cf829048 /sys-process/watchpid | |
parent | Remove virtual/libc (diff) | |
download | historical-56c941a327fdb95bd8f9e9f3f49a336305b40431.tar.gz historical-56c941a327fdb95bd8f9e9f3f49a336305b40431.tar.bz2 historical-56c941a327fdb95bd8f9e9f3f49a336305b40431.zip |
Remove virtual/libc
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'sys-process/watchpid')
-rw-r--r-- | sys-process/watchpid/ChangeLog | 7 | ||||
-rw-r--r-- | sys-process/watchpid/watchpid-0.1-r1.ebuild | 6 |
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" |