Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/x265/
Date: Sat, 19 Feb 2022 14:27:10
Message-Id: 1645280818.2c0abd50de59758d4115f1b1b7e4a6e8ccc9db07.jsmolic@gentoo
1 commit: 2c0abd50de59758d4115f1b1b7e4a6e8ccc9db07
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 19 14:26:58 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 19 14:26:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c0abd50
7
8 media-libs/x265: Stabilize 3.5 x86, #814662
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 media-libs/x265/x265-3.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/x265/x265-3.5.ebuild b/media-libs/x265/x265-3.5.ebuild
16 index 2c50ef34952f..ad7333090a3f 100644
17 --- a/media-libs/x265/x265-3.5.ebuild
18 +++ b/media-libs/x265/x265-3.5.ebuild
19 @@ -11,7 +11,7 @@ if [[ ${PV} = 9999* ]]; then
20 S=${WORKDIR}/${P}/source
21 else
22 SRC_URI="https://bitbucket.org/multicoreware/x265_git/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"