diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-05-17 23:16:44 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-05-17 23:16:44 +0000 |
commit | 665c026464faf0febf1cd14f9ac4a71389f999e0 (patch) | |
tree | 66103af2c8ca6e955563374e4269c8914b61a5b7 /media-video/vlc/vlc-1.1.9999.ebuild | |
parent | Fix bug 367311 caused by my misuse of use_enable(). (diff) | |
download | historical-665c026464faf0febf1cd14f9ac4a71389f999e0.tar.gz historical-665c026464faf0febf1cd14f9ac4a71389f999e0.tar.bz2 historical-665c026464faf0febf1cd14f9ac4a71389f999e0.zip |
Fix the ffmpeg compatibility patch, should fix bug #365833
Package-Manager: portage-2.2.0_alpha33/cvs/Linux x86_64
Diffstat (limited to 'media-video/vlc/vlc-1.1.9999.ebuild')
-rw-r--r-- | media-video/vlc/vlc-1.1.9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/vlc/vlc-1.1.9999.ebuild b/media-video/vlc/vlc-1.1.9999.ebuild index e7017a2c3820..c97f08bf85f5 100644 --- a/media-video/vlc/vlc-1.1.9999.ebuild +++ b/media-video/vlc/vlc-1.1.9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.1.9999.ebuild,v 1.27 2011/04/20 15:12:13 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.1.9999.ebuild,v 1.28 2011/05/17 23:16:44 aballier Exp $ EAPI="3" @@ -24,7 +24,7 @@ MY_PV="${MY_PV/-beta/-test}" MY_P="${PN}-${MY_PV}" VLC_SNAPSHOT_TIME="0013" -PATCHLEVEL="94" +PATCHLEVEL="97" DESCRIPTION="VLC media player - Video player and streamer" HOMEPAGE="http://www.videolan.org/vlc/" if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild |