commit:     a755438ab4a1400cf954642956477c0d12cb7df9
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 30 17:40:54 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Apr 30 17:40:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a755438a

dev-lua/luarocks: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 dev-lua/luarocks/luarocks-3.5.0.ebuild | 5 ++---
 dev-lua/luarocks/luarocks-3.7.0.ebuild | 5 ++---
 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 46efa852a93..c76f49a19d3 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 7a8d87f5908..98464029b8b 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}
 "
 

Reply via email to