diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 14:37:53 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 14:37:53 +0000 |
commit | f227d609a4202c20e4045ed29fe5cae164704af6 (patch) | |
tree | e47dfcd1425e4300087185153c12eafddb663857 /sys-apps | |
parent | sync IUSE (-static), add sed-4 dep (diff) | |
download | historical-f227d609a4202c20e4045ed29fe5cae164704af6.tar.gz historical-f227d609a4202c20e4045ed29fe5cae164704af6.tar.bz2 historical-f227d609a4202c20e4045ed29fe5cae164704af6.zip |
stable on ia64
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/utempter/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/utempter/utempter-0.5.5.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/utempter/ChangeLog b/sys-apps/utempter/ChangeLog index 8e9c74ce73ee..6c0fca90cd29 100644 --- a/sys-apps/utempter/ChangeLog +++ b/sys-apps/utempter/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/utempter # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/utempter/ChangeLog,v 1.18 2004/06/24 22:31:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/utempter/ChangeLog,v 1.19 2004/06/30 14:37:53 agriffis Exp $ + + 30 Jun 2004; Aron Griffis <agriffis@gentoo.org> utempter-0.5.5.4.ebuild: + stable on ia64 14 Jun 2004; Tom Gall <tgall@gentoo.org> utempter-0.5.5.4.ebuild: marking ~ppc64 for initial x support bug #53763 diff --git a/sys-apps/utempter/utempter-0.5.5.4.ebuild b/sys-apps/utempter/utempter-0.5.5.4.ebuild index 288f9146d0f5..eb99c12ddf62 100644 --- a/sys-apps/utempter/utempter-0.5.5.4.ebuild +++ b/sys-apps/utempter/utempter-0.5.5.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/utempter/utempter-0.5.5.4.ebuild,v 1.10 2004/06/24 22:31:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/utempter/utempter-0.5.5.4.ebuild,v 1.11 2004/06/30 14:37:53 agriffis Exp $ inherit rpm eutils @@ -12,7 +12,7 @@ SRC_URI="ftp://fr2.rpmfind.net/linux/fedora/core/development/SRPMS/${MY_P}.src.r LICENSE="MIT | LGPL-2" SLOT="0" -KEYWORDS="x86 ppc sparc ~mips alpha arm hppa amd64 ~ia64 ~ppc64" +KEYWORDS="x86 ppc sparc ~mips alpha arm hppa amd64 ia64 ~ppc64" IUSE="" RDEPEND="virtual/glibc" |