diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-05-27 20:01:26 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-05-27 20:02:08 +0200 |
commit | 1b0f3a57ea25a4455299695cb49a9b49097b7dba (patch) | |
tree | db179399ef5a04d702458abcdc1bbdedc6ff4c4b /app-pda | |
parent | app-pda/libimobiledevice: Follow Fedora patches and GIT snapshot (diff) | |
download | gentoo-1b0f3a57ea25a4455299695cb49a9b49097b7dba.tar.gz gentoo-1b0f3a57ea25a4455299695cb49a9b49097b7dba.tar.bz2 gentoo-1b0f3a57ea25a4455299695cb49a9b49097b7dba.zip |
app-pda/libimobiledevice: Support libressl (#593272)
Package-Manager: Portage-2.3.38, Repoman-2.3.9
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/libimobiledevice/libimobiledevice-1.2.0-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-pda/libimobiledevice/libimobiledevice-1.2.0-r1.ebuild b/app-pda/libimobiledevice/libimobiledevice-1.2.0-r1.ebuild index aa1444889285..19d56287cf42 100644 --- a/app-pda/libimobiledevice/libimobiledevice-1.2.0-r1.ebuild +++ b/app-pda/libimobiledevice/libimobiledevice-1.2.0-r1.ebuild @@ -21,7 +21,7 @@ LICENSE="GPL-2+ LGPL-2.1+" SLOT="0/6" # based on SONAME of libimobiledevice.so KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" -IUSE="gnutls python static-libs" +IUSE="gnutls libressl python static-libs" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" @@ -31,7 +31,9 @@ RDEPEND=" dev-libs/libgcrypt:0 >=dev-libs/libtasn1-1.1 >=net-libs/gnutls-2.2.0 ) - !gnutls? ( dev-libs/openssl:0= ) + !gnutls? ( + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) ) python? ( ${PYTHON_DEPS} app-pda/libplist[python(-),${PYTHON_USEDEP}] ) |