diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-12-30 12:41:25 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-12-30 12:48:43 -0500 |
commit | 16e6fcf77dfbe09ec81d761b00e768cd3256a32b (patch) | |
tree | 8cb5c8ea872b8305950a5338c7443672a18735b4 /media-video/mpv | |
parent | dev-libs/libmba: use https for HOMEPAGE and SRC_URI (diff) | |
download | gentoo-16e6fcf77dfbe09ec81d761b00e768cd3256a32b.tar.gz gentoo-16e6fcf77dfbe09ec81d761b00e768cd3256a32b.tar.bz2 gentoo-16e6fcf77dfbe09ec81d761b00e768cd3256a32b.zip |
media-video/mpv: unkeyword 0.36.0-r1 for ~hppa
Could revisit if there's real interest, but let's keep it simple
otherwise.
Not dropping 0.36.0-r1 itself just yet due to the changes in
scaling profile defaults (users may want to try 0.36.0 to check
what's wrong with performance and need --profile=fast, esp. on
rpis and similar).
Closes: https://bugs.gentoo.org/921091
Closes: https://bugs.gentoo.org/917682
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'media-video/mpv')
-rw-r--r-- | media-video/mpv/mpv-0.36.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/mpv/mpv-0.36.0-r1.ebuild b/media-video/mpv/mpv-0.36.0-r1.ebuild index 63b54c674210..7aa8c51ed9aa 100644 --- a/media-video/mpv/mpv-0.36.0-r1.ebuild +++ b/media-video/mpv/mpv-0.36.0-r1.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/mpv-player/mpv.git" else SRC_URI="https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ppc ppc64 ~riscv x86 ~amd64-linux" + KEYWORDS="amd64 ~arm arm64 ~loong ppc ppc64 ~riscv x86 ~amd64-linux" fi DESCRIPTION="Media player for the command line" |