diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-07-18 13:53:48 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-07-18 13:57:09 +0300 |
commit | f1c6349017b2f1104fafc0e6fb505d54714af206 (patch) | |
tree | 4a31da769fcfe4736bbcc3c4b1dfcba0696632a3 /app-pda | |
parent | app-pda/libimobiledevice: fix subslot (diff) | |
download | gentoo-f1c6349017b2f1104fafc0e6fb505d54714af206.tar.gz gentoo-f1c6349017b2f1104fafc0e6fb505d54714af206.tar.bz2 gentoo-f1c6349017b2f1104fafc0e6fb505d54714af206.zip |
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@gentoo.org>
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/libusbmuxd/libusbmuxd-2.0.2-r1.ebuild (renamed from app-pda/libusbmuxd/libusbmuxd-2.0.2.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-pda/libusbmuxd/libusbmuxd-2.0.2.ebuild b/app-pda/libusbmuxd/libusbmuxd-2.0.2-r1.ebuild index 9c0bb1c26cbf..7692c22ec8a0 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" |