diff options
Diffstat (limited to 'sys-process/acctail/acctail-1.3.ebuild')
-rw-r--r-- | sys-process/acctail/acctail-1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/acctail/acctail-1.3.ebuild b/sys-process/acctail/acctail-1.3.ebuild index e89231414c8b..7298f78ebf67 100644 --- a/sys-process/acctail/acctail-1.3.ebuild +++ b/sys-process/acctail/acctail-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/acctail/acctail-1.3.ebuild,v 1.2 2005/03/03 19:37:53 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/acctail/acctail-1.3.ebuild,v 1.3 2005/08/24 06:11:14 robbat2 Exp $ inherit eutils toolchain-funcs DESCRIPTION="shows all processes as they exit, along with the accounting information" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.vanheusden.com/acctail/" SRC_URI="${HOMEPAGE}${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" DEPEND="virtual/libc sys-process/acct" |