commit: b7ac469ad0b685f9c4d840ddb0f29830d6ca8853 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Sat Jul 18 10:46:21 2020 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Sat Jul 18 10:57:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7ac469a
app-pda/libimobiledevice: fix subslot Upstream changed from libimobiledevice.so.6 to libimobiledevice-1.0.so.6, so this had to be a subslot bump. Bug: https://bugs.gentoo.org/733052 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org> .../{libimobiledevice-1.3.0.ebuild => libimobiledevice-1.3.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-pda/libimobiledevice/libimobiledevice-1.3.0.ebuild b/app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild similarity index 97% rename from app-pda/libimobiledevice/libimobiledevice-1.3.0.ebuild rename to app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild index a2811ac1407..81dee625cbe 100644 --- a/app-pda/libimobiledevice/libimobiledevice-1.3.0.ebuild +++ b/app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/libimobiledevice/libimobiledevice/releases/download/ # While COPYING* doesn't mention 'or any later version', all the headers do, hence use + LICENSE="GPL-2+ LGPL-2.1+" -SLOT="0/6" # based on SONAME of libimobiledevice.so +SLOT="0/1.0-6" # based on SONAME of libimobiledevice-1.0.so KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="doc gnutls libressl python static-libs"
