diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-09-26 00:26:19 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-09-26 01:11:42 +0200 |
commit | 09ad5482e19b2273eaaa83f23c961a57b0dc69e9 (patch) | |
tree | fee4a8d32bb353a855ea5bcfe103bf983ebc0671 /dev-lua | |
parent | dev-libs/libmodbus: x86 stable (diff) | |
download | gentoo-09ad5482e19b2273eaaa83f23c961a57b0dc69e9.tar.gz gentoo-09ad5482e19b2273eaaa83f23c961a57b0dc69e9.tar.bz2 gentoo-09ad5482e19b2273eaaa83f23c961a57b0dc69e9.zip |
dev-lua/busted: stable all-arches
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-lua')
-rw-r--r-- | dev-lua/busted/busted-2.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lua/busted/busted-2.1.1.ebuild b/dev-lua/busted/busted-2.1.1.ebuild index fb73e3cc1c03..f2f63b082566 100644 --- a/dev-lua/busted/busted-2.1.1.ebuild +++ b/dev-lua/busted/busted-2.1.1.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" |