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 5F4C81388C3 for ; Sun, 22 Nov 2015 21:37:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5A1B21C008; Sun, 22 Nov 2015 21:37:03 +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 6844C21C006 for ; Sun, 22 Nov 2015 21:37:03 +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 5EADA3407B8 for ; Sun, 22 Nov 2015 21:37:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A40EB1063 for ; Sun, 22 Nov 2015 21:37:00 +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: <1448228214.b985cf5cc091635eda05320064fd602cd73fe903.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/qdox/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/qdox/qdox-1.12.1-r1.ebuild X-VCS-Directories: dev-java/qdox/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: b985cf5cc091635eda05320064fd602cd73fe903 X-VCS-Branch: master Date: Sun, 22 Nov 2015 21:37:00 +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: 6c71e45f-e933-4eda-a557-c411fe0b83c3 X-Archives-Hash: 1a8640d3f7ea1d9105831deb22db8e22 commit: b985cf5cc091635eda05320064fd602cd73fe903 Author: James Le Cuirot gentoo org> AuthorDate: Sun Nov 22 21:34:01 2015 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Nov 22 21:36:54 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b985cf5c dev-java/qdox: Add ~ppc64 keyword Package-Manager: portage-2.2.25 dev-java/qdox/qdox-1.12.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/qdox/qdox-1.12.1-r1.ebuild b/dev-java/qdox/qdox-1.12.1-r1.ebuild index 9082187..d0b13a1 100644 --- a/dev-java/qdox/qdox-1.12.1-r1.ebuild +++ b/dev-java/qdox/qdox-1.12.1-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/codehaus/qdox/archive/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="1.12" -KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos" S="${WORKDIR}/${PN}-${PN}-${PV}"