diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-05-12 15:56:15 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-05-12 15:56:15 +0000 |
commit | a8c8241aad73fa060c14b8f802472d157ace6fa1 (patch) | |
tree | 7924152456890bb814bcdb5bc2be07d35048b61a /media-video | |
parent | amd64 stable, bug #216630 (diff) | |
download | gentoo-2-a8c8241aad73fa060c14b8f802472d157ace6fa1.tar.gz gentoo-2-a8c8241aad73fa060c14b8f802472d157ace6fa1.tar.bz2 gentoo-2-a8c8241aad73fa060c14b8f802472d157ace6fa1.zip |
whitespace
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/tovid/tovid-0.31.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/media-video/tovid/tovid-0.31.ebuild b/media-video/tovid/tovid-0.31.ebuild index d20a9a06f9f8..42852ac67643 100644 --- a/media-video/tovid/tovid-0.31.ebuild +++ b/media-video/tovid/tovid-0.31.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/tovid/tovid-0.31.ebuild,v 1.1 2008/05/12 08:43:21 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/tovid/tovid-0.31.ebuild,v 1.2 2008/05/12 15:56:15 mr_bones_ Exp $ inherit eutils python @@ -58,9 +58,8 @@ src_install() { emake DESTDIR="${D}" install || die "make install died" dodoc AUTHORS ChangeLog NEWS README - python_version - # remove wxgtk components + # remove wxgtk components if ! use wxwindows; then rm -f "${D}/usr/bin/tovidgui" rm -rf "${D}/usr/$(get_libdir)/python${PYVER}/site-packages/libtovid/gui" |