diff options
author | 2004-10-16 20:25:14 +0000 | |
---|---|---|
committer | 2004-10-16 20:25:14 +0000 | |
commit | d79bc78be106817921fe0aeedcdc196164ef28af (patch) | |
tree | 09e75a0b2d6bf0058d38454e22360dea46bf61fd /dev-python/tpg/tpg-3.0.3.ebuild | |
parent | version bump (diff) | |
download | historical-d79bc78be106817921fe0aeedcdc196164ef28af.tar.gz historical-d79bc78be106817921fe0aeedcdc196164ef28af.tar.bz2 historical-d79bc78be106817921fe0aeedcdc196164ef28af.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'dev-python/tpg/tpg-3.0.3.ebuild')
-rw-r--r-- | dev-python/tpg/tpg-3.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/tpg/tpg-3.0.3.ebuild b/dev-python/tpg/tpg-3.0.3.ebuild index 91959b055ae6..5ebaf23bbff9 100644 --- a/dev-python/tpg/tpg-3.0.3.ebuild +++ b/dev-python/tpg/tpg-3.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/tpg/tpg-3.0.3.ebuild,v 1.1 2004/10/14 00:27:58 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/tpg/tpg-3.0.3.ebuild,v 1.2 2004/10/16 20:25:14 mr_bones_ Exp $ inherit distutils @@ -22,7 +22,7 @@ DOCS="License.txt THANKS" src_install() { distutils_src_install - if use doc ; then + if use doc ; then dohtml doc/* insinto /usr/share/doc/${PF}/examples doins examples/* |