diff options
author | Andrej Kacian <ticho@gentoo.org> | 2007-10-27 23:06:23 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2007-10-27 23:06:23 +0000 |
commit | 20633e279575e67710b454b525c079e04fc0fede (patch) | |
tree | 5f0d6687745fd8ecb86e6f56d197ac213bc31ddc /sys-process/acctail/acctail-2.0.ebuild | |
parent | Cleaned out old cruft which supported the 2004.3 amd64 profile. Improved supp... (diff) | |
download | gentoo-2-20633e279575e67710b454b525c079e04fc0fede.tar.gz gentoo-2-20633e279575e67710b454b525c079e04fc0fede.tar.bz2 gentoo-2-20633e279575e67710b454b525c079e04fc0fede.zip |
Stable on x86.
(Portage version: 2.1.3.15)
Diffstat (limited to 'sys-process/acctail/acctail-2.0.ebuild')
-rw-r--r-- | sys-process/acctail/acctail-2.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-process/acctail/acctail-2.0.ebuild b/sys-process/acctail/acctail-2.0.ebuild index 8784d41517e0..f1d07cb97d0b 100644 --- a/sys-process/acctail/acctail-2.0.ebuild +++ b/sys-process/acctail/acctail-2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.1 2006/02/25 10:30:55 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/acctail/acctail-2.0.ebuild,v 1.2 2007/10/27 23:06:23 ticho 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="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="" DEPEND="virtual/libc sys-process/acct" |