diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-10-20 12:01:42 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-10-20 12:01:42 +0000 |
commit | ce9a3be6b4f415d2af5f710d761afb25e1292d2e (patch) | |
tree | 73cfdd174e20ed06a5f56c1ddace2a6a28fcbb48 /sys-devel/bison | |
parent | proper fix #8144 (diff) | |
download | historical-ce9a3be6b4f415d2af5f710d761afb25e1292d2e.tar.gz historical-ce9a3be6b4f415d2af5f710d761afb25e1292d2e.tar.bz2 historical-ce9a3be6b4f415d2af5f710d761afb25e1292d2e.zip |
do not use 1.75, as xfree for one do not work with it
Diffstat (limited to 'sys-devel/bison')
-rw-r--r-- | sys-devel/bison/bison-1.75.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-devel/bison/bison-1.75.ebuild b/sys-devel/bison/bison-1.75.ebuild index 787643d7730a..89db08b7a84f 100644 --- a/sys-devel/bison/bison-1.75.ebuild +++ b/sys-devel/bison/bison-1.75.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.75.ebuild,v 1.1 2002/10/20 09:05:26 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.75.ebuild,v 1.2 2002/10/20 12:01:42 azarah Exp $ IUSE="nls static build" @@ -11,7 +11,8 @@ HOMEPAGE="http://www.gnu.org/software/bison/bison.html" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~sparc64 ~alpha" +# do not compile xfree +KEYWORDS="-x86 -ppc -sparc -sparc64 -alpha" DEPEND="nls? ( sys-devel/gettext )" |