From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4D10F1384B4 for ; Sun, 6 Dec 2015 23:06:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB39621C114; Sun, 6 Dec 2015 23:06:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 300C221C113 for ; Sun, 6 Dec 2015 23:06:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3BF6C3406F2 for ; Sun, 6 Dec 2015 23:06:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D5EECB2 for ; Sun, 6 Dec 2015 23:06:10 +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: <1449443153.e79c6dd5078379949294b010a33f371e0dfdaf55.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/guava/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/guava/guava-18.0.ebuild X-VCS-Directories: dev-java/guava/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: e79c6dd5078379949294b010a33f371e0dfdaf55 X-VCS-Branch: master Date: Sun, 6 Dec 2015 23:06:10 +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: 3cfc6918-c8a5-495e-a02e-606089265672 X-Archives-Hash: cc9953e4d6ae946bd282c728548ed35e commit: e79c6dd5078379949294b010a33f371e0dfdaf55 Author: James Le Cuirot gentoo org> AuthorDate: Sun Oct 18 14:09:37 2015 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Dec 6 23:05:53 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e79c6dd5 dev-java/guava: Add ~ppc keyword to version 18 Package-Manager: portage-2.2.20.1 dev-java/guava/guava-18.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/guava/guava-18.0.ebuild b/dev-java/guava/guava-18.0.ebuild index 12979a4..204ab4f 100644 --- a/dev-java/guava/guava-18.0.ebuild +++ b/dev-java/guava/guava-18.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://search.maven.org/remotecontent?filepath=com/google/${PN}/${PN}/$ LICENSE="Apache-2.0" SLOT="18" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" CDEPEND=" dev-java/javax-inject:0