mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-video/mpv: remove obsolete configure option in 9999
Also sync KEYWORDS with 0.24.0 ebuild. Closes: https://github.com/gentoo/gentoo/pull/4413 Gentoo-Bug: 614990 Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
committed by
Michał Górny
parent
44765ce71a
commit
c8dfe13398
@@ -15,7 +15,7 @@ HOMEPAGE="https://mpv.io/"
|
||||
|
||||
if [[ ${PV} != *9999* ]]; then
|
||||
SRC_URI="https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~hppa ~x86 ~amd64-linux"
|
||||
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
|
||||
DOCS=( RELEASE_NOTES )
|
||||
else
|
||||
EGIT_REPO_URI=( {https,git}://github.com/mpv-player/mpv.git )
|
||||
@@ -255,7 +255,6 @@ src_configure() {
|
||||
$(use_enable jpeg)
|
||||
--disable-android
|
||||
$(use_enable raspberry-pi rpi)
|
||||
$(usex opengl "$(use_enable !aqua standard-gl)" '--disable-standard-gl')
|
||||
--disable-ios-gl
|
||||
$(usex libmpv "$(use_enable opengl plain-gl)" '--disable-plain-gl')
|
||||
--disable-mali-fbdev # Only available in overlays.
|
||||
|
||||
Reference in New Issue
Block a user