From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1737160-garchives=archives.gentoo.org@lists.gentoo.org> 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 7A4EB1584AD for <garchives@archives.gentoo.org>; Mon, 14 Apr 2025 07:14:17 +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 6091D3430D0 for <garchives@archives.gentoo.org>; Mon, 14 Apr 2025 07:14:17 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5F03C1104B0; Mon, 14 Apr 2025 07:14:16 +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 559B51104B0 for <gentoo-commits@lists.gentoo.org>; Mon, 14 Apr 2025 07:14:16 +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 0684E3430D0 for <gentoo-commits@lists.gentoo.org>; Mon, 14 Apr 2025 07:14:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80C2C1DF6 for <gentoo-commits@lists.gentoo.org>; Mon, 14 Apr 2025 07:14:14 +0000 (UTC) From: "Joonas Niilola" <juippis@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, "Joonas Niilola" <juippis@gentoo.org> Message-ID: <1744614851.937a5e90ffca6f5ce7750a309d7d5f684eadb1d0.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/fprintd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/fprintd/fprintd-1.94.3.ebuild X-VCS-Directories: sys-auth/fprintd/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 937a5e90ffca6f5ce7750a309d7d5f684eadb1d0 X-VCS-Branch: master Date: Mon, 14 Apr 2025 07:14:14 +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: 0c7dc720-08fc-4747-8c0d-3dcbaedae811 X-Archives-Hash: 088fd6b9bc5d8f63435a4bce305c3c3e commit: 937a5e90ffca6f5ce7750a309d7d5f684eadb1d0 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Mon Apr 14 07:12:11 2025 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Mon Apr 14 07:14:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=937a5e90 sys-auth/fprintd: Stabilize 1.94.3 amd64, #951057 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> sys-auth/fprintd/fprintd-1.94.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-auth/fprintd/fprintd-1.94.3.ebuild b/sys-auth/fprintd/fprintd-1.94.3.ebuild index dbdb4718095b..05018c43c467 100644 --- a/sys-auth/fprintd/fprintd-1.94.3.ebuild +++ b/sys-auth/fprintd/fprintd-1.94.3.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 @@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="doc pam selinux systemd test" RESTRICT="!test? ( test )"