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 523CF15ACFB for ; Sat, 22 Apr 2023 00:11:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73669E09C8; Sat, 22 Apr 2023 00:11:36 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 29B4AE09C8 for ; Sat, 22 Apr 2023 00:11:36 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 094C0341085 for ; Sat, 22 Apr 2023 00:11:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA9B7A3E for ; Sat, 22 Apr 2023 00:11:32 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1682122215.e92bc2522601f5b20dd2dc3834b4fcddb1cef4e3.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/busted/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/busted/busted-2.1.2.ebuild X-VCS-Directories: dev-lua/busted/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: e92bc2522601f5b20dd2dc3834b4fcddb1cef4e3 X-VCS-Branch: master Date: Sat, 22 Apr 2023 00:11:32 +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: d214c4a6-7d9c-4eaa-b260-19e0fec24838 X-Archives-Hash: 3fd9b633eaf46b39bfa287854cc936b5 commit: e92bc2522601f5b20dd2dc3834b4fcddb1cef4e3 Author: Conrad Kostecki gentoo org> AuthorDate: Sat Apr 22 00:08:37 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Apr 22 00:10:15 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e92bc252 dev-lua/busted: stabilize-allarches Signed-off-by: Conrad Kostecki gentoo.org> dev-lua/busted/busted-2.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lua/busted/busted-2.1.2.ebuild b/dev-lua/busted/busted-2.1.2.ebuild index 2059826dbdf6..11ab5afb1292 100644 --- a/dev-lua/busted/busted-2.1.2.ebuild +++ b/dev-lua/busted/busted-2.1.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/lunarmodules/${PN}/archive/refs/tags/v${PV}.tar.gz - LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86" IUSE="test" REQUIRED_USE="${LUA_REQUIRED_USE}" RESTRICT="test"