diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-23 00:23:17 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-23 00:23:17 +0000 |
commit | 58372729e56a0c686eca1c16e90be8685a5e1c73 (patch) | |
tree | d0bb165abd362d8230c2c70c000becd9d59000bc /sys-devel/bison | |
parent | initial ebuild #37586 (diff) | |
download | historical-58372729e56a0c686eca1c16e90be8685a5e1c73.tar.gz historical-58372729e56a0c686eca1c16e90be8685a5e1c73.tar.bz2 historical-58372729e56a0c686eca1c16e90be8685a5e1c73.zip |
Remove arm keywords
Diffstat (limited to 'sys-devel/bison')
-rw-r--r-- | sys-devel/bison/bison-1.35.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/bison/bison-1.875.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-devel/bison/bison-1.35.ebuild b/sys-devel/bison/bison-1.35.ebuild index cd552d7a839c..329a995255c8 100644 --- a/sys-devel/bison/bison-1.35.ebuild +++ b/sys-devel/bison/bison-1.35.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.35.ebuild,v 1.19 2004/02/01 10:54:01 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.35.ebuild,v 1.20 2004/02/23 00:18:26 agriffis Exp $ IUSE="nls static build" # icc" @@ -11,7 +11,7 @@ HOMEPAGE="http://www.gnu.org/software/bison/bison.html" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86 ppc sparc alpha mips hppa arm" +KEYWORDS="amd64 x86 ppc sparc alpha mips hppa " DEPEND="nls? ( sys-devel/gettext )" # icc? ( dev-lang/icc )" diff --git a/sys-devel/bison/bison-1.875.ebuild b/sys-devel/bison/bison-1.875.ebuild index 20722b6727fb..63a80bbb46f4 100644 --- a/sys-devel/bison/bison-1.875.ebuild +++ b/sys-devel/bison/bison-1.875.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.875.ebuild,v 1.12 2004/02/06 20:39:55 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.875.ebuild,v 1.13 2004/02/23 00:18:26 agriffis Exp $ inherit gcc @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/bison/${P}.tar.bz2" HOMEPAGE="http://www.gnu.org/software/bison/bison.html" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86 ~ppc sparc alpha mips hppa ~arm ia64 ppc64" +KEYWORDS="amd64 x86 ~ppc sparc alpha mips hppa ia64 ppc64" DEPEND="sys-devel/m4 nls? ( sys-devel/gettext )" |