diff options
author | 2025-01-21 02:29:33 +0100 | |
---|---|---|
committer | 2025-01-21 02:29:33 +0100 | |
commit | 929f1335df2c2159046770718376d47bbc9bd16c (patch) | |
tree | 1a69d0e7e5a482ec668f1c97abaadbff1f3c41b9 /dev-debug | |
parent | app-admin/gopass-summon-provider: stabilize 1.15.15 for amd64 (diff) | |
download | gentoo-929f1335df2c2159046770718376d47bbc9bd16c.tar.gz gentoo-929f1335df2c2159046770718376d47bbc9bd16c.tar.bz2 gentoo-929f1335df2c2159046770718376d47bbc9bd16c.zip |
dev-debug/scap-driver: Stabilize 0.19.0 amd64, #948452
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-debug')
-rw-r--r-- | dev-debug/scap-driver/scap-driver-0.19.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-debug/scap-driver/scap-driver-0.19.0.ebuild b/dev-debug/scap-driver/scap-driver-0.19.0.ebuild index 7ae508a24631..8651a29ab1a5 100644 --- a/dev-debug/scap-driver/scap-driver-0.19.0.ebuild +++ b/dev-debug/scap-driver/scap-driver-0.19.0.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 @@ S="${WORKDIR}/libs-${PV}" LICENSE="Apache-2.0 GPL-2 MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 ~x86" CONFIG_CHECK="HAVE_SYSCALL_TRACEPOINTS ~TRACEPOINTS" |