diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2005-12-17 21:38:57 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2005-12-17 21:38:57 +0000 |
commit | 583546820f04f56adc733898962486eb910af10c (patch) | |
tree | f48189a093cf8fc8628b6199a86ee49de9773729 /sys-libs/libutempter | |
parent | Bump for 7.0RC4. (diff) | |
download | gentoo-2-583546820f04f56adc733898962486eb910af10c.tar.gz gentoo-2-583546820f04f56adc733898962486eb910af10c.tar.bz2 gentoo-2-583546820f04f56adc733898962486eb910af10c.zip |
Stable on sparc; it does update utmp entries, as desired (Bug #115663).
(Portage version: 2.1_pre1)
Diffstat (limited to 'sys-libs/libutempter')
-rw-r--r-- | sys-libs/libutempter/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/libutempter/libutempter-1.1.2.1.ebuild | 4 |
2 files changed, 7 insertions, 3 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/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="" |