Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libheif/
Date: Mon, 07 Sep 2020 00:50:31
Message-Id: 1599439688.14461e010a9bc2667eccadc6c8407e60f410a9c2.whissi@gentoo
1 commit: 14461e010a9bc2667eccadc6c8407e60f410a9c2
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 7 00:48:08 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 7 00:48:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14461e01
7
8 media-libs/libheif: x86 stable (bug #711240)
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 media-libs/libheif/libheif-1.7.0-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/media-libs/libheif/libheif-1.7.0-r1.ebuild b/media-libs/libheif/libheif-1.7.0-r1.ebuild
17 index 6733a700071..c8f713e39e8 100644
18 --- a/media-libs/libheif/libheif-1.7.0-r1.ebuild
19 +++ b/media-libs/libheif/libheif-1.7.0-r1.ebuild
20 @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then
21 inherit git-r3
22 else
23 SRC_URI="https://github.com/strukturag/${PN}/releases/download/v${PV}/${P}.tar.gz"
24 - KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~x86"
25 + KEYWORDS="~amd64 ~arm arm64 ~ppc64 x86"
26 fi
27
28 DESCRIPTION="ISO/IEC 23008-12:2017 HEIF file format decoder and encoder"