From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C77D61395E3 for ; Sun, 4 Dec 2016 19:14:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E02E21C07E; Sun, 4 Dec 2016 19:14:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7F5C021C07E for ; Sun, 4 Dec 2016 19:14:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3684A3412F9 for ; Sun, 4 Dec 2016 19:14:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C14C724B3 for ; Sun, 4 Dec 2016 19:14:13 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1480878699.762c32f4cc0a81520d3697c7e9b883de8c0fa1bf.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jsr250/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/jsr250/jsr250-1.2.ebuild X-VCS-Directories: dev-java/jsr250/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 762c32f4cc0a81520d3697c7e9b883de8c0fa1bf X-VCS-Branch: master Date: Sun, 4 Dec 2016 19:14:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a9405cf3-2f78-435a-b259-4639de579294 X-Archives-Hash: 097c1a46f0dc38a3af1a42152bac7fb4 commit: 762c32f4cc0a81520d3697c7e9b883de8c0fa1bf Author: Stefan Langenmaier gmail com> AuthorDate: Sun Dec 4 15:00:09 2016 +0000 Commit: James Le Cuirot gentoo 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