diff options
author | 2005-05-31 15:21:03 +0000 | |
---|---|---|
committer | 2005-05-31 15:21:03 +0000 | |
commit | 3562b24cb0d81c7f5344ac5200b70b6fa637487d (patch) | |
tree | 369e3a538070ad4379c8023d36218b31028e2e7e /media-video | |
parent | Manual Manifest commit. (diff) | |
download | gentoo-2-3562b24cb0d81c7f5344ac5200b70b6fa637487d.tar.gz gentoo-2-3562b24cb0d81c7f5344ac5200b70b6fa637487d.tar.bz2 gentoo-2-3562b24cb0d81c7f5344ac5200b70b6fa637487d.zip |
repoman: Trim trailing whitespace
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/tcvp/tcvp-0.2.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/tcvp/tcvp-0.2.0.ebuild b/media-video/tcvp/tcvp-0.2.0.ebuild index 73b569ae316a..280c29be8d8a 100644 --- a/media-video/tcvp/tcvp-0.2.0.ebuild +++ b/media-video/tcvp/tcvp-0.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/tcvp/tcvp-0.2.0.ebuild,v 1.8 2005/05/28 07:48:38 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/tcvp/tcvp-0.2.0.ebuild,v 1.9 2005/05/31 15:18:14 mr_bones_ Exp $ DESCRIPTION="A modular player and encoder/transcoder for music and video." HOMEPAGE="http://tcvp.sourceforge.net/" @@ -39,7 +39,7 @@ src_compile() { use mad || myconf="${myconf} --disable-mad" use mpeg || myconf="${myconf} --disable-mpeg2" if ! use vorbis - then + then myconf="${myconf} --disable-vorbis" use ogg || myconf="${myconf} --disable-ogg" fi |