aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Retornaz <gentoo@retornaz.com>2021-05-03 00:54:36 +0200
committerQuentin Retornaz <gentoo@retornaz.com>2021-05-03 00:54:36 +0200
commitcbfbfe1a2bd4f6d15c4fdcb6bdd114ec496b34bc (patch)
tree324242995a190cc508e868cdbdd2ccb423afcf77
parentapp-crypt/trousers: remove libressl USE flag (diff)
downloadlibressl-cbfbfe1a2bd4f6d15c4fdcb6bdd114ec496b34bc.tar.gz
libressl-cbfbfe1a2bd4f6d15c4fdcb6bdd114ec496b34bc.tar.bz2
libressl-cbfbfe1a2bd4f6d15c4fdcb6bdd114ec496b34bc.zip
app-pda/libimobiledevice: remove libressl USE flag
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Quentin Retornaz <gentoo@retornaz.com>
-rw-r--r--app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild b/app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild
index 9135822..dbbf257 100644
--- a/app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild
+++ b/app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild
@@ -16,7 +16,7 @@ LICENSE="GPL-2+ LGPL-2.1+"
SLOT="0/1.0-6" # based on SONAME of libimobiledevice-1.0.so
KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
-IUSE="doc gnutls libressl python static-libs"
+IUSE="doc gnutls python static-libs"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND="
@@ -26,9 +26,7 @@ RDEPEND="
dev-libs/libgcrypt:0
>=dev-libs/libtasn1-1.1
>=net-libs/gnutls-2.2.0 )
- !gnutls? (
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= ) )
+ !gnutls? ( dev-libs/openssl:0= )
python? (
${PYTHON_DEPS}
app-pda/libplist[python(-),${PYTHON_USEDEP}] )