diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-01-11 14:32:21 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-01-11 14:32:21 +0000 |
commit | 4d223f22958e23821422dacb879ebc26e4164f30 (patch) | |
tree | 188ca249df8c4c7b4ee8a80e36c43bc0c11f6ae6 /sys-devel/bison/bison-1.875d.ebuild | |
parent | requested by koon (diff) | |
download | gentoo-2-4d223f22958e23821422dacb879ebc26e4164f30.tar.gz gentoo-2-4d223f22958e23821422dacb879ebc26e4164f30.tar.bz2 gentoo-2-4d223f22958e23821422dacb879ebc26e4164f30.zip |
Stable on ppc64
Diffstat (limited to 'sys-devel/bison/bison-1.875d.ebuild')
-rw-r--r-- | sys-devel/bison/bison-1.875d.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/bison/bison-1.875d.ebuild b/sys-devel/bison/bison-1.875d.ebuild index f46a3ef5a40c..5a0b5b1950fb 100644 --- a/sys-devel/bison/bison-1.875d.ebuild +++ b/sys-devel/bison/bison-1.875d.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.875d.ebuild,v 1.5 2005/01/11 10:07:53 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.875d.ebuild,v 1.6 2005/01/11 14:32:21 corsair Exp $ inherit toolchain-funcs flag-o-matic eutils gnuconfig @@ -10,7 +10,7 @@ SRC_URI="ftp://alpha.gnu.org/pub/gnu/bison/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86" +KEYWORDS="~alpha ~amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" IUSE="nls static" DEPEND="sys-devel/m4 |