Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/appstream/
Date: Sat, 29 Jul 2017 14:32:30
Message-Id: 1501338740.5ab93a9e66db4799a28e5a98352a3b067a4f5f8c.aballier@gentoo
1 commit: 5ab93a9e66db4799a28e5a98352a3b067a4f5f8c
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 29 14:30:26 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 29 14:32:20 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ab93a9e
7
8 dev-libs/appstream: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-libs/appstream/appstream-0.10.6-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/appstream/appstream-0.10.6-r1.ebuild b/dev-libs/appstream/appstream-0.10.6-r1.ebuild
16 index 42512cfdb32..5d7a92367ff 100644
17 --- a/dev-libs/appstream/appstream-0.10.6-r1.ebuild
18 +++ b/dev-libs/appstream/appstream-0.10.6-r1.ebuild
19 @@ -13,7 +13,7 @@ else
20 MY_PV="$(replace_all_version_separators '_')"
21 MY_P="APPSTREAM_${MY_PV}"
22 SRC_URI="https://github.com/ximion/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="amd64 ~arm x86"
24 + KEYWORDS="amd64 ~arm ~arm64 x86"
25 S="${WORKDIR}/${PN}-${MY_P}"
26 fi