diff options
-rw-r--r-- | sys-apps/utempter/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/utempter/Manifest | 4 | ||||
-rw-r--r-- | sys-apps/utempter/utempter-0.5.5.5.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/utempter/ChangeLog b/sys-apps/utempter/ChangeLog index 406fbdbc6cd5..b6ce43bd4a78 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.23 2004/07/18 15:55:10 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/utempter/ChangeLog,v 1.24 2004/07/24 17:27:27 geoman Exp $ + + 24 Jul 2004; Stephen P. Becker <geoman@gentoo.org> utempter-0.5.5.5.ebuild: + Stable on mips. 16 Jul 2004; Tom Gall <tgall@gentoo.org> utempter-0.5.5.5.ebuild: stable on ppc64 diff --git a/sys-apps/utempter/Manifest b/sys-apps/utempter/Manifest index a73efe8ecb6c..8e48b4f50698 100644 --- a/sys-apps/utempter/Manifest +++ b/sys-apps/utempter/Manifest @@ -1,6 +1,6 @@ -MD5 970a1c37bbbca46caa349819ef9037cb utempter-0.5.5.5.ebuild 1184 +MD5 240a05968560a1438397dc060aca1e6c utempter-0.5.5.5.ebuild 1184 MD5 dc3d73bd0115e70f177535c0fe0a0391 utempter-0.5.5.4.ebuild 1185 -MD5 d70bbe0a4c33f3575838c8bf5c6bcd93 ChangeLog 3304 +MD5 0d4bf83c384a6dd38f94a93d4afdd903 ChangeLog 3403 MD5 865db25e01f95e3aa4643b7a95fd1ab0 metadata.xml 183 MD5 b2dc09a11b51ceac5735f963a718fa32 files/utempter-0.5.3.2-soname-makefile-fix.patch 932 MD5 b2dc09a11b51ceac5735f963a718fa32 files/utempter-0.5.5.5-soname-makefile-fix.patch 932 diff --git a/sys-apps/utempter/utempter-0.5.5.5.ebuild b/sys-apps/utempter/utempter-0.5.5.5.ebuild index a73539ed36e7..a6c670b23fab 100644 --- a/sys-apps/utempter/utempter-0.5.5.5.ebuild +++ b/sys-apps/utempter/utempter-0.5.5.5.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.5.ebuild,v 1.3 2004/07/16 19:17:08 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/utempter/utempter-0.5.5.5.ebuild,v 1.4 2004/07/24 17:27:27 geoman Exp $ inherit rpm eutils @@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${MY_P}.src.rpm 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/libc" |