From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1647456-garchives=archives.gentoo.org@lists.gentoo.org> 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 B9A7815802E for <garchives@archives.gentoo.org>; Fri, 28 Jun 2024 00:17:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94779E2A9A; Fri, 28 Jun 2024 00:17:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7130BE2A9A for <gentoo-commits@lists.gentoo.org>; Fri, 28 Jun 2024 00:17:01 +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 B70D533BE3B for <gentoo-commits@lists.gentoo.org>; Fri, 28 Jun 2024 00:17:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D55EF1D7A for <gentoo-commits@lists.gentoo.org>; Fri, 28 Jun 2024 00:16:57 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1719533782.321c962fbc2a987d7771b2e7f1e4e97c6912f8df.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/signond/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/signond/signond-8.61-r100.ebuild X-VCS-Directories: net-libs/signond/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 321c962fbc2a987d7771b2e7f1e4e97c6912f8df X-VCS-Branch: master Date: Fri, 28 Jun 2024 00:16:57 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: afb344b3-5f4a-45b0-97d2-c82afa27a07a X-Archives-Hash: fbb2ecc53fc0f8a70ea1e2b860773fa4 commit: 321c962fbc2a987d7771b2e7f1e4e97c6912f8df Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jun 28 00:16:22 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jun 28 00:16:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=321c962f net-libs/signond: Stabilize 8.61-r100 arm64, #935032 Signed-off-by: Sam James <sam <AT> gentoo.org> net-libs/signond/signond-8.61-r100.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/signond/signond-8.61-r100.ebuild b/net-libs/signond/signond-8.61-r100.ebuild index 1c3cc37a6396..7c874458e05f 100644 --- a/net-libs/signond/signond-8.61-r100.ebuild +++ b/net-libs/signond/signond-8.61-r100.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} = *9999* ]] ; then else SRC_URI="https://gitlab.com/accounts-sso/${PN}/-/archive/VERSION_${PV}/${PN}-VERSION_${PV}.tar.bz2 -> ${P}.tar.bz2" S="${WORKDIR}/${PN}-VERSION_${PV}" - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86" fi DESCRIPTION="Signon daemon for libaccounts-glib"