diff options
author | 2021-01-23 04:09:20 +0000 | |
---|---|---|
committer | 2021-01-23 04:09:20 +0000 | |
commit | 57628545d944a27026edeff3f7c4f06053b1a31e (patch) | |
tree | 00ec8a9ed86123d500b016119e0b2a289fbced3c /dev-lua/luasystem | |
parent | dev-lua/luassert: Stabilize 1.8.0-r101 amd64, #766528 (diff) | |
download | gentoo-57628545d944a27026edeff3f7c4f06053b1a31e.tar.gz gentoo-57628545d944a27026edeff3f7c4f06053b1a31e.tar.bz2 gentoo-57628545d944a27026edeff3f7c4f06053b1a31e.zip |
dev-lua/luasystem: Stabilize 0.2.1_p0-r102 amd64, #766528
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lua/luasystem')
-rw-r--r-- | dev-lua/luasystem/luasystem-0.2.1_p0-r102.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lua/luasystem/luasystem-0.2.1_p0-r102.ebuild b/dev-lua/luasystem/luasystem-0.2.1_p0-r102.ebuild index 2411804a12d5..2fc43d6a198a 100644 --- a/dev-lua/luasystem/luasystem-0.2.1_p0-r102.ebuild +++ b/dev-lua/luasystem/luasystem-0.2.1_p0-r102.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" RESTRICT="!test? ( test )" |