From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1708607-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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5FD701581F0 for <garchives@archives.gentoo.org>; Sun, 12 Jan 2025 00:48:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 235A5E07EC; Sun, 12 Jan 2025 00:48:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 0D1FEE07EC for <gentoo-commits@lists.gentoo.org>; Sun, 12 Jan 2025 00:48:47 +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 E6817342FB5 for <gentoo-commits@lists.gentoo.org>; Sun, 12 Jan 2025 00:48:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D9461FC3 for <gentoo-commits@lists.gentoo.org>; Sun, 12 Jan 2025 00:48:44 +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: <1736642891.05cfa1cd8ddaafd01e7b7940f8dedba5ee8d75a9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/usbguard/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/usbguard/usbguard-1.1.3-r2.ebuild X-VCS-Directories: sys-apps/usbguard/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 05cfa1cd8ddaafd01e7b7940f8dedba5ee8d75a9 X-VCS-Branch: master Date: Sun, 12 Jan 2025 00:48:44 +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: 00de3b23-d94f-4453-9297-35e2c1a3c2a5 X-Archives-Hash: 14e37d6fbdb8e75268d1c28a399da744 commit: 05cfa1cd8ddaafd01e7b7940f8dedba5ee8d75a9 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jan 12 00:48:11 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jan 12 00:48:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05cfa1cd sys-apps/usbguard: Stabilize 1.1.3-r2 amd64, #947909 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-apps/usbguard/usbguard-1.1.3-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/usbguard/usbguard-1.1.3-r2.ebuild b/sys-apps/usbguard/usbguard-1.1.3-r2.ebuild index 6b5eca2bfe2c..523bc3e68c05 100644 --- a/sys-apps/usbguard/usbguard-1.1.3-r2.ebuild +++ b/sys-apps/usbguard/usbguard-1.1.3-r2.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 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/USBGuard/usbguard/releases/download/${P}/${P}.tar.gz LICENSE="GPL-2+" SLOT="0/1" # due to libusbguard.so.<1>.0.0 -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="dbus ldap policykit selinux static-libs systemd test umockdev" # https://github.com/USBGuard/usbguard/issues/449