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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D1A2E158086 for ; Fri, 26 Nov 2021 08:44:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 003922BC001; Fri, 26 Nov 2021 08:44:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D475A2BC001 for ; Fri, 26 Nov 2021 08:44:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 959093432BA for ; Fri, 26 Nov 2021 08:44:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C369A1C6 for ; Fri, 26 Nov 2021 08:44:44 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1637916263.d25cb0eed0cffdb72b9344e2ec882aa75b3f47cc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/libg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/libg/libg-2.1.0-r2.ebuild X-VCS-Directories: dev-java/libg/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d25cb0eed0cffdb72b9344e2ec882aa75b3f47cc X-VCS-Branch: master Date: Fri, 26 Nov 2021 08:44:44 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3fd064fa-a2ae-4c23-97cb-b0614cf69032 X-Archives-Hash: 9127c05ca5c12422c575ef5bd609dae1 commit: d25cb0eed0cffdb72b9344e2ec882aa75b3f47cc Author: Sam James gentoo org> AuthorDate: Fri Nov 26 08:44:23 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Nov 26 08:44:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d25cb0ee dev-java/libg: Stabilize 2.1.0-r2 ppc64, #809560 Signed-off-by: Sam James gentoo.org> dev-java/libg/libg-2.1.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/libg/libg-2.1.0-r2.ebuild b/dev-java/libg/libg-2.1.0-r2.ebuild index 4ac55d9243ba..2093ba30d738 100644 --- a/dev-java/libg/libg-2.1.0-r2.ebuild +++ b/dev-java/libg/libg-2.1.0-r2.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/bndtools/bnd/archive/${PV}.REL.tar.gz -> bndlib-${PV LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~ppc64 x86" +KEYWORDS="amd64 ppc64 x86" # Tests depend on biz.aQute.junit, which depends on biz.aQute.bndlib, which on # its own turn again depends on aQute.libg again; we can temporarily assume that