diff options
author | Sam James <sam@gentoo.org> | 2020-12-16 19:50:13 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-16 19:50:13 +0000 |
commit | 77f16695ae42840faf8debf8c72458c47d9412ec (patch) | |
tree | eaf7296591028a2b008b45c50d2cf68f39b9582e /dev-libs/appstream | |
parent | app-arch/lz4: Stabilize 1.9.3 ppc, #760276 (diff) | |
download | gentoo-77f16695ae42840faf8debf8c72458c47d9412ec.tar.gz gentoo-77f16695ae42840faf8debf8c72458c47d9412ec.tar.bz2 gentoo-77f16695ae42840faf8debf8c72458c47d9412ec.zip |
dev-libs/appstream: Stabilize 0.12.11-r1 amd64, #758713
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/appstream')
-rw-r--r-- | dev-libs/appstream/appstream-0.12.11-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/appstream/appstream-0.12.11-r1.ebuild b/dev-libs/appstream/appstream-0.12.11-r1.ebuild index 622c2fe9a914..c6f2bbb71f20 100644 --- a/dev-libs/appstream/appstream-0.12.11-r1.ebuild +++ b/dev-libs/appstream/appstream-0.12.11-r1.ebuild @@ -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 ~ppc64 x86" + KEYWORDS="amd64 ~arm arm64 ~ppc64 x86" S="${WORKDIR}/AppStream-${PV}" fi |