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 6361B158004 for ; Fri, 28 Jun 2024 00:59:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6FBD2BC037; Fri, 28 Jun 2024 00:59:11 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 805BB2BC037 for ; Fri, 28 Jun 2024 00:59:11 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C9403406BF for ; Fri, 28 Jun 2024 00:59:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CBCE1D77 for ; Fri, 28 Jun 2024 00:59:07 +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: <1719536308.64e3929f75cf1cfdd0cd1ff86bb70f095cd2cc87.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/signon-oauth2/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/signon-oauth2/signon-oauth2-0.25_p20210102.ebuild X-VCS-Directories: net-libs/signon-oauth2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 64e3929f75cf1cfdd0cd1ff86bb70f095cd2cc87 X-VCS-Branch: master Date: Fri, 28 Jun 2024 00:59: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 76fd76f9-083c-4fc7-b493-b57cd6a9986d X-Archives-Hash: 1e69b650210ad40d1352cb063e8d85be commit: 64e3929f75cf1cfdd0cd1ff86bb70f095cd2cc87 Author: Sam James gentoo org> AuthorDate: Fri Jun 28 00:58:28 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jun 28 00:58:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64e3929f net-libs/signon-oauth2: Stabilize 0.25_p20210102 x86, #935032 Signed-off-by: Sam James gentoo.org> net-libs/signon-oauth2/signon-oauth2-0.25_p20210102.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/signon-oauth2/signon-oauth2-0.25_p20210102.ebuild b/net-libs/signon-oauth2/signon-oauth2-0.25_p20210102.ebuild index 02d927cd60d9..c3482b42a6f3 100644 --- a/net-libs/signon-oauth2/signon-oauth2-0.25_p20210102.ebuild +++ b/net-libs/signon-oauth2/signon-oauth2-0.25_p20210102.ebuild @@ -21,7 +21,7 @@ else SRC_URI="https://gitlab.com/accounts-sso/${MY_PN}/-/archive/${MY_PV}/${MY_P}.tar.bz2 -> ${P}.tar.bz2" S="${WORKDIR}/${MY_P}" fi - KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" fi DESCRIPTION="OAuth2 plugin for Signon daemon"