diff options
author | Sam James <sam@gentoo.org> | 2021-01-23 04:09:23 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-23 04:09:23 +0000 |
commit | ff9c75759cedf61a58a90b438f18f6412f5f374f (patch) | |
tree | 20dba0daa790951f89888d748921e53cd18f6d1e /dev-lua/say | |
parent | dev-lua/penlight: Stabilize 1.9.2-r101 amd64, #766528 (diff) | |
download | gentoo-ff9c75759cedf61a58a90b438f18f6412f5f374f.tar.gz gentoo-ff9c75759cedf61a58a90b438f18f6412f5f374f.tar.bz2 gentoo-ff9c75759cedf61a58a90b438f18f6412f5f374f.zip |
dev-lua/say: Stabilize 1.3_p1-r101 amd64, #766528
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lua/say')
-rw-r--r-- | dev-lua/say/say-1.3_p1-r101.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lua/say/say-1.3_p1-r101.ebuild b/dev-lua/say/say-1.3_p1-r101.ebuild index 422d9926960f..5eca882d64bf 100644 --- a/dev-lua/say/say-1.3_p1-r101.ebuild +++ b/dev-lua/say/say-1.3_p1-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 )" |