diff options
author | 2010-01-11 17:07:12 +0000 | |
---|---|---|
committer | 2010-01-11 17:07:12 +0000 | |
commit | d91c33486e4e04b31b9eb63f121ba5b0ddbfef81 (patch) | |
tree | 8143cd3b2918636775f9dc8cf46ef5d6253078a0 /dev-python/pyqwt | |
parent | Don't call python_need_rebuild(). (diff) | |
download | historical-d91c33486e4e04b31b9eb63f121ba5b0ddbfef81.tar.gz historical-d91c33486e4e04b31b9eb63f121ba5b0ddbfef81.tar.bz2 historical-d91c33486e4e04b31b9eb63f121ba5b0ddbfef81.zip |
This ebuild doesn't yet support installation for multiple versions of Python.
Package-Manager: portage-15191-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 e620af581d0c..6eea4e1d8027 100644 --- a/dev-python/pyqwt/pyqwt-5.2.0.ebuild +++ b/dev-python/pyqwt/pyqwt-5.2.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2009 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.1 2009/12/27 14:04:22 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyqwt/pyqwt-5.2.0.ebuild,v 1.2 2010/01/11 17:07:12 arfrever Exp $ EAPI=2 -SUPPORT_PYTHON_ABIS="1" + inherit python flag-o-matic MY_P="PyQwt-${PV}" |