diff options
author | Jan Seidel <tuxus@gentoo.org> | 2003-01-18 19:05:49 +0000 |
---|---|---|
committer | Jan Seidel <tuxus@gentoo.org> | 2003-01-18 19:05:49 +0000 |
commit | 09edc58c5f6baec6fc69b240b67c359aa629a742 (patch) | |
tree | 86c9b7b9e4bdd1673a8e9d6a7d6721f7d3bf7a29 /sys-devel/bison | |
parent | Added mips to keyword (diff) | |
download | gentoo-2-09edc58c5f6baec6fc69b240b67c359aa629a742.tar.gz gentoo-2-09edc58c5f6baec6fc69b240b67c359aa629a742.tar.bz2 gentoo-2-09edc58c5f6baec6fc69b240b67c359aa629a742.zip |
Added mips to keywords
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 4cfd66514fc9..bef4008248fb 100644 --- a/sys-devel/bison/ChangeLog +++ b/sys-devel/bison/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for sys-devel/bison # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.11 2002/12/19 15:15:03 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.12 2003/01/18 19:05:49 tuxus Exp $ 19 Dec 2002; Martin Schlemmer <azarah@gentoo.org> bison-1.35.ebuild : @@ -25,6 +25,9 @@ *bison-1.35 (09 Aug 2002) + 18 Jan 2003; Jan Seidel <tuxus@gentoo.org> : + Added mips to keywords + 16 Aug 2002; Seemant Kulleen <seemant@gentoo.org> bison-1.35.ebuild : It turns out that yannick.koehler@colubris.com (Yannick Koehler) had diff --git a/sys-devel/bison/bison-1.35.ebuild b/sys-devel/bison/bison-1.35.ebuild index a1c14943136c..ca029a4fb946 100644 --- a/sys-devel/bison/bison-1.35.ebuild +++ b/sys-devel/bison/bison-1.35.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 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.9 2002/12/19 15:15:03 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.35.ebuild,v 1.10 2003/01/18 19:05:49 tuxus 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" +KEYWORDS="x86 ppc sparc alpha mips" DEPEND="nls? ( sys-devel/gettext )" # icc? ( dev-lang/icc )" |