diff options
author | 2002-10-20 12:01:42 +0000 | |
---|---|---|
committer | 2002-10-20 12:01:42 +0000 | |
commit | de3d4dc50749d91668d8a0554c9139180f677da8 (patch) | |
tree | 68d840039ec4cf5d9342d357b3019880085bd1e4 /sys-devel/bison | |
parent | proper fix #8144 (diff) | |
download | gentoo-2-de3d4dc50749d91668d8a0554c9139180f677da8.tar.gz gentoo-2-de3d4dc50749d91668d8a0554c9139180f677da8.tar.bz2 gentoo-2-de3d4dc50749d91668d8a0554c9139180f677da8.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 )" |