diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-11-12 08:51:10 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-11-12 08:51:35 +0200 |
commit | 8906a2049066389d1203c92c3013fc750ee69fcd (patch) | |
tree | 580c1d84cd62884e75d8a27da32c3ee780d0eaed /media-libs | |
parent | media-libs/libde265: stabilize 1.0.5 on amd64 (diff) | |
download | gentoo-8906a2049066389d1203c92c3013fc750ee69fcd.tar.gz gentoo-8906a2049066389d1203c92c3013fc750ee69fcd.tar.bz2 gentoo-8906a2049066389d1203c92c3013fc750ee69fcd.zip |
media-libs/libheif: stabilize 1.9.1 on amd64
Bug: https://bugs.gentoo.org/754036
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libheif/libheif-1.9.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/libheif/libheif-1.9.1.ebuild b/media-libs/libheif/libheif-1.9.1.ebuild index a2ac12492239..bf00e4825496 100644 --- a/media-libs/libheif/libheif-1.9.1.ebuild +++ b/media-libs/libheif/libheif-1.9.1.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 else SRC_URI="https://github.com/strukturag/libheif/releases/download/v${PV}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" fi DESCRIPTION="ISO/IEC 23008-12:2017 HEIF file format decoder and encoder" |