diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 21:12:07 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 21:12:31 +0300 |
commit | 5e2136dc0ef5f6787bcb075e6649953cc5c21074 (patch) | |
tree | da17ab092d80ed61214da010f45eb3408e7d5cee /app-pda | |
parent | dev-lang/tuprolog: fix commons-lang EANT classpath (diff) | |
download | gentoo-5e2136dc0ef5f6787bcb075e6649953cc5c21074.tar.gz gentoo-5e2136dc0ef5f6787bcb075e6649953cc5c21074.tar.bz2 gentoo-5e2136dc0ef5f6787bcb075e6649953cc5c21074.zip |
app-pda/libimobiledevice: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild b/app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild index 7caaf0293e9a..8fb73fa97b22 100644 --- a/app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild +++ b/app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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=" @@ -27,8 +27,8 @@ RDEPEND=" >=dev-libs/libtasn1-1.1 >=net-libs/gnutls-2.2.0 ) !gnutls? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) ) + dev-libs/openssl:0= + ) python? ( ${PYTHON_DEPS} app-pda/libplist[python(-),${PYTHON_USEDEP}] ) @@ -46,8 +46,6 @@ BDEPEND=" BUILD_DIR="${S}_build" -PATCHES=( "${FILESDIR}"/${P}-libressl.patch ) - src_prepare() { default eautoreconf |