Skip to content

Commit

Permalink
media-video/mpv: remove obsolete configure option in 9999
Browse files Browse the repository at this point in the history
Also sync KEYWORDS with 0.24.0 ebuild.

Closes: gentoo#4413
Gentoo-Bug: 614990
Package-Manager: Portage-2.3.5, Repoman-2.3.2
  • Loading branch information
Coacher authored and mgorny committed Apr 13, 2017
1 parent 44765ce commit c8dfe13
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions media-video/mpv/mpv-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit c8dfe13

Please sign in to comment.