Skip to content

Commit

Permalink
app-pda/libimobiledevice: remove libressl support
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <[email protected]>
  • Loading branch information
Zlogene committed May 2, 2021
1 parent 91e037a commit 5e2136d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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="
Expand All @@ -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}] )
Expand All @@ -46,8 +46,6 @@ BDEPEND="

BUILD_DIR="${S}_build"

PATCHES=( "${FILESDIR}"/${P}-libressl.patch )

src_prepare() {
default
eautoreconf
Expand Down

0 comments on commit 5e2136d

Please sign in to comment.