diff options
author | Sam James <sam@gentoo.org> | 2022-03-09 23:36:42 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-09 23:36:42 +0000 |
commit | eb516382e8dd0e61efe9d221d7722996c424c60d (patch) | |
tree | 7b75871195bb1a3efc6aa4bb0f9dbdc5aa3f6591 /media-libs/x265 | |
parent | dev-python/ratelimit: fix WhitespaceFound (diff) | |
download | gentoo-eb516382e8dd0e61efe9d221d7722996c424c60d.tar.gz gentoo-eb516382e8dd0e61efe9d221d7722996c424c60d.tar.bz2 gentoo-eb516382e8dd0e61efe9d221d7722996c424c60d.zip |
media-libs/x265: forward ~riscv
Dropped on bump (race condition, I think).
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/x265')
-rw-r--r-- | media-libs/x265/x265-3.5-r2.ebuild | 2 | ||||
-rw-r--r-- | media-libs/x265/x265-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/x265/x265-3.5-r2.ebuild b/media-libs/x265/x265-3.5-r2.ebuild index 24b5b5f195d0..8ccbefead9ac 100644 --- a/media-libs/x265/x265-3.5-r2.ebuild +++ b/media-libs/x265/x265-3.5-r2.ebuild @@ -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 ~riscv x86" fi DESCRIPTION="Library for encoding video streams into the H.265/HEVC format" diff --git a/media-libs/x265/x265-9999.ebuild b/media-libs/x265/x265-9999.ebuild index d686f028c1da..4f853abbc5bd 100644 --- a/media-libs/x265/x265-9999.ebuild +++ b/media-libs/x265/x265-9999.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 ~riscv ~x86" fi DESCRIPTION="Library for encoding video streams into the H.265/HEVC format" |