commit:     09977b407468bfd1829ce31a408725ecd9a1a1fa
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 22 22:21:26 2020 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Mar 23 22:58:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09977b40

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 <AT> gentoo.org>

 app-pda/usbmuxd/usbmuxd-1.1.0.ebuild | 7 ++++---
 1 file 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 0de7aed7b12..4220c366a73 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

Reply via email to