diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-04-26 12:58:13 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-04-26 12:58:13 +0000 |
commit | 61b3b9eb79cea9a770479dfcbd51b914afe79b8a (patch) | |
tree | 0b0f77397495a0d2100e59ef1e925d1d82bce8a5 /sys-devel | |
parent | Masked for removal in 30 days wrt #412189 (diff) | |
download | gentoo-2-61b3b9eb79cea9a770479dfcbd51b914afe79b8a.tar.gz gentoo-2-61b3b9eb79cea9a770479dfcbd51b914afe79b8a.tar.bz2 gentoo-2-61b3b9eb79cea9a770479dfcbd51b914afe79b8a.zip |
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/bison/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/bison/bison-2.5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-devel/bison/ChangeLog b/sys-devel/bison/ChangeLog index 77f3346910f4..64fea86e9840 100644 --- a/sys-devel/bison/ChangeLog +++ b/sys-devel/bison/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/bison -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.108 2011/08/17 03:43:40 mattst88 Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.109 2012/04/26 12:58:13 aballier Exp $ + + 26 Apr 2012; Alexis Ballier <aballier@gentoo.org> bison-2.5.ebuild: + keyword ~amd64-fbsd 17 Aug 2011; Matt Turner <mattst88@gentoo.org> bison-2.4.2.ebuild, bison-2.4.3.ebuild, bison-2.5.ebuild: diff --git a/sys-devel/bison/bison-2.5.ebuild b/sys-devel/bison/bison-2.5.ebuild index daa6d34afd4c..6d07f5782298 100644 --- a/sys-devel/bison/bison-2.5.ebuild +++ b/sys-devel/bison/bison-2.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.5.ebuild,v 1.4 2011/08/17 03:43:40 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.5.ebuild,v 1.5 2012/04/26 12:58:13 aballier Exp $ EAPI="2" @@ -12,7 +12,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 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="nls static" RDEPEND=">=sys-devel/m4-1.4.16" |