diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-10 01:02:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-10 01:02:04 +0000 |
commit | 81504c805a4c6d54555ae7cb48949fd5042ba5a6 (patch) | |
tree | f4385d060c16b7a905eab788eda698a90eb60c30 /sys-devel | |
parent | initial ebuild #36377 (Manifest recommit) (diff) | |
download | gentoo-2-81504c805a4c6d54555ae7cb48949fd5042ba5a6.tar.gz gentoo-2-81504c805a4c6d54555ae7cb48949fd5042ba5a6.tar.bz2 gentoo-2-81504c805a4c6d54555ae7cb48949fd5042ba5a6.zip |
arm/ia64/s390 stable for security #66355
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gettext/gettext-0.12.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gettext/gettext-0.12.1-r2.ebuild b/sys-devel/gettext/gettext-0.12.1-r2.ebuild index 16f0f9c1c70d..c071645fc472 100644 --- a/sys-devel/gettext/gettext-0.12.1-r2.ebuild +++ b/sys-devel/gettext/gettext-0.12.1-r2.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-devel/gettext/gettext-0.12.1-r2.ebuild,v 1.6 2004/10/09 09:36:29 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.12.1-r2.ebuild,v 1.7 2004/10/10 01:02:04 vapier Exp $ inherit eutils gnuconfig @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~ppc-macos ~s390 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~ppc-macos s390 sparc x86" IUSE="bootstrap emacs nls" DEPEND="virtual/libc" |