From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D19B0138350 for ; Thu, 30 Apr 2020 20:22:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2016AE0A7D; Thu, 30 Apr 2020 20:22:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 089C7E0A7D for ; Thu, 30 Apr 2020 20:22:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 10D5434F088 for ; Thu, 30 Apr 2020 20:22:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 846C01DD for ; Thu, 30 Apr 2020 20:22:25 +0000 (UTC) From: "Jason A. Donenfeld" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason A. Donenfeld" Message-ID: <1588278143.05ef2cfc833c5f46db539bed78621a552ec97ce6.zx2c4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nltk/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nltk/nltk-3.5.ebuild X-VCS-Directories: dev-python/nltk/ X-VCS-Committer: zx2c4 X-VCS-Committer-Name: Jason A. Donenfeld X-VCS-Revision: 05ef2cfc833c5f46db539bed78621a552ec97ce6 X-VCS-Branch: master Date: Thu, 30 Apr 2020 20:22:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d4db1d00-c8ad-4765-8e1d-d2b88deec1e3 X-Archives-Hash: ac31ae65d468c1b12a949ad207997160 commit: 05ef2cfc833c5f46db539bed78621a552ec97ce6 Author: Jason A. Donenfeld gentoo org> AuthorDate: Thu Apr 30 20:21:40 2020 +0000 Commit: Jason A. Donenfeld gentoo org> CommitDate: Thu Apr 30 20:22:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05ef2cfc dev-python/nltk: add missing dependencies Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Jason A. Donenfeld gentoo.org> dev-python/nltk/nltk-3.5.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-python/nltk/nltk-3.5.ebuild b/dev-python/nltk/nltk-3.5.ebuild index c01b3203dde..754de8ce173 100644 --- a/dev-python/nltk/nltk-3.5.ebuild +++ b/dev-python/nltk/nltk-3.5.ebuild @@ -18,7 +18,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="tk" -RDEPEND="dev-python/six[${PYTHON_USEDEP}]" +RDEPEND=" + dev-python/joblib[${PYTHON_USEDEP}] + dev-python/regex[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] +" BDEPEND=" test? ( dev-python/joblib[${PYTHON_USEDEP}]