summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <zx2c4@gentoo.org>2019-09-17 21:23:59 -0600
committerJason A. Donenfeld <zx2c4@gentoo.org>2019-09-17 21:24:24 -0600
commit9998a93ab8c86a06e8e9898b569ff5cfd789c694 (patch)
treeb2718337e2d15e95cea2ffd934dddb98bc07d3ef /app-pda/libusbmuxd
parentapp-crypt/keybase: Clean out old packages (diff)
downloadgentoo-9998a93ab8c86a06e8e9898b569ff5cfd789c694.tar.gz
gentoo-9998a93ab8c86a06e8e9898b569ff5cfd789c694.tar.bz2
gentoo-9998a93ab8c86a06e8e9898b569ff5cfd789c694.zip
app-pda/libusbmuxd: version bump to 1.0.10
Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
Diffstat (limited to 'app-pda/libusbmuxd')
-rw-r--r--app-pda/libusbmuxd/Manifest2
-rw-r--r--app-pda/libusbmuxd/libusbmuxd-1.0.10.ebuild (renamed from app-pda/libusbmuxd/libusbmuxd-1.0.9.ebuild)4
2 files changed, 3 insertions, 3 deletions
diff --git a/app-pda/libusbmuxd/Manifest b/app-pda/libusbmuxd/Manifest
index c6c7142e8293..f64f038a9721 100644
--- a/app-pda/libusbmuxd/Manifest
+++ b/app-pda/libusbmuxd/Manifest
@@ -1 +1 @@
-DIST libusbmuxd-1.0.9.tar.bz2 265940 BLAKE2B fbdb5ac441a3bcda41b752737f6a5fa9975948d67abf5b1edd9b3e3f749ea65486892af3c679cfcfa5f8d9052f8d35c6a5b0a3a95d07c65385ca28ff7a2b8633 SHA512 f50ee580ac9b4c5e55ab596aabb0bdc09f710cc58edba98699499998c44f2b2cf064792390f235b2221af494ce3233acda699652066b9297cc3cb4e9f8a1cfa4
+DIST libusbmuxd-1.0.10.tar.bz2 292649 BLAKE2B 7ec9a576cb20f7e87cf1f31e57e66100c496e5809142d225df9b3cc295a71546bed2d90f41df3144f7316ce0aec5f08fad850c528e27f336bf96e9578bcffd04 SHA512 180cde2e9d0860d07d29813e68abf8ca807f75e98424b50acfc1ce941ba4260922959e1047a7d2bc754470c08ed55d0a15c9367487bd41c635a52b4fbf8ff535
diff --git a/app-pda/libusbmuxd/libusbmuxd-1.0.9.ebuild b/app-pda/libusbmuxd/libusbmuxd-1.0.10.ebuild
index 0e4c4b117225..bb3f82b66de7 100644
--- a/app-pda/libusbmuxd/libusbmuxd-1.0.9.ebuild
+++ b/app-pda/libusbmuxd/libusbmuxd-1.0.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -11,7 +11,7 @@ SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2"
# tools/iproxy.c is GPL-2+, everything else is LGPL-2.1+
LICENSE="GPL-2+ LGPL-2.1+"
SLOT="0/2" # based on SONAME of libusbmuxd.so
-KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
IUSE="kernel_linux static-libs"
RDEPEND=">=app-pda/libplist-1.11:=