diff options
author | James Le Cuirot <chewi@gentoo.org> | 2020-03-22 22:21:26 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2020-03-23 22:58:06 +0000 |
commit | 09977b407468bfd1829ce31a408725ecd9a1a1fa (patch) | |
tree | 903bf551bacd6b20223069ec6501d0c99fc74516 /app-pda | |
parent | acct-user/usbmux: Add user for app-pda/usbmuxd (diff) | |
download | gentoo-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.ebuild | 7 |
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 |