diff options
author | Sam James <sam@gentoo.org> | 2022-02-20 01:47:17 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-20 01:47:27 +0000 |
commit | a7ff89f33cf31c0238f3bdb2b095d8b1b75c7cdf (patch) | |
tree | 52bf0a52a8bbc7a02139feab0fa344038e817647 /media-libs | |
parent | x11-libs/xcb-util-xrm: fix build on musl (diff) | |
download | gentoo-a7ff89f33cf31c0238f3bdb2b095d8b1b75c7cdf.tar.gz gentoo-a7ff89f33cf31c0238f3bdb2b095d8b1b75c7cdf.tar.bz2 gentoo-a7ff89f33cf31c0238f3bdb2b095d8b1b75c7cdf.zip |
media-libs/x265: stabilize 3.5-r2 for amd64, arm, arm64, ppc64, x86
Forward stable kws from 3.5. Had meant to do 3.5-r2 and didn't realise
we still had 3.5. Oops.
Closes: https://bugs.gentoo.org/814662
Closes: https://bugs.gentoo.org/833775
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/x265/x265-3.5-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/x265/x265-3.5-r2.ebuild b/media-libs/x265/x265-3.5-r2.ebuild index 58018488f52c..2673e6b12415 100644 --- a/media-libs/x265/x265-3.5-r2.ebuild +++ b/media-libs/x265/x265-3.5-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ if [[ ${PV} = 9999* ]]; then S=${WORKDIR}/${P}/source else SRC_URI="https://bitbucket.org/multicoreware/x265_git/downloads/${PN}_${PV}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" + KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 x86" fi DESCRIPTION="Library for encoding video streams into the H.265/HEVC format" |