diff options
author | Sam James <sam@gentoo.org> | 2021-06-01 20:18:30 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-01 20:18:30 +0000 |
commit | 500d47101b5fef38c69fda0703df35cb94185414 (patch) | |
tree | ebbd645d2b31bfbcaf664e90e4a1f6ca83b47d2c /dev-lua | |
parent | www-apache/mod_security: conditionally call lua-single_pkg_setup (diff) | |
download | gentoo-500d47101b5fef38c69fda0703df35cb94185414.tar.gz gentoo-500d47101b5fef38c69fda0703df35cb94185414.tar.bz2 gentoo-500d47101b5fef38c69fda0703df35cb94185414.zip |
dev-lua/luasec: Stabilize 1.0.1 ppc, #793752
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lua')
-rw-r--r-- | dev-lua/luasec/luasec-1.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lua/luasec/luasec-1.0.1.ebuild b/dev-lua/luasec/luasec-1.0.1.ebuild index a78d18ac1077..dd3d9e1e64b0 100644 --- a/dev-lua/luasec/luasec-1.0.1.ebuild +++ b/dev-lua/luasec/luasec-1.0.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/brunoos/luasec/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86" REQUIRED_USE="${LUA_REQUIRED_USE}" RDEPEND=" |