diff options
author | Maik Schreiber <blizzy@gentoo.org> | 2002-10-20 21:26:48 +0000 |
---|---|---|
committer | Maik Schreiber <blizzy@gentoo.org> | 2002-10-20 21:26:48 +0000 |
commit | 91cf0379fc2b521a1c43537122a9ebcbc5c08eb7 (patch) | |
tree | a7fac022418a707210bb7c3b049ab34fafd18b98 /sys-devel | |
parent | Disable the x86+scanner dep again because it triggers a bug in portage. Will ... (diff) | |
download | gentoo-2-91cf0379fc2b521a1c43537122a9ebcbc5c08eb7.tar.gz gentoo-2-91cf0379fc2b521a1c43537122a9ebcbc5c08eb7.tar.bz2 gentoo-2-91cf0379fc2b521a1c43537122a9ebcbc5c08eb7.zip |
added bison-1.75 to package.mask
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/bison/ChangeLog | 9 | ||||
-rw-r--r-- | sys-devel/bison/bison-1.75.ebuild | 4 |
2 files changed, 7 insertions, 6 deletions
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 )" |