diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-02-28 12:38:38 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-02-28 12:38:38 +0000 |
commit | ed786672c71b8c5f2374803f1e052b1ec799d3e6 (patch) | |
tree | e88005b6226a333b1cccabde0af2c040af91c3a5 /dev-python/pyqwt | |
parent | Version bump. Remove old. (diff) | |
download | historical-ed786672c71b8c5f2374803f1e052b1ec799d3e6.tar.gz historical-ed786672c71b8c5f2374803f1e052b1ec799d3e6.tar.bz2 historical-ed786672c71b8c5f2374803f1e052b1ec799d3e6.zip |
Set PYTHON_EXPORT_PHASE_FUNCTIONS instead of PYTHON_DEFINE_DEFAULT_FUNCTIONS.
Package-Manager: portage-15497-svn/cvs/Linux x86_64
Diffstat (limited to 'dev-python/pyqwt')
-rw-r--r-- | dev-python/pyqwt/pyqwt-5.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyqwt/pyqwt-5.2.0.ebuild b/dev-python/pyqwt/pyqwt-5.2.0.ebuild index 38f2c567eedc..62ae9f7c86d8 100644 --- a/dev-python/pyqwt/pyqwt-5.2.0.ebuild +++ b/dev-python/pyqwt/pyqwt-5.2.0.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyqwt/pyqwt-5.2.0.ebuild,v 1.4 2010/02/07 03:07:41 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyqwt/pyqwt-5.2.0.ebuild,v 1.5 2010/02/28 12:33:09 arfrever Exp $ EAPI="2" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -PYTHON_DEFINE_DEFAULT_FUNCTIONS="1" +PYTHON_EXPORT_PHASE_FUNCTIONS="1" inherit flag-o-matic python |