diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2007-02-28 22:23:06 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2007-02-28 22:23:06 +0000 |
commit | ac55f1907c182d8f3d07b8634a382bcf9d68f270 (patch) | |
tree | 98dd8597127aeb61c11c46ad0eddf3063b01bb58 /sys-devel/bison | |
parent | Dropped ppc-macos keyword, see you in prefix (diff) | |
download | gentoo-2-ac55f1907c182d8f3d07b8634a382bcf9d68f270.tar.gz gentoo-2-ac55f1907c182d8f3d07b8634a382bcf9d68f270.tar.bz2 gentoo-2-ac55f1907c182d8f3d07b8634a382bcf9d68f270.zip |
Dropped ppc-macos keyword, see you in prefix
(Portage version: 2.1.2-r12)
Diffstat (limited to 'sys-devel/bison')
-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 7cf87ac9b00e..cf3873339b4e 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.11 2005/03/09 02:12:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.875d.ebuild,v 1.12 2007/02/28 22:23:06 genstef Exp $ inherit toolchain-funcs flag-o-matic eutils @@ -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 m68k mips ppc ppc64 ppc-macos s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" IUSE="nls static" DEPEND="sys-devel/m4 |