diff options
-rw-r--r-- | profiles/package.mask | 4 | ||||
-rw-r--r-- | sys-devel/bison/ChangeLog | 9 | ||||
-rw-r--r-- | sys-devel/bison/bison-1.75.ebuild | 4 |
3 files changed, 11 insertions, 6 deletions
diff --git a/profiles/package.mask b/profiles/package.mask index 97977d48f90d..673270bcc691 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -21,6 +21,10 @@ ## End example ## +# <blizzy@gentoo.org> (20 Oct 2002) +# breaks xfree +=sys-devel/bison-1.75 + # <carpaski@gentoo.org> (20 Oct 2002) # Testing! perfect_beta1 :) MANY MANY bugfixes. =sys-apps/portage-2.0.41 diff --git a/sys-devel/bison/ChangeLog b/sys-devel/bison/ChangeLog index 8f124a1938b9..5bfe09899be2 100644 --- a/sys-devel/bison/ChangeLog +++ b/sys-devel/bison/ChangeLog @@ -1,12 +1,13 @@ # ChangeLog for sys-devel/bison # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.5 2002/10/20 09:05:26 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.6 2002/10/20 21:26:48 blizzy Exp $ -*bison-1.75 (20 Oct 2002) + 20 Oct 2002; Maik Schreiber <blizzy@gentoo.org> bison-1.75.ebuild: + Fixed KEYWORDS. - 20 Oct 2002; Martin Schlemmer <azarah@gentoo.org> : +*bison-1.75 (20 Oct 2002) - Update version. + 20 Oct 2002; Martin Schlemmer <azarah@gentoo.org> : Update version. *bison-1.35 (09 Aug 2002) diff --git a/sys-devel/bison/bison-1.75.ebuild b/sys-devel/bison/bison-1.75.ebuild index 89db08b7a84f..08592dc7beb9 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.2 2002/10/20 12:01:42 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.75.ebuild,v 1.3 2002/10/20 21:26:48 blizzy Exp $ IUSE="nls static build" @@ -12,7 +12,7 @@ HOMEPAGE="http://www.gnu.org/software/bison/bison.html" LICENSE="GPL-2" SLOT="0" # do not compile xfree -KEYWORDS="-x86 -ppc -sparc -sparc64 -alpha" +KEYWORDS="~x86" DEPEND="nls? ( sys-devel/gettext )" |