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/libimobiledevice/
Date: Mon, 19 Jun 2017 16:16:27
Message-Id: 1497888965.a137d49bcd0e7983f158739b9b647877e3a718cc.aballier@gentoo
1 commit: a137d49bcd0e7983f158739b9b647877e3a718cc
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 19 16:09:26 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 19 16:16:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a137d49b
7
8 app-pda/libimobiledevice: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 app-pda/libimobiledevice/libimobiledevice-1.2.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-pda/libimobiledevice/libimobiledevice-1.2.0.ebuild b/app-pda/libimobiledevice/libimobiledevice-1.2.0.ebuild
16 index c237de1568d..af97f9a81f9 100644
17 --- a/app-pda/libimobiledevice/libimobiledevice-1.2.0.ebuild
18 +++ b/app-pda/libimobiledevice/libimobiledevice-1.2.0.ebuild
19 @@ -12,7 +12,7 @@ SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2"
20 # While COPYING* doesn't mention 'or any later version', all the headers do, hence use +
21 LICENSE="GPL-2+ LGPL-2.1+"
22 SLOT="0/6" # based on SONAME of libimobiledevice.so
23 -KEYWORDS="amd64 ~arm ppc ~ppc64 x86"
24 +KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
25 IUSE="gnutls python static-libs"
26
27 RDEPEND=">=app-pda/libplist-1.11:=