summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-06-03 19:28:01 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-06-03 19:28:01 +0000
commit414defc1b0a7b565a82c9a5af37ba9cae448b99b (patch)
treeed14437522d56d2913b98ed225ade9c40b01d9f4 /x11-misc/treeline
parentFix #94880. (diff)
downloadgentoo-2-414defc1b0a7b565a82c9a5af37ba9cae448b99b.tar.gz
gentoo-2-414defc1b0a7b565a82c9a5af37ba9cae448b99b.tar.bz2
gentoo-2-414defc1b0a7b565a82c9a5af37ba9cae448b99b.zip
repoman: Trim trailing whitespace
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-misc/treeline')
-rw-r--r--x11-misc/treeline/treeline-0.12.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/treeline/treeline-0.12.0.ebuild b/x11-misc/treeline/treeline-0.12.0.ebuild
index 23b6c58980a7..12d8e65986f6 100644
--- a/x11-misc/treeline/treeline-0.12.0.ebuild
+++ b/x11-misc/treeline/treeline-0.12.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/x11-misc/treeline/treeline-0.12.0.ebuild,v 1.1 2005/06/03 16:03:10 taviso Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/treeline-0.12.0.ebuild,v 1.2 2005/06/03 19:28:01 mr_bones_ Exp $
inherit eutils python
@@ -26,7 +26,7 @@ src_compile() {
/usr/lib/treeline > ${T}/treeline
sed -i -e "s#\(helpFilePath = \)None#\1'/usr/lib/treeline'#g" \
-e "s#\(iconPath = \)None#\1'/usr/share/icons/treeline'#g" \
- ${S}/source/treeline.py || die
+ ${S}/source/treeline.py || die
}
src_install() {