diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-03-17 06:27:19 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-03-17 06:27:19 +0000 |
commit | 855b161bcc2fb8a6da7d33fa4f0867d2b987532d (patch) | |
tree | c24a53fe60c77d071911cc67f71c5f4c856a6051 /x11-misc | |
parent | whitespace (diff) | |
download | gentoo-2-855b161bcc2fb8a6da7d33fa4f0867d2b987532d.tar.gz gentoo-2-855b161bcc2fb8a6da7d33fa4f0867d2b987532d.tar.bz2 gentoo-2-855b161bcc2fb8a6da7d33fa4f0867d2b987532d.zip |
whitespace
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/treeline/treeline-1.2.2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-misc/treeline/treeline-1.2.2.ebuild b/x11-misc/treeline/treeline-1.2.2.ebuild index 66556a3b7c6f..f03b0709c58b 100644 --- a/x11-misc/treeline/treeline-1.2.2.ebuild +++ b/x11-misc/treeline/treeline-1.2.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/x11-misc/treeline/treeline-1.2.2.ebuild,v 1.1 2009/03/16 11:58:54 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/treeline-1.2.2.ebuild,v 1.2 2009/03/17 06:27:19 mr_bones_ Exp $ EAPI=2 inherit python @@ -40,4 +40,3 @@ src_unpack() { src_install() { python install.py -x -p /usr/ -d /usr/share/${PF} -b "${D}" } - |