diff options
author | Matthew Smith <matthew@gentoo.org> | 2023-10-08 16:27:55 +0100 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2023-10-08 16:29:40 +0100 |
commit | f104d1dc75ce1bc26f5c4fbe07293bff5495d973 (patch) | |
tree | 8f3dfddabb15c9219e267864fcea8c2c89d7e861 /app-pda | |
parent | app-pda/libplist: install library symlink (diff) | |
download | gentoo-f104d1dc75ce1bc26f5c4fbe07293bff5495d973.tar.gz gentoo-f104d1dc75ce1bc26f5c4fbe07293bff5495d973.tar.bz2 gentoo-f104d1dc75ce1bc26f5c4fbe07293bff5495d973.zip |
app-pda/usbmuxd: restrict libplist 2.3
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/usbmuxd/usbmuxd-1.1.1-r2.ebuild (renamed from app-pda/usbmuxd/usbmuxd-1.1.1-r1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-pda/usbmuxd/usbmuxd-1.1.1-r1.ebuild b/app-pda/usbmuxd/usbmuxd-1.1.1-r2.ebuild index a61717a2d817..0f7ab30b7dc5 100644 --- a/app-pda/usbmuxd/usbmuxd-1.1.1-r1.ebuild +++ b/app-pda/usbmuxd/usbmuxd-1.1.1-r2.ebuild @@ -18,7 +18,7 @@ IUSE="selinux systemd" DEPEND=" acct-user/usbmux >=app-pda/libimobiledevice-1.3.0:= - >=app-pda/libplist-2.2:= + >=app-pda/libplist-2.2:= <app-pda/libplist-2.3 virtual/libusb:1= " |