diff options
author | 2020-08-16 06:17:03 +0000 | |
---|---|---|
committer | 2020-08-16 06:18:15 +0000 | |
commit | 41aea27749f4dd7027f4d95d9b7d0b0e14e42799 (patch) | |
tree | 22010d602fb2d2af8f2dce696f84896c6873742a /media-libs/libheif | |
parent | media-libs/libheif: bump to 1.7.0 (diff) | |
download | gentoo-41aea27749f4dd7027f4d95d9b7d0b0e14e42799.tar.gz gentoo-41aea27749f4dd7027f4d95d9b7d0b0e14e42799.tar.bz2 gentoo-41aea27749f4dd7027f4d95d9b7d0b0e14e42799.zip |
media-libs/libheif: sync live
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/libheif')
-rw-r--r-- | media-libs/libheif/libheif-9999.ebuild | 4 |
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" |