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 9B2441382C5 for ; Fri, 16 Feb 2018 10:28:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 981AEE0974; Fri, 16 Feb 2018 10:28:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6F557E0975 for ; Fri, 16 Feb 2018 10:28:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BCF95335C2E for ; Fri, 16 Feb 2018 10:28:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C8DC1FE for ; Fri, 16 Feb 2018 10:27:59 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1518776863.f952271bebb69a55272484efc6296b3340fc2c6d.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/trove/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/trove/trove-3.0.2-r3.ebuild X-VCS-Directories: dev-java/trove/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: f952271bebb69a55272484efc6296b3340fc2c6d X-VCS-Branch: master Date: Fri, 16 Feb 2018 10:27:59 +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: 844667eb-895f-48c7-885a-4638b0635859 X-Archives-Hash: b5c22fb3635c2e81b596609302ee1a05 commit: f952271bebb69a55272484efc6296b3340fc2c6d Author: Patrice Clement gentoo org> AuthorDate: Fri Feb 16 09:57:12 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Fri Feb 16 10:27:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f952271b dev-java/trove: fast stabilisation across all arches via ALLARCHES. Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-java/trove/trove-3.0.2-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/trove/trove-3.0.2-r3.ebuild b/dev-java/trove/trove-3.0.2-r3.ebuild index a2f2a221229..08317df9452 100644 --- a/dev-java/trove/trove-3.0.2-r3.ebuild +++ b/dev-java/trove/trove-3.0.2-r3.ebuild @@ -10,7 +10,7 @@ inherit java-pkg-2 java-pkg-simple DESCRIPTION="GNU Trove: High performance collections for Java" SRC_URI="mirror://sourceforge/trove4j/${P}.tar.gz" HOMEPAGE="http://trove4j.sourceforge.net" -KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" SLOT="0" LICENSE="LGPL-2.1"