diff options
author | James Le Cuirot <chewi@gentoo.org> | 2015-03-13 10:54:26 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2015-03-13 10:54:26 +0000 |
commit | c2ae6861c8f32e1561e2141d848c722868dde8e9 (patch) | |
tree | aaf0837248b58540ea338e46fe09dd77775f4110 /dev-java | |
parent | Stable for amd64, wrt bug #542266 (diff) | |
download | gentoo-2-c2ae6861c8f32e1561e2141d848c722868dde8e9.tar.gz gentoo-2-c2ae6861c8f32e1561e2141d848c722868dde8e9.tar.bz2 gentoo-2-c2ae6861c8f32e1561e2141d848c722868dde8e9.zip |
~x86 keyword added.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 9C6D7DE4)
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/jcip-annotations/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/jcip-annotations/jcip-annotations-1.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/jcip-annotations/ChangeLog b/dev-java/jcip-annotations/ChangeLog index a0d98029c457..94a936e12571 100644 --- a/dev-java/jcip-annotations/ChangeLog +++ b/dev-java/jcip-annotations/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/jcip-annotations # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jcip-annotations/ChangeLog,v 1.2 2015/03/09 23:46:56 chewi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jcip-annotations/ChangeLog,v 1.3 2015/03/13 10:54:26 chewi Exp $ + + 13 Mar 2015; James Le Cuirot <chewi@gentoo.org> jcip-annotations-1.0.1.ebuild: + ~x86 keyword added. 09 Mar 2015; James Le Cuirot <chewi@gentoo.org> jcip-annotations-1.0.1.ebuild: Fix double slash typo. diff --git a/dev-java/jcip-annotations/jcip-annotations-1.0.1.ebuild b/dev-java/jcip-annotations/jcip-annotations-1.0.1.ebuild index 4537227aa403..6a1f2a48f523 100644 --- a/dev-java/jcip-annotations/jcip-annotations-1.0.1.ebuild +++ b/dev-java/jcip-annotations/jcip-annotations-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jcip-annotations/jcip-annotations-1.0.1.ebuild,v 1.2 2015/03/09 23:46:56 chewi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jcip-annotations/jcip-annotations-1.0.1.ebuild,v 1.3 2015/03/13 10:54:26 chewi Exp $ EAPI=5 @@ -16,7 +16,7 @@ SRC_URI="https://github.com/stephenc/${PN}/archive/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=virtual/jre-1.5" |