diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-01-11 17:07:12 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-01-11 17:07:12 +0000 |
commit | f06a36a6603cd720625ad7858be5f98544cd37b4 (patch) | |
tree | c8cabbd29794751e3b83075ba5933cb45c775ca5 /dev-python/pyqwt/pyqwt-5.2.0.ebuild | |
parent | Don't call python_need_rebuild(). (diff) | |
download | gentoo-2-f06a36a6603cd720625ad7858be5f98544cd37b4.tar.gz gentoo-2-f06a36a6603cd720625ad7858be5f98544cd37b4.tar.bz2 gentoo-2-f06a36a6603cd720625ad7858be5f98544cd37b4.zip |
This ebuild doesn't yet support installation for multiple versions of Python.
(Portage version: 15191-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pyqwt/pyqwt-5.2.0.ebuild')
-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}" |