diff options
author | Markus Meier <maekke@gentoo.org> | 2008-04-13 13:41:04 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-04-13 13:41:04 +0000 |
commit | 591544a67eaafb984912cfc392e5cae397642ce2 (patch) | |
tree | 74350ad8e2ca6e26a9ac2b9450e50236c1aa780e /net-dialup/mingetty/mingetty-1.08.ebuild | |
parent | Fix init script auto-initialization code for coss cache type (#217455). (diff) | |
download | gentoo-2-591544a67eaafb984912cfc392e5cae397642ce2.tar.gz gentoo-2-591544a67eaafb984912cfc392e5cae397642ce2.tar.bz2 gentoo-2-591544a67eaafb984912cfc392e5cae397642ce2.zip |
amd64/x86 stable, bug #214651
(Portage version: 2.1.5_rc3)
Diffstat (limited to 'net-dialup/mingetty/mingetty-1.08.ebuild')
-rw-r--r-- | net-dialup/mingetty/mingetty-1.08.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/mingetty/mingetty-1.08.ebuild b/net-dialup/mingetty/mingetty-1.08.ebuild index 15058212dda6..b3d021716227 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.1 2008/01/29 22:16:58 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/mingetty/mingetty-1.08.ebuild,v 1.2 2008/04/13 13:41:04 maekke 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() { |