diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-10-19 04:06:35 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-10-19 04:06:35 +0000 |
commit | 9467170cce08c3c7401b6339ce0870fc8761c290 (patch) | |
tree | 4ad1193269f33d612edac8ef8d4c375cd5f5b8a6 /dev-python/nltk | |
parent | Fixing units (diff) | |
download | gentoo-2-9467170cce08c3c7401b6339ce0870fc8761c290.tar.gz gentoo-2-9467170cce08c3c7401b6339ce0870fc8761c290.tar.bz2 gentoo-2-9467170cce08c3c7401b6339ce0870fc8761c290.zip |
Fixing python deps
(Portage version: 2.2.0_alpha139/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/nltk')
-rw-r--r-- | dev-python/nltk/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/nltk/nltk-2.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/nltk/ChangeLog b/dev-python/nltk/ChangeLog index 3d071f6998aa..5d26cd131422 100644 --- a/dev-python/nltk/ChangeLog +++ b/dev-python/nltk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/nltk # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/nltk/ChangeLog,v 1.12 2012/08/17 07:25:00 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nltk/ChangeLog,v 1.13 2012/10/19 04:06:35 patrick Exp $ + + 19 Oct 2012; Patrick Lauer <patrick@gentoo.org> nltk-2.0.1.ebuild: + Fixing python deps *nltk-2.0.1 (17 Aug 2012) diff --git a/dev-python/nltk/nltk-2.0.1.ebuild b/dev-python/nltk/nltk-2.0.1.ebuild index 5f046a595ac0..42a20ff651b3 100644 --- a/dev-python/nltk/nltk-2.0.1.ebuild +++ b/dev-python/nltk/nltk-2.0.1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/nltk/nltk-2.0.1.ebuild,v 1.1 2012/08/17 07:25:00 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nltk/nltk-2.0.1.ebuild,v 1.2 2012/10/19 04:06:35 patrick Exp $ EAPI=4 PYTHON_DEPEND="2" -PYTHON_USE_WITH="tk xml" +PYTHON_USE_WITH="tk(+) xml(+)" SUPPORT_PYTHON_ABIS=1 RESTRICT_PYTHON_ABIS="3.*" |