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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6878C158092 for ; Sun, 19 Sep 2021 21:53:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE209E0917; Sun, 19 Sep 2021 21:53:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 88970E0917 for ; Sun, 19 Sep 2021 21:53:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D094F3434CC for ; Sun, 19 Sep 2021 21:53:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51DF7EE for ; Sun, 19 Sep 2021 21:53:26 +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: <1632088389.6319eff1ae6b5dc389bf9b8f5abf2b7daffc3f3b.sam@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.12.5.ebuild X-VCS-Directories: dev-util/lttng-modules/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6319eff1ae6b5dc389bf9b8f5abf2b7daffc3f3b X-VCS-Branch: master Date: Sun, 19 Sep 2021 21:53:26 +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: 001d9eb0-da23-42cb-8aec-69139e77c7bf X-Archives-Hash: 57de7a5bce16558f08486d00a669c58b commit: 6319eff1ae6b5dc389bf9b8f5abf2b7daffc3f3b Author: Sam James gentoo org> AuthorDate: Sun Sep 19 21:53:09 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Sep 19 21:53:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6319eff1 dev-util/lttng-modules: Stabilize 2.12.5 x86, #763564 Signed-off-by: Sam James gentoo.org> dev-util/lttng-modules/lttng-modules-2.12.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/lttng-modules/lttng-modules-2.12.5.ebuild b/dev-util/lttng-modules/lttng-modules-2.12.5.ebuild index 3c1c2eeb04b..9ea9002311e 100644 --- a/dev-util/lttng-modules/lttng-modules-2.12.5.ebuild +++ b/dev-util/lttng-modules/lttng-modules-2.12.5.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://lttng.org/files/${PN}/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0/${MY_SLOT}" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" BUILD_TARGETS="default"