diff options
author | Sam James <sam@gentoo.org> | 2021-01-23 04:09:10 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-23 04:09:10 +0000 |
commit | a19529757da8c73d665a3f475c137f5b2392aab2 (patch) | |
tree | 5b681ef324587fb7326f3a95ab06feceee272c95 /dev-lua/busted | |
parent | dev-libs/xapian-bindings: Stabilize 1.4.18-r1 amd64, #766528 (diff) | |
download | gentoo-a19529757da8c73d665a3f475c137f5b2392aab2.tar.gz gentoo-a19529757da8c73d665a3f475c137f5b2392aab2.tar.bz2 gentoo-a19529757da8c73d665a3f475c137f5b2392aab2.zip |
dev-lua/busted: Stabilize 2.0.0-r101 amd64, #766528
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lua/busted')
-rw-r--r-- | dev-lua/busted/busted-2.0.0-r101.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lua/busted/busted-2.0.0-r101.ebuild b/dev-lua/busted/busted-2.0.0-r101.ebuild index 4ccbce376e4f..c515cfa70101 100644 --- a/dev-lua/busted/busted-2.0.0-r101.ebuild +++ b/dev-lua/busted/busted-2.0.0-r101.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/Olivine-Labs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="test" REQUIRED_USE="${LUA_REQUIRED_USE}" RESTRICT="!test? ( test )" |