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 AC74258974 for ; Sun, 7 Feb 2016 19:18:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E5BF21C0BF; Sun, 7 Feb 2016 19:18:11 +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 D3D6B21C0C1 for ; Sun, 7 Feb 2016 19:18:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D54B83409ED for ; Sun, 7 Feb 2016 19:18:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E493DC88 for ; Sun, 7 Feb 2016 19:18:07 +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: <1454872567.7c75f8956002c43a4c4a835e681aa9557a5dd408.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/asm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/asm/asm-2.2.3-r2.ebuild X-VCS-Directories: dev-java/asm/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 7c75f8956002c43a4c4a835e681aa9557a5dd408 X-VCS-Branch: master Date: Sun, 7 Feb 2016 19:18:07 +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: 5190784a-8c88-4319-ac5c-e3680389a5d8 X-Archives-Hash: c0401b7cdc4c178707cbabd1addf9d61 commit: 7c75f8956002c43a4c4a835e681aa9557a5dd408 Author: Patrice Clement gentoo org> AuthorDate: Sun Feb 7 19:11:25 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun Feb 7 19:16:07 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c75f895 dev-java/asm: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy (ppc64+x86) as per asm-2.2.3-r2 KEYWORDS. Package-Manager: portage-2.2.26 Signed-off-by: Patrice Clement gentoo.org> dev-java/asm/asm-2.2.3-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/asm/asm-2.2.3-r2.ebuild b/dev-java/asm/asm-2.2.3-r2.ebuild index 0f40557..e1b12fb 100644 --- a/dev-java/asm/asm-2.2.3-r2.ebuild +++ b/dev-java/asm/asm-2.2.3-r2.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="http://asm.objectweb.org" SRC_URI="http://download.forge.objectweb.org/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="2.2" -KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="doc source" CDEPEND="dev-java/ant-core:0