diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-16 20:50:37 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-16 20:50:37 +0000 |
commit | c00bea9fea3926a0eef73d0e5d618c588cdf8ec6 (patch) | |
tree | ea0a10b36695f7320fe1859c7f6356ce54cc25e1 /dev-python/pyds | |
parent | don't set S to default; repoman: Fix leading whitespace (diff) | |
download | historical-c00bea9fea3926a0eef73d0e5d618c588cdf8ec6.tar.gz historical-c00bea9fea3926a0eef73d0e5d618c588cdf8ec6.tar.bz2 historical-c00bea9fea3926a0eef73d0e5d618c588cdf8ec6.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'dev-python/pyds')
-rw-r--r-- | dev-python/pyds/pyds-0.6.5.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/pyds/pyds-0.6.5.ebuild b/dev-python/pyds/pyds-0.6.5.ebuild index 1b1ca28ced63..b17f58f86bee 100644 --- a/dev-python/pyds/pyds-0.6.5.ebuild +++ b/dev-python/pyds/pyds-0.6.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyds/pyds-0.6.5.ebuild,v 1.3 2004/02/14 12:57:15 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyds/pyds-0.6.5.ebuild,v 1.4 2004/02/16 20:50:01 mr_bones_ Exp $ inherit distutils @@ -34,4 +34,3 @@ src_unpack() { cd ${S}/PyDS epatch ${FILESDIR}/${P}-py2.3.patch } - |