diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-09-21 15:16:30 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-09-21 15:16:30 +0000 |
commit | 9d93950d4e642b30bd3c540bd864da6349194e72 (patch) | |
tree | bb32a2a4114511ddfe3b94611687e06af6a4de71 /dev-python/bpython | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-9d93950d4e642b30bd3c540bd864da6349194e72.tar.gz gentoo-2-9d93950d4e642b30bd3c540bd864da6349194e72.tar.bz2 gentoo-2-9d93950d4e642b30bd3c540bd864da6349194e72.zip |
Require Python >=2.5 (bug #338260).
(Portage version: 2.2_rc85_p18/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/bpython')
-rw-r--r-- | dev-python/bpython/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/bpython/bpython-0.9.7.1.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-python/bpython/ChangeLog b/dev-python/bpython/ChangeLog index a59fc6824630..015d11abb01f 100644 --- a/dev-python/bpython/ChangeLog +++ b/dev-python/bpython/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/bpython # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/ChangeLog,v 1.25 2010/09/20 20:11:54 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/ChangeLog,v 1.26 2010/09/21 15:16:30 arfrever Exp $ + + 21 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + bpython-0.9.7.1.ebuild: + Require Python >=2.5 (bug #338260). 20 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> -bpython-0.9.6.2.ebuild: diff --git a/dev-python/bpython/bpython-0.9.7.1.ebuild b/dev-python/bpython/bpython-0.9.7.1.ebuild index 2b7a92370dea..49cab58f0abf 100644 --- a/dev-python/bpython/bpython-0.9.7.1.ebuild +++ b/dev-python/bpython/bpython-0.9.7.1.ebuild @@ -1,9 +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/bpython/bpython-0.9.7.1.ebuild,v 1.3 2010/09/20 19:57:27 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/bpython-0.9.7.1.ebuild,v 1.4 2010/09/21 15:16:30 arfrever Exp $ EAPI="3" +PYTHON_DEPEND="*:2.5" SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="2.4" PYTHON_USE_WITH="ncurses" inherit distutils |