diff options
author | Sam James <sam@gentoo.org> | 2021-01-23 04:09:21 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-23 04:09:21 +0000 |
commit | 1510aec2c4618e140d42996ffc2dde73bdd090f6 (patch) | |
tree | 7ca679012fb142b50bc431a7ce016936792985f1 /dev-lua | |
parent | dev-lua/luv: Stabilize 1.32.0.0-r102 amd64, #766528 (diff) | |
download | gentoo-1510aec2c4618e140d42996ffc2dde73bdd090f6.tar.gz gentoo-1510aec2c4618e140d42996ffc2dde73bdd090f6.tar.bz2 gentoo-1510aec2c4618e140d42996ffc2dde73bdd090f6.zip |
dev-lua/mediator_lua: Stabilize 1.1.2_p0-r101 amd64, #766528
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lua')
-rw-r--r-- | dev-lua/mediator_lua/mediator_lua-1.1.2_p0-r101.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lua/mediator_lua/mediator_lua-1.1.2_p0-r101.ebuild b/dev-lua/mediator_lua/mediator_lua-1.1.2_p0-r101.ebuild index 1bbd855a34b4..4c83e245c267 100644 --- a/dev-lua/mediator_lua/mediator_lua-1.1.2_p0-r101.ebuild +++ b/dev-lua/mediator_lua/mediator_lua-1.1.2_p0-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 @@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-${MY_PV}" 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 )" |