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 F102F1582EF for ; Sun, 09 Mar 2025 08:33:48 +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 DB3D43430A0 for ; Sun, 09 Mar 2025 08:33:48 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 843DA110473; Sun, 09 Mar 2025 08:33:25 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 bobolink.gentoo.org (Postfix) with ESMTPS id 7A011110473 for ; Sun, 09 Mar 2025 08:33:25 +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 30A87343091 for ; Sun, 09 Mar 2025 08:33:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F09A28C9 for ; Sun, 09 Mar 2025 08:33:22 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1741509176.1e836478b7f497c4ac63533f7df376751c48cd5a.asturm@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-r102.ebuild X-VCS-Directories: net-libs/signond/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1e836478b7f497c4ac63533f7df376751c48cd5a X-VCS-Branch: master Date: Sun, 09 Mar 2025 08:33:22 +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: 58fb0b48-66ba-4b15-81e9-08eb07511955 X-Archives-Hash: c0d8cb4b4badae0bd5673cb6dc3dcf7b commit: 1e836478b7f497c4ac63533f7df376751c48cd5a Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Mar 8 19:23:50 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 9 08:32:56 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e836478 net-libs/signond: unkeyword 8.61-r102 for ~arm Signed-off-by: Andreas Sturmlechner gentoo.org> net-libs/signond/signond-8.61-r102.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/signond/signond-8.61-r102.ebuild b/net-libs/signond/signond-8.61-r102.ebuild index 1c7706ad5d07..e8a58b31c30e 100644 --- a/net-libs/signond/signond-8.61-r102.ebuild +++ b/net-libs/signond/signond-8.61-r102.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 arm64 ~loong ~ppc64 ~riscv ~x86" fi DESCRIPTION="Signon daemon for libaccounts-glib"