Skip to content

Commit

Permalink
dev-libs/appstream: keyword on ~ppc64
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
gyakovlev committed Jan 26, 2020
1 parent 7f914e1 commit f8f502e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-libs/appstream/appstream-0.12.9.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down

0 comments on commit f8f502e

Please sign in to comment.