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 7D919158042 for ; Tue, 5 Nov 2024 10:34:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43939E07EF; Tue, 5 Nov 2024 10:34:38 +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 298F8E07EF for ; Tue, 5 Nov 2024 10:34:38 +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 3D827342F9B for ; Tue, 5 Nov 2024 10:34:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC6601CA7 for ; Tue, 5 Nov 2024 10:34:35 +0000 (UTC) From: "Sam James" 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" Message-ID: <1730802852.d858d94e8e95add5d519baa3a01c771d10e27f9d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/lttng-ust/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/lttng-ust/lttng-ust-2.13.8.ebuild X-VCS-Directories: dev-util/lttng-ust/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d858d94e8e95add5d519baa3a01c771d10e27f9d X-VCS-Branch: master Date: Tue, 5 Nov 2024 10:34:35 +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: f6dd4923-438a-4d41-8022-271086b3c541 X-Archives-Hash: 3bc3403ed7b447cdb83fa1335d6a1681 commit: d858d94e8e95add5d519baa3a01c771d10e27f9d Author: Sam James gentoo org> AuthorDate: Tue Nov 5 10:34:12 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Nov 5 10:34:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d858d94e dev-util/lttng-ust: Stabilize 2.13.8 arm, #942910 Signed-off-by: Sam James gentoo.org> dev-util/lttng-ust/lttng-ust-2.13.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/lttng-ust/lttng-ust-2.13.8.ebuild b/dev-util/lttng-ust/lttng-ust-2.13.8.ebuild index 0c1e5102596a..cd9696089e54 100644 --- a/dev-util/lttng-ust/lttng-ust-2.13.8.ebuild +++ b/dev-util/lttng-ust/lttng-ust-2.13.8.ebuild @@ -18,7 +18,7 @@ S="${WORKDIR}"/${MY_P} LICENSE="GPL-2" SLOT="0/${MY_SLOT}" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~loong ~mips ~ppc ppc64 ~riscv ~sparc ~x86" IUSE="examples numa test" RESTRICT="!test? ( test )"