Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libde265/
Date: Sun, 25 Apr 2021 09:31:12
Message-Id: 1619343059.93ab5ffe381b81f40bca71133155307516de5826.sam@gentoo
1 commit: 93ab5ffe381b81f40bca71133155307516de5826
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 25 09:27:20 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 25 09:30:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93ab5ffe
7
8 media-libs/libde265: Stabilize 1.0.8 arm, #783555
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-libs/libde265/libde265-1.0.8.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/libde265/libde265-1.0.8.ebuild b/media-libs/libde265/libde265-1.0.8.ebuild
16 index b5e48bb7b82..d532ac42987 100644
17 --- a/media-libs/libde265/libde265-1.0.8.ebuild
18 +++ b/media-libs/libde265/libde265-1.0.8.ebuild
19 @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]] ; then
20 inherit git-r3
21 else
22 SRC_URI="https://github.com/strukturag/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
24 + KEYWORDS="amd64 arm arm64 ~ppc64 x86"
25 fi
26
27 DESCRIPTION="Open h.265 video codec implementation"