diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-11-08 17:30:37 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-11-08 17:30:37 +0000 |
commit | 1992bb109a38974176e08ed0507282d8777e182e (patch) | |
tree | 1d1226ab31b7ce054e2eead8e9ee91e248dc0204 /dev-python | |
parent | Version bump. Set SUPPORT_PYTHON_ABIS. (diff) | |
download | historical-1992bb109a38974176e08ed0507282d8777e182e.tar.gz historical-1992bb109a38974176e08ed0507282d8777e182e.tar.bz2 historical-1992bb109a38974176e08ed0507282d8777e182e.zip |
Add a comment about dev-python/ipdb.
Package-Manager: portage-2.2.0_alpha4_p14/cvs/Linux x86_64
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/ipython/ipython-0.10.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/ipython/ipython-0.10.1.ebuild b/dev-python/ipython/ipython-0.10.1.ebuild index 25dbf6c35141..722955c103c0 100644 --- a/dev-python/ipython/ipython-0.10.1.ebuild +++ b/dev-python/ipython/ipython-0.10.1.ebuild @@ -1,10 +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/ipython/ipython-0.10.1.ebuild,v 1.1 2010/10/17 20:15:09 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.10.1.ebuild,v 1.2 2010/11/08 17:30:37 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" +# When a new version of this package supports Python 3, then 3.* Python ABIs should be unrestricted in dev-python/ipdb. RESTRICT_PYTHON_ABIS="3.*" inherit distutils elisp-common eutils |