diff options
author | 2012-07-11 12:20:58 +0000 | |
---|---|---|
committer | 2012-07-11 12:20:58 +0000 | |
commit | 0a1667080af7abb25b1a1926fc010e88a78efca5 (patch) | |
tree | 2cc29f1ccadb37ecb790571bd246a3cb8438c59f /media-video/vlc | |
parent | Use x2go sources to build nx, bug #423855 (diff) | |
download | gentoo-2-0a1667080af7abb25b1a1926fc010e88a78efca5.tar.gz gentoo-2-0a1667080af7abb25b1a1926fc010e88a78efca5.tar.bz2 gentoo-2-0a1667080af7abb25b1a1926fc010e88a78efca5.zip |
qt4 renamed to qt configure switch, reflect that; there is now qt5 support that we will handle once it hits the tree
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
Diffstat (limited to 'media-video/vlc')
-rw-r--r-- | media-video/vlc/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/vlc/vlc-9999.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-video/vlc/ChangeLog b/media-video/vlc/ChangeLog index f6fa05db7b74..156bbf6c072a 100644 --- a/media-video/vlc/ChangeLog +++ b/media-video/vlc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/vlc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.812 2012/06/30 20:12:06 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.813 2012/07/11 12:20:58 aballier Exp $ + + 11 Jul 2012; Alexis Ballier <aballier@gentoo.org> vlc-9999.ebuild: + qt4 renamed to qt configure switch, reflect that; there is now qt5 support + that we will handle once it hits the tree 30 Jun 2012; Alexis Ballier <aballier@gentoo.org> vlc-2.0.1.ebuild, vlc-2.0.2.ebuild, vlc-2.0.9999.ebuild, vlc-9999.ebuild: diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index ebc2ae93eb60..f195a1722d46 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.177 2012/06/30 20:12:06 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.178 2012/07/11 12:20:58 aballier Exp $ EAPI="4" @@ -278,7 +278,7 @@ src_configure() { $(use_enable projectm) \ $(use_enable pulseaudio pulse) \ $(use_enable pvr) \ - $(use_enable qt4) \ + $(use_enable qt4 qt) \ $(use_enable rtsp realrtsp) \ $(use_enable run-as-root) \ $(use_enable samba smb) \ |