summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2020-01-25 14:12:18 -0800
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2020-01-26 02:16:32 -0800
commitf8f502eb43379fed8ae2747b928b9344a6732b2a (patch)
treee28b192fa14526c7a2268d1678857adc70d6eca8 /dev-libs/appstream
parentkde-frameworks/kactivities-stats: keyword on ~ppc64 (diff)
downloadgentoo-f8f502eb43379fed8ae2747b928b9344a6732b2a.tar.gz
gentoo-f8f502eb43379fed8ae2747b928b9344a6732b2a.tar.bz2
gentoo-f8f502eb43379fed8ae2747b928b9344a6732b2a.zip
dev-libs/appstream: keyword on ~ppc64
1/7 as-test_basic OK 0.03 s 2/7 as-test_xml OK 0.03 s 3/7 as-test_yaml OK 0.04 s 4/7 as-test_pool OK 0.09 s 5/7 as-test_validate OK 0.03 s 6/7 as-test_perf OK 0.03 s 7/7 as-test_misc OK 0.02 s Ok: 7 Expected Fail: 0 Fail: 0 Unexpected Pass: 0 Skipped: 0 Timeout: 0 Package-Manager: Portage-2.3.85, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-libs/appstream')
-rw-r--r--dev-libs/appstream/appstream-0.12.9.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/appstream/appstream-0.12.9.ebuild b/dev-libs/appstream/appstream-0.12.9.ebuild
index 90432b992ef2..cdde8b212f70 100644
--- a/dev-libs/appstream/appstream-0.12.9.ebuild
+++ b/dev-libs/appstream/appstream-0.12.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,7 +10,7 @@ if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="https://github.com/ximion/${PN}"
else
SRC_URI="https://www.freedesktop.org/software/appstream/releases/AppStream-${PV}.tar.xz"
- KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
S="${WORKDIR}/AppStream-${PV}"
fi