summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lua/luarocks/luarocks-3.7.0.ebuild')
-rw-r--r--dev-lua/luarocks/luarocks-3.7.0.ebuild5
1 files changed, 2 insertions, 3 deletions
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}
"