diff options
author | 2013-06-18 19:43:21 +0000 | |
---|---|---|
committer | 2013-06-18 19:43:21 +0000 | |
commit | 8702848ff7b477b7fe6a265c0ae7bc2a284bea53 (patch) | |
tree | 7d10c2219a570bc3584efabd8ea8a6e9ea99c97e /dev-java | |
parent | Drop old. (diff) | |
download | gentoo-2-8702848ff7b477b7fe6a265c0ae7bc2a284bea53.tar.gz gentoo-2-8702848ff7b477b7fe6a265c0ae7bc2a284bea53.tar.bz2 gentoo-2-8702848ff7b477b7fe6a265c0ae7bc2a284bea53.zip |
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha180/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/byaccj/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/byaccj/byaccj-1.15-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-java/byaccj/ChangeLog b/dev-java/byaccj/ChangeLog index 548696ce5965..7e6af248eae5 100644 --- a/dev-java/byaccj/ChangeLog +++ b/dev-java/byaccj/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/byaccj -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/byaccj/ChangeLog,v 1.10 2012/12/07 18:00:07 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/byaccj/ChangeLog,v 1.11 2013/06/18 19:43:21 aballier Exp $ + + 18 Jun 2013; Alexis Ballier <aballier@gentoo.org> byaccj-1.15-r1.ebuild: + keyword ~amd64-fbsd 07 Dec 2012; <ago@gentoo.org> byaccj-1.15-r1.ebuild: Stable for x86, wrt bug #441164 diff --git a/dev-java/byaccj/byaccj-1.15-r1.ebuild b/dev-java/byaccj/byaccj-1.15-r1.ebuild index af38f5bfb82d..eb265a104680 100644 --- a/dev-java/byaccj/byaccj-1.15-r1.ebuild +++ b/dev-java/byaccj/byaccj-1.15-r1.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/dev-java/byaccj/byaccj-1.15-r1.ebuild,v 1.4 2012/12/07 18:00:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/byaccj/byaccj-1.15-r1.ebuild,v 1.5 2013/06/18 19:43:21 aballier Exp $ EAPI="4" @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd" IUSE="" S="${WORKDIR}/${PN}${PV}" |