summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2005-12-01 23:26:19 +0000
committerCarsten Lohrke <carlo@gentoo.org>2005-12-01 23:26:19 +0000
commitc1da501ba46c6fd294d1dd720bdaba75e209e678 (patch)
tree1b97113ca50ccaa8b3af1cf5b3eeb0d30d05ed32 /media-libs/tunepimp
parentversion bump (diff)
downloadhistorical-c1da501ba46c6fd294d1dd720bdaba75e209e678.tar.gz
historical-c1da501ba46c6fd294d1dd720bdaba75e209e678.tar.bz2
historical-c1da501ba46c6fd294d1dd720bdaba75e209e678.zip
kill whitespace
Diffstat (limited to 'media-libs/tunepimp')
-rw-r--r--media-libs/tunepimp/tunepimp-0.4.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/tunepimp/tunepimp-0.4.0.ebuild b/media-libs/tunepimp/tunepimp-0.4.0.ebuild
index aeb9fb825103..452e8621cd0a 100644
--- a/media-libs/tunepimp/tunepimp-0.4.0.ebuild
+++ b/media-libs/tunepimp/tunepimp-0.4.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/tunepimp/tunepimp-0.4.0.ebuild,v 1.1 2005/12/01 23:25:20 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/tunepimp/tunepimp-0.4.0.ebuild,v 1.2 2005/12/01 23:26:19 carlo Exp $
inherit eutils distutils perl-app
@@ -51,7 +51,7 @@ src_install() {
if use python; then
cd ${S}/python
distutils_src_install
- if use examples ; then
+ if use examples ; then
insinto /usr/share/doc/${PF}/examples/
doins examples/*
fi