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 3F939138206 for ; Sun, 24 Apr 2016 20:18:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACFEA21C028; Sun, 24 Apr 2016 20:17:53 +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 D9F6121C028 for ; Sun, 24 Apr 2016 20:17:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 159B4340B53 for ; Sun, 24 Apr 2016 20:17:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5729C962 for ; Sun, 24 Apr 2016 20:17:47 +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: <1461529050.9fd6e0346199f9f1108000b453d93b8243abc4b2.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: 9fd6e0346199f9f1108000b453d93b8243abc4b2 X-VCS-Branch: master Date: Sun, 24 Apr 2016 20:17:47 +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: 682f1e1b-dad9-4ac9-b588-2369fe7d9686 X-Archives-Hash: 5b9774ba3e6a8b278370699335bfa8b6 commit: 9fd6e0346199f9f1108000b453d93b8243abc4b2 Author: James Le Cuirot gentoo org> AuthorDate: Sun Apr 24 20:14:44 2016 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Apr 24 20:17:30 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fd6e034 dev-java/qdox: 1.12.1-r1 stable on amd64, ppc64, x86 using ALLARCHES Package-Manager: portage-2.2.28 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 542db4d..6ffaf3f 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 ~ppc64 ~x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos" S="${WORKDIR}/${PN}-${PN}-${PV}"