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/libplist/
Date: Mon, 19 Jun 2017 16:16:27
Message-Id: 1497888965.5bdc6c14374a5d8c82e2432fc1a29f549f5ec0fd.aballier@gentoo
1 commit: 5bdc6c14374a5d8c82e2432fc1a29f549f5ec0fd
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 19 16:09:48 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=5bdc6c14
7
8 app-pda/libplist: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 app-pda/libplist/libplist-2.0.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-pda/libplist/libplist-2.0.0.ebuild b/app-pda/libplist/libplist-2.0.0.ebuild
16 index 64e5408872f..7ac5ace542a 100644
17 --- a/app-pda/libplist/libplist-2.0.0.ebuild
18 +++ b/app-pda/libplist/libplist-2.0.0.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2"
20
21 LICENSE="GPL-2 LGPL-2.1"
22 SLOT="0/3.1.0" # based on SONAME of libplist.so
23 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd"
24 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-fbsd"
25 IUSE="python static-libs"
26
27 RDEPEND="python? ( ${PYTHON_DEPS} )"