summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2020-03-22 22:21:26 +0000
committerJames Le Cuirot <chewi@gentoo.org>2020-03-23 22:58:06 +0000
commit09977b407468bfd1829ce31a408725ecd9a1a1fa (patch)
tree903bf551bacd6b20223069ec6501d0c99fc74516 /app-pda
parentacct-user/usbmux: Add user for app-pda/usbmuxd (diff)
downloadgentoo-09977b407468bfd1829ce31a408725ecd9a1a1fa.tar.gz
gentoo-09977b407468bfd1829ce31a408725ecd9a1a1fa.tar.bz2
gentoo-09977b407468bfd1829ce31a408725ecd9a1a1fa.zip
app-pda/usbmuxd: 1.1.0 will not build against libimobiledevice-1.2.1
Add missing SLOT operators too as I know that SONAMEs have changed. Package-Manager: Portage-2.3.94, Repoman-2.3.20 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/usbmuxd/usbmuxd-1.1.0.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/app-pda/usbmuxd/usbmuxd-1.1.0.ebuild b/app-pda/usbmuxd/usbmuxd-1.1.0.ebuild
index 0de7aed7b123..4220c366a73c 100644
--- a/app-pda/usbmuxd/usbmuxd-1.1.0.ebuild
+++ b/app-pda/usbmuxd/usbmuxd-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -17,8 +17,9 @@ IUSE=""
RDEPEND="
acct-group/plugdev
- >=app-pda/libimobiledevice-1.1.6
- >=app-pda/libplist-1.11
+ >=app-pda/libimobiledevice-1.1.6:=
+ <app-pda/libimobiledevice-1.2.1_pre0
+ >=app-pda/libplist-1.11:=
virtual/libusb:1"
DEPEND="${RDEPEND}
virtual/os-headers