summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2020-08-16 06:17:03 +0000
committerSam James <sam@gentoo.org>2020-08-16 06:18:15 +0000
commit41aea27749f4dd7027f4d95d9b7d0b0e14e42799 (patch)
tree22010d602fb2d2af8f2dce696f84896c6873742a
parentmedia-libs/libheif: bump to 1.7.0 (diff)
downloadgentoo-41aea277.tar.gz
gentoo-41aea277.tar.bz2
gentoo-41aea277.zip
media-libs/libheif: sync live
Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--media-libs/libheif/libheif-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libheif/libheif-9999.ebuild b/media-libs/libheif/libheif-9999.ebuild
index bf0048c2ecfc..be2b7b5f34e8 100644
--- a/media-libs/libheif/libheif-9999.ebuild
+++ b/media-libs/libheif/libheif-9999.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="7"
+EAPI=7
inherit autotools xdg-utils multilib-minimal
@@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then
inherit git-r3
else
SRC_URI="https://github.com/strukturag/${PN}/releases/download/v${PV}/${P}.tar.gz"
- KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
fi
DESCRIPTION="ISO/IEC 23008-12:2017 HEIF file format decoder and encoder"