diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-10-23 05:48:52 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-10-23 05:48:52 +0000 |
commit | fb21bf3008c368a2880c4f4acc0fb98826023f09 (patch) | |
tree | 754bc85cdfccf3969bb261c47a9bd700c5667b10 /sys-devel/gettext | |
parent | removed macos (Manifest recommit) (diff) | |
download | gentoo-2-fb21bf3008c368a2880c4f4acc0fb98826023f09.tar.gz gentoo-2-fb21bf3008c368a2880c4f4acc0fb98826023f09.tar.bz2 gentoo-2-fb21bf3008c368a2880c4f4acc0fb98826023f09.zip |
removed macos
Diffstat (limited to 'sys-devel/gettext')
-rw-r--r-- | sys-devel/gettext/gettext-0.12.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gettext/gettext-0.12.1-r1.ebuild b/sys-devel/gettext/gettext-0.12.1-r1.ebuild index 75759674f01c..4496b0166724 100644 --- a/sys-devel/gettext/gettext-0.12.1-r1.ebuild +++ b/sys-devel/gettext/gettext-0.12.1-r1.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-r1.ebuild,v 1.27 2004/10/03 18:14:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.12.1-r1.ebuild,v 1.28 2004/10/23 05:45:27 mr_bones_ Exp $ inherit eutils gnuconfig @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~mips alpha arm hppa amd64 ~ia64 s390 macos ppc64 ppc-macos" +KEYWORDS="~x86 ~ppc ~sparc ~mips alpha arm hppa amd64 ~ia64 s390 ppc64 ppc-macos" IUSE="bootstrap emacs nls" DEPEND="virtual/libc" |