summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/nltk/ChangeLog5
-rw-r--r--dev-python/nltk/nltk-2.0.1.ebuild4
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.*"