commit: 762c32f4cc0a81520d3697c7e9b883de8c0fa1bf Author: Stefan Langenmaier <stefan.langenmaier <AT> gmail <DOT> com> AuthorDate: Sun Dec 4 15:00:09 2016 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Sun Dec 4 19:11:39 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=762c32f4
dev-java/jsr250: readded ppc64 keyword The keyword was in the older version and repoman was complaining. Closes: https://github.com/gentoo/gentoo/pull/2976 dev-java/jsr250/jsr250-1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/jsr250/jsr250-1.2.ebuild b/dev-java/jsr250/jsr250-1.2.ebuild index 24d0f3d..67cf4ee 100644 --- a/dev-java/jsr250/jsr250-1.2.ebuild +++ b/dev-java/jsr250/jsr250-1.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://central.maven.org/maven2/javax/annotation/javax.annotation-api/$ LICENSE="|| ( CDDL GPL-2 )" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" RDEPEND=">=virtual/jre-1.7" DEPEND=">=virtual/jdk-1.7
