diff options
author | 2010-08-10 16:03:26 +0000 | |
---|---|---|
committer | 2010-08-10 16:03:26 +0000 | |
commit | 636724f6c15386ea33eb474dc7f0ebd37c66649d (patch) | |
tree | e99e66fe41039f02019f42c8dc1f720dd602f231 /sys-devel | |
parent | Stable for HPPA (bug #331345). (diff) | |
download | gentoo-2-636724f6c15386ea33eb474dc7f0ebd37c66649d.tar.gz gentoo-2-636724f6c15386ea33eb474dc7f0ebd37c66649d.tar.bz2 gentoo-2-636724f6c15386ea33eb474dc7f0ebd37c66649d.zip |
Stable for HPPA (bug #331577).
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/bison/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/bison/bison-2.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/bison/ChangeLog b/sys-devel/bison/ChangeLog index 88cca0ccc478..91a30d1c8467 100644 --- a/sys-devel/bison/ChangeLog +++ b/sys-devel/bison/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/bison # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.89 2010/08/10 12:35:33 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.90 2010/08/10 16:03:26 jer Exp $ + + 10 Aug 2010; Jeroen Roovers <jer@gentoo.org> bison-2.4.2.ebuild: + Stable for HPPA (bug #331577). 10 Aug 2010; Christian Faulhammer <fauli@gentoo.org> bison-2.4.2.ebuild: stable x86, bug 331577 diff --git a/sys-devel/bison/bison-2.4.2.ebuild b/sys-devel/bison/bison-2.4.2.ebuild index f98774e9e188..a4c64472aafc 100644 --- a/sys-devel/bison/bison-2.4.2.ebuild +++ b/sys-devel/bison/bison-2.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.4.2.ebuild,v 1.4 2010/08/10 12:35:33 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.4.2.ebuild,v 1.5 2010/08/10 16:03:26 jer 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 x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="nls static" DEPEND="nls? ( sys-devel/gettext )" |