summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lua/ltn12ce/ltn12ce-9999.ebuild')
-rw-r--r--dev-lua/ltn12ce/ltn12ce-9999.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-lua/ltn12ce/ltn12ce-9999.ebuild b/dev-lua/ltn12ce/ltn12ce-9999.ebuild
index 4ad51d0..814ed5b 100644
--- a/dev-lua/ltn12ce/ltn12ce-9999.ebuild
+++ b/dev-lua/ltn12ce/ltn12ce-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -15,14 +15,14 @@ HOMEPAGE="https://github.com/mkottman/ltn12ce"
LICENSE="MIT"
SLOT="0"
KEYWORDS=""
-IUSE="+system-bzip +system-lzma +system-polarssl +system-zlib"
-
+IUSE="+system-bzip +system-lzma +system-zlib"
+# +system-polarssl
RDEPEND="
system-bzip? ( app-arch/bzip2[$MULTILIB_USEDEP] )
system-lzma? ( app-arch/xz-utils[$MULTILIB_USEDEP] )
- system-polarssl? ( net-libs/polarssl[$MULTILIB_USEDEP] )
system-zlib? ( sys-libs/zlib[$MULTILIB_USEDEP] )
"
+# system-polarssl? ( net-libs/polarssl[$MULTILIB_USEDEP] )
DEPEND="
${RDEPEND}