From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 EF43C15812D for ; Sat, 04 Jan 2025 15:41:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 300CDE0794; Sat, 04 Jan 2025 15:41:34 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 154C1E0794 for ; Sat, 04 Jan 2025 15:41:34 +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 3115133FE7D for ; Sat, 04 Jan 2025 15:41:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6601C1993 for ; Sat, 04 Jan 2025 15:41:30 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1736005267.5034c4f3b6c86998f507c20294519330738d5b01.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/lttng-modules/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/lttng-modules/lttng-modules-2.13.15.ebuild X-VCS-Directories: dev-util/lttng-modules/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 5034c4f3b6c86998f507c20294519330738d5b01 X-VCS-Branch: master Date: Sat, 04 Jan 2025 15:41:30 +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: 5dc4cc8f-3ee3-4c53-98b4-904542216521 X-Archives-Hash: 8367a133f1110d4166cf5cb03be55d91 commit: 5034c4f3b6c86998f507c20294519330738d5b01 Author: Florian Schmaus gentoo org> AuthorDate: Sat Jan 4 15:38:36 2025 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sat Jan 4 15:41:07 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5034c4f3 dev-util/lttng-modules: stabilize 2.13.15 for amd64 Signed-off-by: Florian Schmaus gentoo.org> dev-util/lttng-modules/lttng-modules-2.13.15.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/lttng-modules/lttng-modules-2.13.15.ebuild b/dev-util/lttng-modules/lttng-modules-2.13.15.ebuild index 3309c26ea9f4..30ada94262c5 100644 --- a/dev-util/lttng-modules/lttng-modules-2.13.15.ebuild +++ b/dev-util/lttng-modules/lttng-modules-2.13.15.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 @@ -21,7 +21,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="GPL-2" SLOT="0/${MY_SLOT}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" CONFIG_CHECK="MODULES KALLSYMS HIGH_RES_TIMERS TRACEPOINTS ~HAVE_SYSCALL_TRACEPOINTS ~PERF_EVENTS ~EVENT_TRACING ~KPROBES KRETPROBES"