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: Wed, 03 Feb 2021 00:01:37
Message-Id: 1612310490.cbbc72a1f1f1f07657d181cd77fdce963dd68ebb.sam@gentoo
1 commit: cbbc72a1f1f1f07657d181cd77fdce963dd68ebb
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 3 00:01:30 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 3 00:01:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbbc72a1
7
8 media-libs/libde265: Stabilize 1.0.8 x86, #768147
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 443e7457bcb..493d6d57d8b 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"