Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-pda/libusbmuxd/
Date: Mon, 19 Jun 2017 16:16:32
Message-Id: 1497888966.6a6f22708a1af4c245f8e7e458c4d00c534518bf.aballier@gentoo
1 commit: 6a6f22708a1af4c245f8e7e458c4d00c534518bf
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 19 16:11:02 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 19 16:16:06 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a6f2270
7
8 app-pda/libusbmuxd: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 app-pda/libusbmuxd/libusbmuxd-1.0.9.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-pda/libusbmuxd/libusbmuxd-1.0.9.ebuild b/app-pda/libusbmuxd/libusbmuxd-1.0.9.ebuild
16 index 45dfb5e8e48..0e4c4b11722 100644
17 --- a/app-pda/libusbmuxd/libusbmuxd-1.0.9.ebuild
18 +++ b/app-pda/libusbmuxd/libusbmuxd-1.0.9.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2"
20 # tools/iproxy.c is GPL-2+, everything else is LGPL-2.1+
21 LICENSE="GPL-2+ LGPL-2.1+"
22 SLOT="0/2" # based on SONAME of libusbmuxd.so
23 -KEYWORDS="amd64 ~arm ppc ~ppc64 x86"
24 +KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
25 IUSE="kernel_linux static-libs"
26
27 RDEPEND=">=app-pda/libplist-1.11:=