summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2019-07-24 19:08:43 -0400
committerAaron Bauman <bman@gentoo.org>2019-07-24 19:08:43 -0400
commita9da63ee33597b59c41aaac288c539e448191cd8 (patch)
tree23b17ab2f0d23a938374934bbf17b3d14ccd8b34 /media-libs/libheif
parentmedia-libs/libde265: arm64 stable (diff)
downloadgentoo-a9da63ee33597b59c41aaac288c539e448191cd8.tar.gz
gentoo-a9da63ee33597b59c41aaac288c539e448191cd8.tar.bz2
gentoo-a9da63ee33597b59c41aaac288c539e448191cd8.zip
media-libs/libheif: arm64 stable
Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="arm64"
Diffstat (limited to 'media-libs/libheif')
-rw-r--r--media-libs/libheif/libheif-1.3.2-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libheif/libheif-1.3.2-r1.ebuild b/media-libs/libheif/libheif-1.3.2-r1.ebuild
index a18e6d840ab7..f65ef1de3e8b 100644
--- a/media-libs/libheif/libheif-1.3.2-r1.ebuild
+++ b/media-libs/libheif/libheif-1.3.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -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 x86"
+ KEYWORDS="amd64 arm64 x86"
PATCHES=( "${FILESDIR}"/${P}-openjpeg-2.patch )
fi