diff options
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libutempter/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/libutempter/Manifest | 6 | ||||
-rw-r--r-- | sys-libs/libutempter/libutempter-1.1.2.1.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/sys-libs/libutempter/ChangeLog b/sys-libs/libutempter/ChangeLog index 8d83d768f467..93b4d96e149c 100644 --- a/sys-libs/libutempter/ChangeLog +++ b/sys-libs/libutempter/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/libutempter # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libutempter/ChangeLog,v 1.4 2005/12/17 20:53:45 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libutempter/ChangeLog,v 1.5 2005/12/17 21:38:57 fmccor Exp $ + + 17 Dec 2005; Ferris McCormick <fmccor@gentoo.org> + libutempter-1.1.2.1.ebuild: + Stable on sparc; it does update utmp entries, as desired (Bug #115663). 17 Dec 2005; Markus Rothe <corsair@gentoo.org> libutempter-1.1.2.1.ebuild: Stable on ppc64 diff --git a/sys-libs/libutempter/Manifest b/sys-libs/libutempter/Manifest index da0f5b36b533..368ef186ce42 100644 --- a/sys-libs/libutempter/Manifest +++ b/sys-libs/libutempter/Manifest @@ -1,4 +1,4 @@ -MD5 55a944bfdb08ed677fd74a029aec6dfa ChangeLog 973 -MD5 613866cd05f3a56ca2add7b1683bc07e libutempter-1.1.2.1.ebuild 1860 -MD5 1fe2f84f5f9d41bc80bb795ef8845ff2 metadata.xml 244 +MD5 75c3219845cdc0c399f3c1601e73ef94 ChangeLog 1129 MD5 ffebc89596505e2ec9dc3c4f0851780f files/digest-libutempter-1.1.2.1 146 +MD5 00009829ed9f28a4690104b632f97f5a libutempter-1.1.2.1.ebuild 1858 +MD5 1fe2f84f5f9d41bc80bb795ef8845ff2 metadata.xml 244 diff --git a/sys-libs/libutempter/libutempter-1.1.2.1.ebuild b/sys-libs/libutempter/libutempter-1.1.2.1.ebuild index d31e16aa4dce..e817bc22bc0f 100644 --- a/sys-libs/libutempter/libutempter-1.1.2.1.ebuild +++ b/sys-libs/libutempter/libutempter-1.1.2.1.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-libs/libutempter/libutempter-1.1.2.1.ebuild,v 1.5 2005/12/17 20:53:45 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libutempter/libutempter-1.1.2.1.ebuild,v 1.6 2005/12/17 21:38:57 fmccor Exp $ inherit rpm eutils flag-o-matic versionator @@ -15,7 +15,7 @@ SRC_URI="ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Sisyphus/SRPMS.classic LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ~ppc ppc64 s390 sh ~sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ~ppc ppc64 s390 sh sparc x86" IUSE="" RDEPEND="" |