summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2018-12-07 03:06:57 +0100
committerThomas Deutschmann <whissi@gentoo.org>2018-12-07 03:40:06 +0100
commita4a8dc8e55290d4064f4fbadd4fa1de296736fae (patch)
tree9f48ffb4b443089fd9e7086e5651fe5990e06a0a /dev-libs/appstream
parentdev-util/shellcheck: Version bump to 0.6.0 (diff)
downloadgentoo-a4a8dc8e55290d4064f4fbadd4fa1de296736fae.tar.gz
gentoo-a4a8dc8e55290d4064f4fbadd4fa1de296736fae.tar.bz2
gentoo-a4a8dc8e55290d4064f4fbadd4fa1de296736fae.zip
dev-libs/appstream: x86 stable (bug #670000)
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-libs/appstream')
-rw-r--r--dev-libs/appstream/appstream-0.12.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/appstream/appstream-0.12.3.ebuild b/dev-libs/appstream/appstream-0.12.3.ebuild
index f2aa30c08f78..689abd87733b 100644
--- a/dev-libs/appstream/appstream-0.12.3.ebuild
+++ b/dev-libs/appstream/appstream-0.12.3.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} = 9999 ]]; then
else
MY_PN="AppStream"
SRC_URI="https://www.freedesktop.org/software/appstream/releases/${MY_PN}-${PV}.tar.xz"
- KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 x86"
S="${WORKDIR}/${MY_PN}-${PV}"
fi