diff options
author | Zack Welch <zwelch@gentoo.org> | 2003-02-19 21:46:47 +0000 |
---|---|---|
committer | Zack Welch <zwelch@gentoo.org> | 2003-02-19 21:46:47 +0000 |
commit | be6cceb53b4438978fd787c702fc27a6004b89cd (patch) | |
tree | 4fe72c18346bba3981e7c09375b7efb3fc567238 /sys-devel/bison | |
parent | Marked as stable. (diff) | |
download | historical-be6cceb53b4438978fd787c702fc27a6004b89cd.tar.gz historical-be6cceb53b4438978fd787c702fc27a6004b89cd.tar.bz2 historical-be6cceb53b4438978fd787c702fc27a6004b89cd.zip |
add arm keyword to sys-devel ebuilds
Diffstat (limited to 'sys-devel/bison')
-rw-r--r-- | sys-devel/bison/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/bison/bison-1.35.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/bison/ChangeLog b/sys-devel/bison/ChangeLog index 473f50cd7696..e97755c48aaf 100644 --- a/sys-devel/bison/ChangeLog +++ b/sys-devel/bison/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/bison # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.14 2003/02/12 09:13:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.15 2003/02/19 21:46:47 zwelch Exp $ + + 18 Feb 2003; Zach Welch <zwelch@gentoo.org> bison-1.35.ebuild : + Added arm to keywords. 09 Feb 2003; Guy Martin <gmsoft@gentoo.org> bison-1.35.ebuild : Added hppa to keywords. diff --git a/sys-devel/bison/bison-1.35.ebuild b/sys-devel/bison/bison-1.35.ebuild index 24b09c899267..19c7fab982a5 100644 --- a/sys-devel/bison/bison-1.35.ebuild +++ b/sys-devel/bison/bison-1.35.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 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.12 2003/02/13 16:28:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.35.ebuild,v 1.13 2003/02/19 21:46:47 zwelch 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="x86 ppc sparc alpha mips hppa" +KEYWORDS="x86 ppc sparc alpha mips hppa arm" DEPEND="nls? ( sys-devel/gettext )" # icc? ( dev-lang/icc )" |