libusbmuxd: update deps

This commit is contained in:
Yury Martynov 2020-02-12 09:51:28 +03:00
parent bd92d1207f
commit 60a7fe7e00
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E

View file

@ -1,11 +1,12 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit autotools
DESCRIPTION="USB multiplex daemon for use with Apple iPhone/iPod Touch devices"
HOMEPAGE="http://www.libimobiledevice.org/"
HOMEPAGE="https://www.libimobiledevice.org/"
SRC_URI="https://github.com/libimobiledevice/libusbmuxd/archive/${PV}.tar.gz -> ${P}.tar.gz"
# tools/iproxy.c is GPL-2+, everything else is LGPL-2.1+
@ -14,21 +15,21 @@ SLOT="0/6.0.0" # based on SONAME of libusbmuxd.so
KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
IUSE="kernel_linux static-libs"
RDEPEND=">=app-pda/libplist-2.1.0:=
RDEPEND="
app-pda/libplist:=
virtual/libusb:1
!=app-pda/usbmuxd-1.0.9*
!<app-pda/usbmuxd-1.0.8_p1"
DEPEND="${RDEPEND}
virtual/os-headers
virtual/pkgconfig"
virtual/os-headers"
BDEPEND="virtual/pkgconfig"
#DOCS=( AUTHORS README )
src_prepare() {
default
NOCONFIGURE=1 ./autogen.sh
NOCONFIGURE=1 ./autogen.sh || die
eautoreconf
eapply_user
default
}
src_configure() {