diff options
author | Ulrich Müller <ulm@gentoo.org> | 2015-03-15 17:45:19 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2015-03-15 17:45:19 +0000 |
commit | b38410eba33a0a8869c85c8f5c4bbd5b369cb7e9 (patch) | |
tree | 9cd9e1c27131854c81ca5e3d32386b1ee63070d8 /media-video/mplayer/mplayer-1.2_pre20141011.ebuild | |
parent | Remove commented value from the example config files that no longer exist in ... (diff) | |
download | gentoo-2-b38410eba33a0a8869c85c8f5c4bbd5b369cb7e9.tar.gz gentoo-2-b38410eba33a0a8869c85c8f5c4bbd5b369cb7e9.tar.bz2 gentoo-2-b38410eba33a0a8869c85c8f5c4bbd5b369cb7e9.zip |
Add conditional bindist restriction and remove bindist USE flag, bug 541594.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'media-video/mplayer/mplayer-1.2_pre20141011.ebuild')
-rw-r--r-- | media-video/mplayer/mplayer-1.2_pre20141011.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/mplayer/mplayer-1.2_pre20141011.ebuild b/media-video/mplayer/mplayer-1.2_pre20141011.ebuild index 96fbff9463ef..50ccdbfbd350 100644 --- a/media-video/mplayer/mplayer-1.2_pre20141011.ebuild +++ b/media-video/mplayer/mplayer-1.2_pre20141011.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.2_pre20141011.ebuild,v 1.5 2015/01/30 17:15:57 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.2_pre20141011.ebuild,v 1.6 2015/03/15 17:45:19 ulm Exp $ EAPI=5 @@ -10,7 +10,7 @@ ESVN_REPO_URI="svn://svn.mplayerhq.hu/mplayer/trunk" inherit toolchain-funcs eutils flag-o-matic multilib base ${SVN_ECLASS} -IUSE="cpu_flags_x86_3dnow cpu_flags_x86_3dnowext a52 aalib +alsa altivec aqua bidi bindist bl bluray +IUSE="cpu_flags_x86_3dnow cpu_flags_x86_3dnowext a52 aalib +alsa altivec aqua bidi bl bluray bs2b cddb +cdio cdparanoia cpudetection debug dga directfb doc dts dv dvb +dvd +dvdnav +enca +encode faac faad fbcon ftp gif ggi gsm +iconv ipv6 jack joystick jpeg jpeg2k kernel_linux ladspa @@ -172,7 +172,6 @@ fi # radio requires oss or alsa backend # xvmc requires xvideo support REQUIRED_USE=" - bindist? ( !faac ) dga? ( X ) dvdnav? ( dvd ) enca? ( iconv ) @@ -187,6 +186,7 @@ REQUIRED_USE=" xscreensaver? ( X ) xv? ( X ) xvmc? ( xv )" +RESTRICT="faac? ( bindist )" pkg_setup() { if [[ ${PV} == *9999* ]]; then |