diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-05-21 16:46:17 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-05-21 16:46:17 +0000 |
commit | f85f82eb8cdf189c12802462719fe931fa2ae1c8 (patch) | |
tree | 62ceacc9130b0763b6962a1df0c6875cc5a2d59a /dev-python/routes | |
parent | whitespace (diff) | |
download | gentoo-2-f85f82eb8cdf189c12802462719fe931fa2ae1c8.tar.gz gentoo-2-f85f82eb8cdf189c12802462719fe931fa2ae1c8.tar.bz2 gentoo-2-f85f82eb8cdf189c12802462719fe931fa2ae1c8.zip |
whitespace
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/routes')
-rw-r--r-- | dev-python/routes/routes-1.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/routes/routes-1.13.ebuild b/dev-python/routes/routes-1.13.ebuild index 03c5db60d38d..b59d7068d77a 100644 --- a/dev-python/routes/routes-1.13.ebuild +++ b/dev-python/routes/routes-1.13.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/routes/routes-1.13.ebuild,v 1.1 2012/05/21 08:03:54 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/routes/routes-1.13.ebuild,v 1.2 2012/05/21 16:46:17 mr_bones_ Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -39,4 +39,4 @@ src_install() { docinto html cp -R [a-z]* _images _static "${ED}usr/share/doc/${PF}/html" || die "Installation of documentation failed" fi -}
\ No newline at end of file +} |