summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2011-05-18 21:04:30 +0000
committerAndrey Grozin <grozin@gentoo.org>2011-05-18 21:04:30 +0000
commit9327295d042f31fa8af7cfcf70a41723f3430f55 (patch)
tree9e12256a7062b1956ca81738706fc79084178faf /dev-python/mpmath
parentVersion bump (diff)
downloadgentoo-2-9327295d042f31fa8af7cfcf70a41723f3430f55.tar.gz
gentoo-2-9327295d042f31fa8af7cfcf70a41723f3430f55.tar.bz2
gentoo-2-9327295d042f31fa8af7cfcf70a41723f3430f55.zip
Fixing prefix-related bug #367461, thanks to Steven Trogdon <strogdon@d.umn.edu>
(Portage version: 2.2.0_alpha34/cvs/Linux i686)
Diffstat (limited to 'dev-python/mpmath')
-rw-r--r--dev-python/mpmath/ChangeLog6
-rw-r--r--dev-python/mpmath/mpmath-0.17.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/mpmath/ChangeLog b/dev-python/mpmath/ChangeLog
index 4f6a84f1b864..60deb8970bf1 100644
--- a/dev-python/mpmath/ChangeLog
+++ b/dev-python/mpmath/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/mpmath
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/ChangeLog,v 1.18 2011/02/12 19:34:11 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/ChangeLog,v 1.19 2011/05/18 21:04:30 grozin Exp $
+
+ 18 May 2011; Andrey Grozin <grozin@gentoo.org> mpmath-0.17.ebuild:
+ Fixing prefix-related bug #367461, thanks to Steven Trogdon
+ <strogdon@d.umn.edu>
*mpmath-0.17 (12 Feb 2011)
diff --git a/dev-python/mpmath/mpmath-0.17.ebuild b/dev-python/mpmath/mpmath-0.17.ebuild
index 65aa02b466e0..c290390a53dd 100644
--- a/dev-python/mpmath/mpmath-0.17.ebuild
+++ b/dev-python/mpmath/mpmath-0.17.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/mpmath-0.17.ebuild,v 1.1 2011/02/12 19:34:11 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/mpmath-0.17.ebuild,v 1.2 2011/05/18 21:04:30 grozin Exp $
EAPI="3"
PYTHON_DEPEND="*:2.5"
@@ -65,7 +65,7 @@ src_install() {
fi
rm_unneeded() {
- local path="${D}$(python_get_sitedir)/${PN}/libmp/"
+ local path="${ED}$(python_get_sitedir)/${PN}/libmp/"
if [[ "${PYTHON_ABI}" == 2.* ]]; then
rm -f "${path}exec_py3.py"
else if [[ "${PYTHON_ABI}" == 3.* ]]; then