diff options
author | 2010-05-17 18:25:20 +0000 | |
---|---|---|
committer | 2010-05-17 18:25:20 +0000 | |
commit | 9ff5c7d6ae420735c7b70315b3403633a0f42f22 (patch) | |
tree | 7330673e179260ee33714582b00b3959a58c2ff0 /dev-python | |
parent | Delete older ebuild. (diff) | |
download | gentoo-2-9ff5c7d6ae420735c7b70315b3403633a0f42f22.tar.gz gentoo-2-9ff5c7d6ae420735c7b70315b3403633a0f42f22.tar.bz2 gentoo-2-9ff5c7d6ae420735c7b70315b3403633a0f42f22.zip |
python_clean_sitedirs -> python_clean_installation_image
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/jinja2/jinja2-2.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/jinja2/jinja2-2.4.1.ebuild b/dev-python/jinja2/jinja2-2.4.1.ebuild index cdb0d5dd1026..59b52e8ff4e6 100644 --- a/dev-python/jinja2/jinja2-2.4.1.ebuild +++ b/dev-python/jinja2/jinja2-2.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/jinja2/jinja2-2.4.1.ebuild,v 1.2 2010/04/30 14:36:55 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/jinja2/jinja2-2.4.1.ebuild,v 1.3 2010/05/17 18:25:20 arfrever Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -47,7 +47,7 @@ src_compile(){ src_install(){ distutils_src_install - python_clean_sitedirs + python_clean_installation_image if use doc; then dohtml -r docs/_build/html/* || die "Installation of documentation failed" |