diff options
author | Tom Wijsman <tomwij@gentoo.org> | 2013-10-26 20:47:50 +0000 |
---|---|---|
committer | Tom Wijsman <tomwij@gentoo.org> | 2013-10-26 20:47:50 +0000 |
commit | e87a162a047d1981d6fcf82da77a21b956a55140 (patch) | |
tree | ab0b08b6013cd33fea44c67f3a62a4c6f19d3e94 /media-video | |
parent | Stable for amd64, wrt bug #489406 (diff) | |
download | gentoo-2-e87a162a047d1981d6fcf82da77a21b956a55140.tar.gz gentoo-2-e87a162a047d1981d6fcf82da77a21b956a55140.tar.bz2 gentoo-2-e87a162a047d1981d6fcf82da77a21b956a55140.zip |
Actually, upon checking I now see that in the 9999 branch the configure flag was renamed from libfreerdp to freerdp; it is due to this that the bug occured as I was changing the backport of the freerdp USE flag right before committing 2.1.0.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/vlc/ChangeLog | 8 | ||||
-rw-r--r-- | media-video/vlc/vlc-9999.ebuild | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/media-video/vlc/ChangeLog b/media-video/vlc/ChangeLog index 5aa92c6ba4d0..fce597d12bd3 100644 --- a/media-video/vlc/ChangeLog +++ b/media-video/vlc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-video/vlc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.867 2013/10/26 20:38:22 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.868 2013/10/26 20:47:50 tomwij Exp $ + + 26 Oct 2013; Tom Wijsman <TomWij@gentoo.org> vlc-9999.ebuild: + Actually, upon checking I now see that in the 9999 branch the configure flag + was renamed from libfreerdp to freerdp; it is due to this that the bug occured + as I was changing the backport of the freerdp USE flag right before committing + 2.1.0. 26 Oct 2013; Tom Wijsman <TomWij@gentoo.org> vlc-2.1.0.ebuild, vlc-2.1.9999.ebuild, vlc-9999.ebuild: diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index 42228c3ca53c..faa0c4f66a0a 100644 --- a/media-video/vlc/vlc-9999.ebuild +++ b/media-video/vlc/vlc-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.199 2013/10/26 20:38:22 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.200 2013/10/26 20:47:50 tomwij Exp $ EAPI="5" @@ -357,7 +357,7 @@ src_configure() { $(use_enable projectm) \ $(use_enable pulseaudio pulse) \ ${qt_flag} \ - $(use_enable rdp libfreerdp) \ + $(use_enable rdp freerdp) \ $(use_enable rtsp realrtsp) \ $(use_enable run-as-root) \ $(use_enable samba smbclient) \ |