diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-25 20:17:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-25 20:17:16 +0000 |
commit | f66024eef81682a116c41db9a5e81bbc1354fa08 (patch) | |
tree | cce6098ab903601e9e6d9b5ac06842e6df97a946 /sys-devel/bison | |
parent | KEYWORD shuffle (diff) | |
download | gentoo-2-f66024eef81682a116c41db9a5e81bbc1354fa08.tar.gz gentoo-2-f66024eef81682a116c41db9a5e81bbc1354fa08.tar.bz2 gentoo-2-f66024eef81682a116c41db9a5e81bbc1354fa08.zip |
add arm KEYWORDS
Diffstat (limited to 'sys-devel/bison')
-rw-r--r-- | sys-devel/bison/bison-1.875.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/bison/bison-1.875.ebuild b/sys-devel/bison/bison-1.875.ebuild index 2718d5410fa2..c765effa24c4 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.16 2004/04/20 20:19:19 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.875.ebuild,v 1.17 2004/04/25 20:17:16 vapier Exp $ inherit gcc flag-o-matic eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/bison/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86 ~ppc sparc alpha mips hppa ia64 ppc64 s390" +KEYWORDS="x86 ~ppc sparc mips alpha arm hppa amd64 ia64 ppc64 s390" IUSE="nls static" DEPEND="sys-devel/m4 |