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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EEB51158089 for ; Wed, 4 Oct 2023 15:29:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 206C32BC0A4; Wed, 4 Oct 2023 15:29:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 0357B2BC054 for ; Wed, 4 Oct 2023 15:29:01 +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 3DE53335CEC for ; Wed, 4 Oct 2023 15:29:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 703BB98A for ; Wed, 4 Oct 2023 15:28:57 +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: <1696433316.29fd41c0860e7d37a6a4cf245531631490efc6f8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/rebar/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/rebar/rebar-3.21.0.ebuild X-VCS-Directories: dev-util/rebar/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 29fd41c0860e7d37a6a4cf245531631490efc6f8 X-VCS-Branch: master Date: Wed, 4 Oct 2023 15:28:57 +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: b190ad2a-fa9c-4822-bc9e-2547b463950a X-Archives-Hash: bc69d29bee20c91d2cd313b542d079db commit: 29fd41c0860e7d37a6a4cf245531631490efc6f8 Author: Sam James gentoo org> AuthorDate: Wed Oct 4 15:28:36 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Oct 4 15:28:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29fd41c0 dev-util/rebar: Stabilize 3.21.0 ALLARCHES, #915171 Signed-off-by: Sam James gentoo.org> dev-util/rebar/rebar-3.21.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/rebar/rebar-3.21.0.ebuild b/dev-util/rebar/rebar-3.21.0.ebuild index 71d819de495b..92132ff1378f 100644 --- a/dev-util/rebar/rebar-3.21.0.ebuild +++ b/dev-util/rebar/rebar-3.21.0.ebuild @@ -18,7 +18,7 @@ S="${WORKDIR}"/${MY_PN}-${PV} LICENSE="Apache-2.0 MIT BSD" SLOT="3" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 sparc x86" IUSE="test" RESTRICT="!test? ( test )"