Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/appstream/
Date: Tue, 28 May 2019 02:35:47
Message-Id: 1559010905.80ffe8b621bba3492f18c3ff1ed162f6396897ea.bman@gentoo
1 commit: 80ffe8b621bba3492f18c3ff1ed162f6396897ea
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 28 02:25:23 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Tue May 28 02:35:05 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80ffe8b6
7
8 dev-libs/appstream: arm64 stable
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Package-Manager: Portage-2.3.66, Repoman-2.3.12
12 RepoMan-Options: --include-arches="arm64"
13
14 dev-libs/appstream/appstream-0.12.6.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-libs/appstream/appstream-0.12.6.ebuild b/dev-libs/appstream/appstream-0.12.6.ebuild
18 index d45c21e8900..528e7d9d809 100644
19 --- a/dev-libs/appstream/appstream-0.12.6.ebuild
20 +++ b/dev-libs/appstream/appstream-0.12.6.ebuild
21 @@ -11,7 +11,7 @@ if [[ ${PV} = *9999* ]]; then
22 else
23 MY_PN="AppStream"
24 SRC_URI="https://www.freedesktop.org/software/appstream/releases/${MY_PN}-${PV}.tar.xz"
25 - KEYWORDS="amd64 ~arm ~arm64 x86"
26 + KEYWORDS="amd64 ~arm arm64 x86"
27 S="${WORKDIR}/${MY_PN}-${PV}"
28 fi