diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-02-19 04:49:00 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-02-19 04:49:00 +0000 |
commit | 5ecfbb49fc136cd82e876bce07c90e9d1f0e96f1 (patch) | |
tree | 54acbc4acf64e9b73e14e708dc5d9645241c38a5 /sys-devel/bison | |
parent | Add ~arm-linux + ~x86-linux keywords. (diff) | |
download | gentoo-2-5ecfbb49fc136cd82e876bce07c90e9d1f0e96f1.tar.gz gentoo-2-5ecfbb49fc136cd82e876bce07c90e9d1f0e96f1.tar.bz2 gentoo-2-5ecfbb49fc136cd82e876bce07c90e9d1f0e96f1.zip |
Add ~arm-linux keyword.
(Portage version: 2.2.0_alpha163_p9/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Diffstat (limited to 'sys-devel/bison')
-rw-r--r-- | sys-devel/bison/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/bison/bison-2.7.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-devel/bison/ChangeLog b/sys-devel/bison/ChangeLog index 8b378e3954ba..5922435edab5 100644 --- a/sys-devel/bison/ChangeLog +++ b/sys-devel/bison/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/bison -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.122 2012/12/13 20:32:46 radhermit Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.123 2013/02/19 04:49:00 zmedico Exp $ + + 19 Feb 2013; Zac Medico <zmedico@gentoo.org> bison-2.7.ebuild: + Add ~arm-linux keyword. 13 Dec 2012; Tim Harder <radhermit@gentoo.org> bison-2.6.5.ebuild: Revert to EAPI 4. diff --git a/sys-devel/bison/bison-2.7.ebuild b/sys-devel/bison/bison-2.7.ebuild index e94da3065a31..93d042e33678 100644 --- a/sys-devel/bison/bison-2.7.ebuild +++ b/sys-devel/bison/bison-2.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.7.ebuild,v 1.1 2012/12/13 20:23:36 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.7.ebuild,v 1.2 2013/02/19 04:49:00 zmedico Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="nls static" RDEPEND=">=sys-devel/m4-1.4.16" |