diff options
author | Markus Rothe <corsair@gentoo.org> | 2008-04-14 18:04:39 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2008-04-14 18:04:39 +0000 |
commit | b61cf5c23ab411bb10bc95131d122082f2fa6c35 (patch) | |
tree | c7d53b456768b6eca424ea312577a71c0f95cc78 /net-dialup/mingetty | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-b61cf5c23ab411bb10bc95131d122082f2fa6c35.tar.gz gentoo-2-b61cf5c23ab411bb10bc95131d122082f2fa6c35.tar.bz2 gentoo-2-b61cf5c23ab411bb10bc95131d122082f2fa6c35.zip |
Stable on ppc64; bug #214651
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-dialup/mingetty')
-rw-r--r-- | net-dialup/mingetty/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/mingetty/mingetty-1.08.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dialup/mingetty/ChangeLog b/net-dialup/mingetty/ChangeLog index 08c7c08c39bc..15d8dc807b55 100644 --- a/net-dialup/mingetty/ChangeLog +++ b/net-dialup/mingetty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/mingetty # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/mingetty/ChangeLog,v 1.50 2008/04/13 13:41:04 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/mingetty/ChangeLog,v 1.51 2008/04/14 18:04:39 corsair Exp $ + + 14 Apr 2008; Markus Rothe <corsair@gentoo.org> mingetty-1.08.ebuild: + Stable on ppc64; bug #214651 13 Apr 2008; Markus Meier <maekke@gentoo.org> mingetty-1.08.ebuild: amd64/x86 stable, bug #214651 diff --git a/net-dialup/mingetty/mingetty-1.08.ebuild b/net-dialup/mingetty/mingetty-1.08.ebuild index b3d021716227..6a4877daa07a 100644 --- a/net-dialup/mingetty/mingetty-1.08.ebuild +++ b/net-dialup/mingetty/mingetty-1.08.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/mingetty/mingetty-1.08.ebuild,v 1.2 2008/04/13 13:41:04 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/mingetty/mingetty-1.08.ebuild,v 1.3 2008/04/14 18:04:39 corsair Exp $ inherit toolchain-funcs eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc x86" IUSE="unicode" src_unpack() { |