Skip to content

Commit

Permalink
media-video/mpv: remove useless '-' prefix from sdl IUSE
Browse files Browse the repository at this point in the history
According to devmanual section on IUSE[1], '-' IUSE prefix is only good
for overriding repo-level USE settings (profiles/package.use), which we
don't have in Gentoo.

[1]: https://devmanual.gentoo.org/eclass-reference/ebuild/

Closes: gentoo#3327
Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
Coacher authored and SoapGentoo committed Jan 4, 2017
1 parent d88d657 commit 7eb5a66
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions media-video/mpv/mpv-0.18.0-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand Down Expand Up @@ -30,7 +30,7 @@ LICENSE="GPL-2+ BSD ISC"
SLOT="0"
IUSE="aqua +alsa archive bluray cdda +cli coreaudio doc drm dvb dvd +egl +enca
encode gbm +iconv jack jpeg lcms +libass libav libcaca libguess libmpv lua
luajit openal +opengl oss pulseaudio raspberry-pi rubberband samba -sdl
luajit openal +opengl oss pulseaudio raspberry-pi rubberband samba sdl
selinux test uchardet v4l vaapi vdpau vf-dlopen wayland +X xinerama
+xscreensaver +xv zsh-completion"

Expand Down
4 changes: 2 additions & 2 deletions media-video/mpv/mpv-0.22.0-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand Down Expand Up @@ -30,7 +30,7 @@ LICENSE="GPL-2+ BSD ISC"
SLOT="0"
IUSE="aqua +alsa archive bluray cdda +cli coreaudio doc drm dvb dvd +egl +enca
encode gbm +iconv jack jpeg lcms +libass libav libcaca libguess libmpv +lua
luajit openal +opengl oss pulseaudio raspberry-pi rubberband samba -sdl
luajit openal +opengl oss pulseaudio raspberry-pi rubberband samba sdl
selinux test tools +uchardet v4l vaapi vdpau vf-dlopen wayland +X xinerama
+xscreensaver +xv zsh-completion"

Expand Down
8 changes: 4 additions & 4 deletions media-video/mpv/mpv-0.23.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand Down Expand Up @@ -30,9 +30,9 @@ LICENSE="GPL-2+ BSD ISC"
SLOT="0"
IUSE="aqua +alsa archive bluray cdda +cli coreaudio doc drm dvb dvd +egl encode
gbm +iconv jack jpeg lcms +libass libav libcaca libmpv +lua luajit openal
+opengl oss pulseaudio raspberry-pi rubberband samba -sdl selinux test
tools +uchardet v4l vaapi vdpau vf-dlopen wayland +X xinerama +xscreensaver
+xv zsh-completion"
+opengl oss pulseaudio raspberry-pi rubberband samba sdl selinux test tools
+uchardet v4l vaapi vdpau vf-dlopen wayland +X xinerama +xscreensaver +xv
zsh-completion"

REQUIRED_USE="
|| ( cli libmpv )
Expand Down
8 changes: 4 additions & 4 deletions media-video/mpv/mpv-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand Down Expand Up @@ -30,9 +30,9 @@ LICENSE="GPL-2+ BSD ISC"
SLOT="0"
IUSE="aqua +alsa archive bluray cdda +cli coreaudio doc drm dvb dvd +egl encode
gbm +iconv jack jpeg lcms +libass libav libcaca libmpv +lua luajit openal
+opengl oss pulseaudio raspberry-pi rubberband samba -sdl selinux test
tools +uchardet v4l vaapi vdpau vf-dlopen wayland +X xinerama +xscreensaver
+xv zsh-completion"
+opengl oss pulseaudio raspberry-pi rubberband samba sdl selinux test tools
+uchardet v4l vaapi vdpau vf-dlopen wayland +X xinerama +xscreensaver +xv
zsh-completion"

REQUIRED_USE="
|| ( cli libmpv )
Expand Down

0 comments on commit 7eb5a66

Please sign in to comment.