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: Sun, 20 Feb 2022 01:48:23
Message-Id: 1645321647.a7ff89f33cf31c0238f3bdb2b095d8b1b75c7cdf.sam@gentoo
1 commit: a7ff89f33cf31c0238f3bdb2b095d8b1b75c7cdf
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 20 01:47:17 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 20 01:47:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7ff89f3
7
8 media-libs/x265: stabilize 3.5-r2 for amd64, arm, arm64, ppc64, x86
9
10 Forward stable kws from 3.5. Had meant to do 3.5-r2 and didn't realise
11 we still had 3.5. Oops.
12
13 Closes: https://bugs.gentoo.org/814662
14 Closes: https://bugs.gentoo.org/833775
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 media-libs/x265/x265-3.5-r2.ebuild | 4 ++--
18 1 file changed, 2 insertions(+), 2 deletions(-)
19
20 diff --git a/media-libs/x265/x265-3.5-r2.ebuild b/media-libs/x265/x265-3.5-r2.ebuild
21 index 58018488f52c..2673e6b12415 100644
22 --- a/media-libs/x265/x265-3.5-r2.ebuild
23 +++ b/media-libs/x265/x265-3.5-r2.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2021 Gentoo Authors
26 +# Copyright 1999-2022 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=7
30 @@ -11,7 +11,7 @@ if [[ ${PV} = 9999* ]]; then
31 S=${WORKDIR}/${P}/source
32 else
33 SRC_URI="https://bitbucket.org/multicoreware/x265_git/downloads/${PN}_${PV}.tar.gz"
34 - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
35 + KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 x86"
36 fi
37
38 DESCRIPTION="Library for encoding video streams into the H.265/HEVC format"