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 | 5c25ebd8e4d93e5fbe8b9df1819b91093853834e (patch) | |
tree | 42d3161cce2ebbe3a54fb36cd57c3280cfcff6da /sys-process/watchpid/watchpid-0.1-r1.ebuild | |
parent | Remove virtual/libc (diff) | |
download | gentoo-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/watchpid/watchpid-0.1-r1.ebuild')
-rw-r--r-- | sys-process/watchpid/watchpid-0.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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" |