diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-09-24 20:31:02 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-09-24 20:31:02 +0000 |
commit | e5c443b706cc9d7ab0091d732ea2044c3fe5e2b0 (patch) | |
tree | f0dba577f2270ef06a38370c0a2e1fad13827451 /media-video/vlc/vlc-1.0.2.ebuild | |
parent | Fixed encoding in ChangeLog (diff) | |
download | gentoo-2-e5c443b706cc9d7ab0091d732ea2044c3fe5e2b0.tar.gz gentoo-2-e5c443b706cc9d7ab0091d732ea2044c3fe5e2b0.tar.bz2 gentoo-2-e5c443b706cc9d7ab0091d732ea2044c3fe5e2b0.zip |
Fix build at -O0 without fontconfig, bug #281963
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'media-video/vlc/vlc-1.0.2.ebuild')
-rw-r--r-- | media-video/vlc/vlc-1.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/vlc/vlc-1.0.2.ebuild b/media-video/vlc/vlc-1.0.2.ebuild index cd22cdfd37d4..69b1088e7cee 100644 --- a/media-video/vlc/vlc-1.0.2.ebuild +++ b/media-video/vlc/vlc-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.2.ebuild,v 1.5 2009/09/24 18:20:01 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.2.ebuild,v 1.6 2009/09/24 20:31:02 aballier Exp $ EAPI="2" @@ -23,7 +23,7 @@ MY_PV="${MY_PV/-beta/-test}" MY_P="${PN}-${MY_PV}" VLC_SNAPSHOT_TIME="0013" -PATCHLEVEL="75" +PATCHLEVEL="76" M4_TARBALL_VERSION="1" DESCRIPTION="VLC media player - Video player and streamer" HOMEPAGE="http://www.videolan.org/vlc/" |