diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-01-21 21:53:38 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-01-21 21:53:38 +0000 |
commit | 6c03b0eafc0b66ac7cb99d572444bfce1e881eaf (patch) | |
tree | a9310c501adf5399ca13630d3884142f98a54583 /dev-python | |
parent | whitespace (diff) | |
download | gentoo-2-6c03b0eafc0b66ac7cb99d572444bfce1e881eaf.tar.gz gentoo-2-6c03b0eafc0b66ac7cb99d572444bfce1e881eaf.tar.bz2 gentoo-2-6c03b0eafc0b66ac7cb99d572444bfce1e881eaf.zip |
whitespace
(Portage version: 2.1.10.41/cvs/Linux i686)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/python-dateutil/python-dateutil-2.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/python-dateutil/python-dateutil-2.0.ebuild b/dev-python/python-dateutil/python-dateutil-2.0.ebuild index 7a4f37cddf2a..ca819b072669 100644 --- a/dev-python/python-dateutil/python-dateutil-2.0.ebuild +++ b/dev-python/python-dateutil/python-dateutil-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.0.ebuild,v 1.2 2012/01/19 15:47:51 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.0.ebuild,v 1.3 2012/01/21 21:53:38 mr_bones_ Exp $ EAPI="3" @@ -66,4 +66,3 @@ src_install() { doins example.py sandbox/*.py fi } - |