diff options
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/appstream/appstream-0.12.9.ebuild | 4 |
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 |