diff options
author | Christoph Mende <angelos@gentoo.org> | 2007-06-26 13:40:14 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2007-06-26 13:40:14 +0000 |
commit | 88960f6134b1b10e63b0aec444b0c79b953f9285 (patch) | |
tree | dbbd90b026f5d675782b834324ffca258db6f301 /sys-devel | |
parent | Stable on amd64 wrt bug 183253 (diff) | |
download | historical-88960f6134b1b10e63b0aec444b0c79b953f9285.tar.gz historical-88960f6134b1b10e63b0aec444b0c79b953f9285.tar.bz2 historical-88960f6134b1b10e63b0aec444b0c79b953f9285.zip |
Stable on amd64 wrt bug 183254
Package-Manager: portage-2.1.3_rc5
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/bison/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/bison/bison-2.3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-devel/bison/ChangeLog b/sys-devel/bison/ChangeLog index f5e4bc49ea77..150e58b92003 100644 --- a/sys-devel/bison/ChangeLog +++ b/sys-devel/bison/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/bison # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.63 2007/01/05 07:12:45 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.64 2007/06/26 13:40:14 angelos Exp $ + + 26 Jun 2007; Christoph Mende <angelos@gentoo.org> bison-2.3.ebuild: + Stable on amd64 wrt bug 183254 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> bison-1.875.ebuild, bison-2.0.ebuild, bison-2.1.ebuild, bison-2.2.ebuild: diff --git a/sys-devel/bison/bison-2.3.ebuild b/sys-devel/bison/bison-2.3.ebuild index 158f38cc85eb..4e2a1d6ffe50 100644 --- a/sys-devel/bison/bison-2.3.ebuild +++ b/sys-devel/bison/bison-2.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.3.ebuild,v 1.1 2006/10/26 03:57:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.3.ebuild,v 1.2 2007/06/26 13:40:14 angelos Exp $ inherit toolchain-funcs flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/bison/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="nls static" DEPEND="nls? ( sys-devel/gettext )" |