diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-10-29 09:52:13 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-10-29 09:52:13 +0000 |
commit | ae318b60d3e53490932d340a3cd083a2e7bff111 (patch) | |
tree | f6f2df55a53a8300677ee431c40ecd931e39f4e1 /dev-python/ipython/ipython-0.13.1.ebuild | |
parent | Move python-exec dependency to python-r1. That eclass now provides means to c... (diff) | |
download | gentoo-2-ae318b60d3e53490932d340a3cd083a2e7bff111.tar.gz gentoo-2-ae318b60d3e53490932d340a3cd083a2e7bff111.tar.bz2 gentoo-2-ae318b60d3e53490932d340a3cd083a2e7bff111.zip |
Fixing useflag madness
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/ipython/ipython-0.13.1.ebuild')
-rw-r--r-- | dev-python/ipython/ipython-0.13.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ipython/ipython-0.13.1.ebuild b/dev-python/ipython/ipython-0.13.1.ebuild index 51f676adfaa8..03702744c86d 100644 --- a/dev-python/ipython/ipython-0.13.1.ebuild +++ b/dev-python/ipython/ipython-0.13.1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.13.1.ebuild,v 1.1 2012/10/27 19:20:09 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.13.1.ebuild,v 1.2 2012/10/29 09:52:13 patrick Exp $ EAPI=4 # python eclass cruft PYTHON_DEPEND="*:2.6" -PYTHON_USE_WITH="readline sqlite" +PYTHON_USE_WITH="readline(+) sqlite(+)" PYTHON_MODNAME="IPython" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="2.5 *-jython *-pypy-*" |