diff options
author | Sam James <sam@gentoo.org> | 2021-01-23 04:09:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-23 04:09:12 +0000 |
commit | 39a2cf6c235d62e10dd3df8d6b6127cdbeef55d5 (patch) | |
tree | 54a45b0b4de3cca04d6b4785d4e9b10383311d30 /dev-lua/lua-argparse | |
parent | dev-lua/lpeg: Stabilize 1.0.2-r101 amd64, #766528 (diff) | |
download | gentoo-39a2cf6c235d62e10dd3df8d6b6127cdbeef55d5.tar.gz gentoo-39a2cf6c235d62e10dd3df8d6b6127cdbeef55d5.tar.bz2 gentoo-39a2cf6c235d62e10dd3df8d6b6127cdbeef55d5.zip |
dev-lua/lua-argparse: Stabilize 0.6.0-r100 amd64, #766528
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lua/lua-argparse')
-rw-r--r-- | dev-lua/lua-argparse/lua-argparse-0.6.0-r100.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lua/lua-argparse/lua-argparse-0.6.0-r100.ebuild b/dev-lua/lua-argparse/lua-argparse-0.6.0-r100.ebuild index db9fce9d4ced..1eb96488c55e 100644 --- a/dev-lua/lua-argparse/lua-argparse-0.6.0-r100.ebuild +++ b/dev-lua/lua-argparse/lua-argparse-0.6.0-r100.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 @@ -14,7 +14,7 @@ S="${WORKDIR}/${PN//lua-/}-${PV}" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="doc test" RESTRICT="!test? ( test )" |