diff options
Diffstat (limited to 'sys-apps/utempter/utempter-0.5.2.ebuild')
-rw-r--r-- | sys-apps/utempter/utempter-0.5.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/utempter/utempter-0.5.2.ebuild b/sys-apps/utempter/utempter-0.5.2.ebuild index f4d9ec644b51..250f68cd582f 100644 --- a/sys-apps/utempter/utempter-0.5.2.ebuild +++ b/sys-apps/utempter/utempter-0.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/utempter/utempter-0.5.2.ebuild,v 1.9 2004/01/18 01:57:38 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/utempter/utempter-0.5.2.ebuild,v 1.10 2004/02/23 00:53:18 agriffis Exp $ S=${WORKDIR}/${P} DESCRIPTION="App that allows non-privileged apps to write utmp (login) info, which needs root access" @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc sparc ~alpha ~hppa ~mips ~arm amd64 ~ia64 ~ppc64" +KEYWORDS="x86 ~ppc sparc ~alpha ~hppa ~mips amd64 ~ia64 ~ppc64" RDEPEND="virtual/glibc" |