diff options
author | Guy Martin <gmsoft@gentoo.org> | 2003-02-09 18:32:47 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2003-02-09 18:32:47 +0000 |
commit | cb860d68d7e66cdf882f1717d6aa26b5d54adf97 (patch) | |
tree | ac7455170ca57884d1305bf404994652fce595c9 /sys-devel | |
parent | and the changelog to go with it (diff) | |
download | gentoo-2-cb860d68d7e66cdf882f1717d6aa26b5d54adf97.tar.gz gentoo-2-cb860d68d7e66cdf882f1717d6aa26b5d54adf97.tar.bz2 gentoo-2-cb860d68d7e66cdf882f1717d6aa26b5d54adf97.zip |
Added hppa to keywords.
Diffstat (limited to 'sys-devel')
-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 bef4008248fb..d7a3a3f80741 100644 --- a/sys-devel/bison/ChangeLog +++ b/sys-devel/bison/ChangeLog @@ -1,6 +1,9 @@ # 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.12 2003/01/18 19:05:49 tuxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.13 2003/02/09 18:32:47 gmsoft Exp $ + + 09 Feb 2003; Guy Martin <gmsoft@gentoo.org> bison-1.35.ebuild : + Added hppa to keywords. 19 Dec 2002; Martin Schlemmer <azarah@gentoo.org> bison-1.35.ebuild : diff --git a/sys-devel/bison/bison-1.35.ebuild b/sys-devel/bison/bison-1.35.ebuild index ca029a4fb946..909c9a6cb518 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.10 2003/01/18 19:05:49 tuxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.35.ebuild,v 1.11 2003/02/09 18:32:47 gmsoft 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" +KEYWORDS="x86 ppc sparc alpha mips hppa" DEPEND="nls? ( sys-devel/gettext )" # icc? ( dev-lang/icc )" |