diff options
author | Sam James <sam@gentoo.org> | 2020-11-26 08:29:54 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-11-26 08:32:04 +0000 |
commit | bd6f5d31b56a8792ce292d7b6a15f54f77a71031 (patch) | |
tree | 9e55575198f9a4de7e4f95ad54e3ccb48c6517d9 /dev-lua/say | |
parent | dev-lua/penlight: Stabilize 1.7.0 arm64, #756124 (diff) | |
download | gentoo-bd6f5d31b56a8792ce292d7b6a15f54f77a71031.tar.gz gentoo-bd6f5d31b56a8792ce292d7b6a15f54f77a71031.tar.bz2 gentoo-bd6f5d31b56a8792ce292d7b6a15f54f77a71031.zip |
dev-lua/say: Stabilize 1.3_p1-r1 arm64, #756124
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lua/say')
-rw-r--r-- | dev-lua/say/say-1.3_p1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lua/say/say-1.3_p1-r1.ebuild b/dev-lua/say/say-1.3_p1-r1.ebuild index 931cbd14b210..4fa202cd47ab 100644 --- a/dev-lua/say/say-1.3_p1-r1.ebuild +++ b/dev-lua/say/say-1.3_p1-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/Olivine-Labs/${PN}/archive/v${MY_PV}.tar.gz -> ${P}. LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86" +KEYWORDS="amd64 arm arm64 ppc ppc64 x86" IUSE="luajit test" RESTRICT="!test? ( test )" |