From 60a7fe7e000731865ef47b58f2d5c8e36b90df45 Mon Sep 17 00:00:00 2001 From: Yury Martynov Date: Wed, 12 Feb 2020 09:51:28 +0300 Subject: [PATCH] libusbmuxd: update deps --- app-pda/libusbmuxd/libusbmuxd-2.0.1.ebuild | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/app-pda/libusbmuxd/libusbmuxd-2.0.1.ebuild b/app-pda/libusbmuxd/libusbmuxd-2.0.1.ebuild index 5847ca60e..92fc32d71 100644 --- a/app-pda/libusbmuxd/libusbmuxd-2.0.1.ebuild +++ b/app-pda/libusbmuxd/libusbmuxd-2.0.1.ebuild @@ -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* !