diff options
author | 2009-09-23 21:05:44 +0000 | |
---|---|---|
committer | 2009-09-23 21:05:44 +0000 | |
commit | 6125a553da8a094007df7474b779276be3470a7e (patch) | |
tree | 67d7ea4ceb92f4bb895593ee615a9d16adae950b /sys-process/acctail/acctail-2.0.ebuild | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-6125a553da8a094007df7474b779276be3470a7e.tar.gz gentoo-2-6125a553da8a094007df7474b779276be3470a7e.tar.bz2 gentoo-2-6125a553da8a094007df7474b779276be3470a7e.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'sys-process/acctail/acctail-2.0.ebuild')
-rw-r--r-- | sys-process/acctail/acctail-2.0.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys-process/acctail/acctail-2.0.ebuild b/sys-process/acctail/acctail-2.0.ebuild index f1d07cb97d0b..873e54fcf602 100644 --- a/sys-process/acctail/acctail-2.0.ebuild +++ b/sys-process/acctail/acctail-2.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-process/acctail/acctail-2.0.ebuild,v 1.2 2007/10/27 23:06:23 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/acctail/acctail-2.0.ebuild,v 1.3 2009/09/23 21:05:44 patrick Exp $ inherit eutils toolchain-funcs DESCRIPTION="shows all processes as they exit, along with the accounting information" @@ -10,8 +10,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 x86" IUSE="" -DEPEND="virtual/libc - sys-process/acct" +DEPEND="sys-process/acct" src_unpack() { unpack ${A} |