diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-10-07 10:38:34 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-10-07 10:38:34 +0200 |
commit | 5301e177a4034724bec07ec1c480a0ce73b5b315 (patch) | |
tree | 5d3b5f0c161773e245a210109c2e58f915605eb7 /media-libs | |
parent | net-dns/unbound: amd64 stable wrt bug #696298 (diff) | |
download | gentoo-5301e177a4034724bec07ec1c480a0ce73b5b315.tar.gz gentoo-5301e177a4034724bec07ec1c480a0ce73b5b315.tar.bz2 gentoo-5301e177a4034724bec07ec1c480a0ce73b5b315.zip |
media-libs/libheif: amd64 stable wrt bug #696302
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libheif/libheif-1.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/libheif/libheif-1.5.1.ebuild b/media-libs/libheif/libheif-1.5.1.ebuild index 968853af8cf2..9ec9a7f716d2 100644 --- a/media-libs/libheif/libheif-1.5.1.ebuild +++ b/media-libs/libheif/libheif-1.5.1.ebuild @@ -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 x86" + KEYWORDS="amd64 arm64 x86" fi DESCRIPTION="ISO/IEC 23008-12:2017 HEIF file format decoder and encoder" |