diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-07-18 13:42:10 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-07-18 13:57:08 +0300 |
commit | 455d2ab709f210bb9df09d2611655102e2ea1f19 (patch) | |
tree | e014c0903c7f4625c860bb36d74f099c561c31cb /app-pda | |
parent | gnome-base/gvfs: fix compatibility with libplist-2.2 (diff) | |
download | gentoo-455d2ab709f210bb9df09d2611655102e2ea1f19.tar.gz gentoo-455d2ab709f210bb9df09d2611655102e2ea1f19.tar.bz2 gentoo-455d2ab709f210bb9df09d2611655102e2ea1f19.zip |
app-pda/libplist: fix subslot
Upstream changed from libplist.so.3 to libplist-2.0.so.3, 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/libplist/libplist-2.2.0-r1.ebuild (renamed from app-pda/libplist/libplist-2.2.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-pda/libplist/libplist-2.2.0.ebuild b/app-pda/libplist/libplist-2.2.0-r1.ebuild index 7c1f430c30fe..c5c2f5167b89 100644 --- a/app-pda/libplist/libplist-2.2.0.ebuild +++ b/app-pda/libplist/libplist-2.2.0-r1.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://www.libimobiledevice.org/" SRC_URI="https://cgit.libimobiledevice.org/${PN}.git/snapshot/${P}.tar.bz2" LICENSE="GPL-2 LGPL-2.1" -SLOT="0/3" +SLOT="0/2.0-3" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="python static-libs" |