commit: 8906a2049066389d1203c92c3013fc750ee69fcd Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Thu Nov 12 06:51:10 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu Nov 12 06:51:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8906a204
media-libs/libheif: stabilize 1.9.1 on amd64 Bug: https://bugs.gentoo.org/754036 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> media-libs/libheif/libheif-1.9.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libheif/libheif-1.9.1.ebuild b/media-libs/libheif/libheif-1.9.1.ebuild index a2ac1249223..bf00e482549 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"
