diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-05-29 14:46:12 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-05-29 14:46:12 +0000 |
commit | 2084604bc8dee918c091f8555d6e88fb36dd98db (patch) | |
tree | 9e76d469ab8ad7075ed26c482d5b97312c2cfb7a /media-video/vlc/vlc-9999.ebuild | |
parent | Marking audacious-plugins-3.2.2-r1 ppc64 for bug 417143 (diff) | |
download | gentoo-2-2084604bc8dee918c091f8555d6e88fb36dd98db.tar.gz gentoo-2-2084604bc8dee918c091f8555d6e88fb36dd98db.tar.bz2 gentoo-2-2084604bc8dee918c091f8555d6e88fb36dd98db.zip |
without-tuning option has been removed
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'media-video/vlc/vlc-9999.ebuild')
-rw-r--r-- | media-video/vlc/vlc-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index d6b0f905b675..6b43f55d1fd0 100644 --- a/media-video/vlc/vlc-9999.ebuild +++ b/media-video/vlc/vlc-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.172 2012/05/22 14:04:03 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.173 2012/05/29 14:46:12 aballier Exp $ EAPI="4" @@ -319,7 +319,6 @@ src_configure() { $(use_enable xv xvideo) \ $(use_enable zvbi) $(use_enable !zvbi telx) \ --disable-optimizations \ - --without-tuning \ --enable-fast-install } |