diff options
Diffstat (limited to 'dev-python/nltk/nltk-2.0_beta9.ebuild')
-rw-r--r-- | dev-python/nltk/nltk-2.0_beta9.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/nltk/nltk-2.0_beta9.ebuild b/dev-python/nltk/nltk-2.0_beta9.ebuild index df59fa94233c..11cd5f14e18e 100644 --- a/dev-python/nltk/nltk-2.0_beta9.ebuild +++ b/dev-python/nltk/nltk-2.0_beta9.ebuild @@ -1,6 +1,6 @@ # 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_beta9.ebuild,v 1.5 2012/02/14 03:00:38 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nltk/nltk-2.0_beta9.ebuild,v 1.6 2012/02/19 01:15:42 hwoarang Exp $ EAPI=3 @@ -20,9 +20,9 @@ SLOT="0" KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="" -DEPEND="dev-python/pyyaml +RDEPEND="dev-python/numpy + dev-python/pyyaml" +DEPEND="${RDEPEND} app-arch/unzip" -RDEPEND="$DEPEND - dev-python/numpy" S=${WORKDIR}/${MY_P} |