diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-10-16 10:55:41 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-10-16 10:55:41 +0200 |
commit | f75addaf835dc464d13b05b55c33515d5f5bbbb6 (patch) | |
tree | 43f1b6f4cf7c1b31668705d87908d379c2bbddf3 /media-libs/libheif | |
parent | net-libs/neon: Stabilize 0.32.4 ppc64, #877179 (diff) | |
download | gentoo-f75addaf835dc464d13b05b55c33515d5f5bbbb6.tar.gz gentoo-f75addaf835dc464d13b05b55c33515d5f5bbbb6.tar.bz2 gentoo-f75addaf835dc464d13b05b55c33515d5f5bbbb6.zip |
media-libs/libheif: Stabilize 1.13.0 ppc64, #877181
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'media-libs/libheif')
-rw-r--r-- | media-libs/libheif/libheif-1.13.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/libheif/libheif-1.13.0.ebuild b/media-libs/libheif/libheif-1.13.0.ebuild index 090c89cae7e4..7e2206f7f00d 100644 --- a/media-libs/libheif/libheif-1.13.0.ebuild +++ b/media-libs/libheif/libheif-1.13.0.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 ~loong ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 arm arm64 ~loong ppc64 ~riscv ~x86" fi DESCRIPTION="ISO/IEC 23008-12:2017 HEIF file format decoder and encoder" |