summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2013-07-29 16:16:07 +0000
committerIan Delaney <idella4@gentoo.org>2013-07-29 16:16:07 +0000
commit83c649e2bfac34a445538bde8392d1ad665f27b6 (patch)
tree0802e378eea6664e8033afe3c70baee5acfdaddd /dev-python/natgrid/natgrid-0.2.1-r1.ebuild
parentStable on amd64 and x86, wrt bug #478528 (diff)
downloadgentoo-2-83c649e2bfac34a445538bde8392d1ad665f27b6.tar.gz
gentoo-2-83c649e2bfac34a445538bde8392d1ad665f27b6.tar.bz2
gentoo-2-83c649e2bfac34a445538bde8392d1ad665f27b6.zip
revert 0.2.1-r1, revbump, corrected correction applied in revbumped -r2 wrt Bug 478326
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/natgrid/natgrid-0.2.1-r1.ebuild')
-rw-r--r--dev-python/natgrid/natgrid-0.2.1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/natgrid/natgrid-0.2.1-r1.ebuild b/dev-python/natgrid/natgrid-0.2.1-r1.ebuild
index 613083a2f803..b08124b50972 100644
--- a/dev-python/natgrid/natgrid-0.2.1-r1.ebuild
+++ b/dev-python/natgrid/natgrid-0.2.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/natgrid/natgrid-0.2.1-r1.ebuild,v 1.2 2013/07/29 15:50:16 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/natgrid/natgrid-0.2.1-r1.ebuild,v 1.3 2013/07/29 16:16:07 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
@@ -28,7 +28,7 @@ python_install_all() {
}
python_install() {
- distutils-r1_python_install
# Fix collision with dev-python/matplotlib.
rm -f "${D}$(python_get_sitedir)/mpl_toolkits/__init__.py" || die
+ distutils-r1_python_install
}