diff options
author | 2004-09-16 02:25:33 +0000 | |
---|---|---|
committer | 2004-09-16 02:25:33 +0000 | |
commit | 7200ef119922ddd48dbbfab86cf6cdc0325822ae (patch) | |
tree | db38923e17f1905ffaee54c20ae942d5c93c4680 /sys-devel | |
parent | ppc-macos keywording (diff) | |
download | historical-7200ef119922ddd48dbbfab86cf6cdc0325822ae.tar.gz historical-7200ef119922ddd48dbbfab86cf6cdc0325822ae.tar.bz2 historical-7200ef119922ddd48dbbfab86cf6cdc0325822ae.zip |
ppc-macos keywording
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/flex/flex-2.5.4a-r5.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/gettext/gettext-0.12.1-r1.ebuild | 6 | ||||
-rw-r--r-- | sys-devel/gnuconfig/gnuconfig-20040214.ebuild | 4 |
3 files changed, 8 insertions, 6 deletions
diff --git a/sys-devel/flex/flex-2.5.4a-r5.ebuild b/sys-devel/flex/flex-2.5.4a-r5.ebuild index 07989d89b4aa..7263a984d090 100644 --- a/sys-devel/flex/flex-2.5.4a-r5.ebuild +++ b/sys-devel/flex/flex-2.5.4a-r5.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/flex/flex-2.5.4a-r5.ebuild,v 1.24 2004/09/06 20:42:44 alexander Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.4a-r5.ebuild,v 1.25 2004/09/16 02:24:25 pvdabeel Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="FLEX" SLOT="0" -KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64 s390 macos" +KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64 s390 macos ppc-macos" IUSE="build static" DEPEND="virtual/libc" diff --git a/sys-devel/gettext/gettext-0.12.1-r1.ebuild b/sys-devel/gettext/gettext-0.12.1-r1.ebuild index 2ecdf1bdff64..3c6a56e8b302 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.23 2004/07/31 05:27:39 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.12.1-r1.ebuild,v 1.24 2004/09/16 02:25:14 pvdabeel 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" +KEYWORDS="~x86 ~ppc ~sparc ~mips alpha arm hppa amd64 ~ia64 s390 macos ppc64 ppc-macos" IUSE="bootstrap emacs nls" DEPEND="virtual/libc" @@ -25,6 +25,7 @@ src_unpack() { src_compile() { local myconf="" use macos && myconf="--enable-nls" || myconf="`use_enable nls`" + use ppc-macos && myconf="--enable-nls" || myconf="`use_enable nls`" # Compaq Java segfaults trying to build gettext stuff, and there's # no good way to tell gettext to refrain from building the java @@ -70,6 +71,7 @@ src_install() { # /usr/lib/charset.alias is provided by Mac OS X use macos && rm -f ${D}/usr/lib/charset.alias + use ppc-macos && rm -f ${D}/usr/lib/charset.alias if [ -d ${D}/usr/doc/gettext ] then diff --git a/sys-devel/gnuconfig/gnuconfig-20040214.ebuild b/sys-devel/gnuconfig/gnuconfig-20040214.ebuild index 5114114c4099..2dd34a6e6971 100644 --- a/sys-devel/gnuconfig/gnuconfig-20040214.ebuild +++ b/sys-devel/gnuconfig/gnuconfig-20040214.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/gnuconfig/gnuconfig-20040214.ebuild,v 1.11 2004/09/03 19:37:35 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20040214.ebuild,v 1.12 2004/09/16 02:25:33 pvdabeel Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc ppc64 sparc mips alpha arm hppa amd64 ~ia64 macos" +KEYWORDS="x86 ppc ppc64 sparc mips alpha arm hppa amd64 ~ia64 macos ppc-macos" IUSE="uclibc" S=${WORKDIR} |