From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 104ED1580E0 for ; Sun, 26 Jan 2025 06:06:27 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id EC0D1343531 for ; Sun, 26 Jan 2025 06:06:26 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 817EB110473; Sun, 26 Jan 2025 06:06:20 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 6DF88110470 for ; Sun, 26 Jan 2025 06:06:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1CB5634336F for ; Sun, 26 Jan 2025 06:06:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B1B52082 for ; Sun, 26 Jan 2025 06:06:18 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1737871480.758ab932ddd2a4ab7c80fb976d343b31ff468405.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/scram/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/scram/scram-2.1.ebuild X-VCS-Directories: dev-java/scram/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 758ab932ddd2a4ab7c80fb976d343b31ff468405 X-VCS-Branch: master Date: Sun, 26 Jan 2025 06:06:18 +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: fd967207-8cd2-4dc9-9e78-248aef9e01b9 X-Archives-Hash: 6407b206120be2b0a5d2dad3059be20f commit: 758ab932ddd2a4ab7c80fb976d343b31ff468405 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Mon Jan 20 09:11:15 2025 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sun Jan 26 06:04:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=758ab932 dev-java/scram: unkeyword 2.1 for ~ppc64 There are no consumers which were keyworded on ppc64. Closes: https://bugs.gentoo.org/947589 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Signed-off-by: Miroslav Šulc gentoo.org> dev-java/scram/scram-2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/scram/scram-2.1.ebuild b/dev-java/scram/scram-2.1.ebuild index fc3c8a03ce1a..ed108cbaa45b 100644 --- a/dev-java/scram/scram-2.1.ebuild +++ b/dev-java/scram/scram-2.1.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}/${P}" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~ppc64" +KEYWORDS="amd64" CP_DEPEND="dev-java/saslprep:0"