summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2021-04-30 20:40:54 +0300
committerMikle Kolyada <zlogene@gentoo.org>2021-04-30 20:40:54 +0300
commita755438ab4a1400cf954642956477c0d12cb7df9 (patch)
tree695b278d56c85aa4c975cee26a906d6c4d1b601b
parentdev-lua/lua-openssl: remove libressl support (diff)
downloadgentoo-a755438a.tar.gz
gentoo-a755438a.tar.bz2
gentoo-a755438a.zip
dev-lua/luarocks: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
-rw-r--r--dev-lua/luarocks/luarocks-3.5.0.ebuild5
-rw-r--r--dev-lua/luarocks/luarocks-3.7.0.ebuild5
2 files changed, 4 insertions, 6 deletions
diff --git a/dev-lua/luarocks/luarocks-3.5.0.ebuild b/dev-lua/luarocks/luarocks-3.5.0.ebuild
index 46efa852a937..c76f49a19d3f 100644
--- a/dev-lua/luarocks/luarocks-3.5.0.ebuild
+++ b/dev-lua/luarocks/luarocks-3.5.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://luarocks.org/releases/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86"
-IUSE="libressl test"
+IUSE="test"
REQUIRED_USE="${LUA_REQUIRED_USE}"
RESTRICT="test"
@@ -22,8 +22,7 @@ RDEPEND="${LUA_DEPS}"
DEPEND="
net-misc/curl
- libressl? ( dev-libs/libressl:0 )
- !libressl? ( dev-libs/openssl:0 )
+ dev-libs/openssl:0
${RDEPEND}
"
diff --git a/dev-lua/luarocks/luarocks-3.7.0.ebuild b/dev-lua/luarocks/luarocks-3.7.0.ebuild
index 7a8d87f5908f..98464029b8b7 100644
--- a/dev-lua/luarocks/luarocks-3.7.0.ebuild
+++ b/dev-lua/luarocks/luarocks-3.7.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://luarocks.org/releases/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="libressl test"
+IUSE="test"
REQUIRED_USE="${LUA_REQUIRED_USE}"
RESTRICT="test"
@@ -22,8 +22,7 @@ RDEPEND="${LUA_DEPS}"
DEPEND="
net-misc/curl
- libressl? ( dev-libs/libressl:0 )
- !libressl? ( dev-libs/openssl:0 )
+ dev-libs/openssl:0
${RDEPEND}
"