diff options
author | Brian Jackson <iggy@gentoo.org> | 2004-03-02 16:11:19 +0000 |
---|---|---|
committer | Brian Jackson <iggy@gentoo.org> | 2004-03-02 16:11:19 +0000 |
commit | 336bcfbadc394459202b015ddc711d152618cb8c (patch) | |
tree | 911e1ebfc407066b0a35bd93dbad49d1e92f7ee0 /sys-devel/bison | |
parent | adding initial s390 support (diff) | |
download | historical-336bcfbadc394459202b015ddc711d152618cb8c.tar.gz historical-336bcfbadc394459202b015ddc711d152618cb8c.tar.bz2 historical-336bcfbadc394459202b015ddc711d152618cb8c.zip |
adding initial s390 support
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 63a80bbb46f4..079b138740d7 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.13 2004/02/23 00:18:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.875.ebuild,v 1.14 2004/03/02 16:11:19 iggy 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 ia64 ppc64" +KEYWORDS="amd64 x86 ~ppc sparc alpha mips hppa ia64 ppc64 s390" DEPEND="sys-devel/m4 nls? ( sys-devel/gettext )" |