diff options
author | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-04-27 12:07:03 +0000 |
---|---|---|
committer | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-04-27 12:07:03 +0000 |
commit | 7be4e8c5ce74cc51192ddd03a5e4c0f489009e23 (patch) | |
tree | 4031ba40b30fcdfcdfa7b9362f3ad145c6843445 /sys-devel/bison | |
parent | New version - copyright message updated (Manifest recommit) (diff) | |
download | gentoo-2-7be4e8c5ce74cc51192ddd03a5e4c0f489009e23.tar.gz gentoo-2-7be4e8c5ce74cc51192ddd03a5e4c0f489009e23.tar.bz2 gentoo-2-7be4e8c5ce74cc51192ddd03a5e4c0f489009e23.zip |
Updated stable profile
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 c765effa24c4..231f9fda9e1c 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.17 2004/04/25 20:17:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.875.ebuild,v 1.18 2004/04/27 12:07:03 pvdabeel Exp $ inherit gcc flag-o-matic eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/bison/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc sparc mips alpha arm hppa amd64 ia64 ppc64 s390" +KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64 s390" IUSE="nls static" DEPEND="sys-devel/m4 |