commit: f1c6349017b2f1104fafc0e6fb505d54714af206
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 18 10:53:48 2020 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Jul 18 10:57:09 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1c63490
app-pda/libusbmuxd: app-pda/libplist: fix subslot
Upstream changed from libusbmuxd.so.6 to libusbmuxd-2.0.so.6, so
this had to be a subslot bump.
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
.../libusbmuxd/{libusbmuxd-2.0.2.ebuild => libusbmuxd-2.0.2-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-pda/libusbmuxd/libusbmuxd-2.0.2.ebuild
b/app-pda/libusbmuxd/libusbmuxd-2.0.2-r1.ebuild
similarity index 93%
rename from app-pda/libusbmuxd/libusbmuxd-2.0.2.ebuild
rename to app-pda/libusbmuxd/libusbmuxd-2.0.2-r1.ebuild
index 9c0bb1c26cb..7692c22ec8a 100644
--- a/app-pda/libusbmuxd/libusbmuxd-2.0.2.ebuild
+++ b/app-pda/libusbmuxd/libusbmuxd-2.0.2-r1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="USB multiplex daemon for use with Apple
iPhone/iPod Touch devices"
HOMEPAGE="https://www.libimobiledevice.org/"
SRC_URI="https://cgit.libimobiledevice.org/${PN}.git/snapshot/${P}.tar.bz2"
LICENSE="GPL-2+ LGPL-2.1+" # tools/*.c is GPL-2+, rest is LGPL-2.1+
-SLOT="0/6" # based on SONAME of libusbmuxd.so
+SLOT="0/2.0-6" # based on SONAME of libusbmuxd-2.0.so
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
IUSE="static-libs"