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/x265/
Date: Fri, 04 Sep 2020 00:21:14
Message-Id: 1599178818.a181b9037e0a677fe98122a29ecda3eee104140e.sam@gentoo
1 commit: a181b9037e0a677fe98122a29ecda3eee104140e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 4 00:20:18 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 4 00:20:18 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a181b903
7
8 media-libs/x265: Stabilize 3.4 arm, #729628
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-libs/x265/x265-3.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/x265/x265-3.4.ebuild b/media-libs/x265/x265-3.4.ebuild
16 index eaaed225752..6ee2328bf22 100644
17 --- a/media-libs/x265/x265-3.4.ebuild
18 +++ b/media-libs/x265/x265-3.4.ebuild
19 @@ -10,7 +10,7 @@ if [[ ${PV} = 9999* ]]; then
20 EHG_REPO_URI="https://bitbucket.org/multicoreware/x265"
21 else
22 SRC_URI="https://bitbucket.org/multicoreware/x265/downloads/${PN}_${PV}.tar.gz"
23 - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 x86"
24 + KEYWORDS="~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 x86"
25 fi
26
27 DESCRIPTION="Library for encoding video streams into the H.265/HEVC format"