diff options
author | 2020-05-09 14:23:10 +0300 | |
---|---|---|
committer | 2020-05-09 14:23:56 +0300 | |
commit | 2ea766fc18693ee8a8a98ebea96d840e60d46f5b (patch) | |
tree | d986e182ac09dda2e88155bdd171aedd02d61812 /dev-python/nltk | |
parent | dev-python/mdx_gh_links: x86 stable wrt bug #721496 (diff) | |
download | gentoo-2ea766fc18693ee8a8a98ebea96d840e60d46f5b.tar.gz gentoo-2ea766fc18693ee8a8a98ebea96d840e60d46f5b.tar.bz2 gentoo-2ea766fc18693ee8a8a98ebea96d840e60d46f5b.zip |
dev-python/nltk: x86 stable wrt bug #721496
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-python/nltk')
-rw-r--r-- | dev-python/nltk/nltk-3.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/nltk/nltk-3.5.ebuild b/dev-python/nltk/nltk-3.5.ebuild index f77f1ab3f729..ffb0ad46e42d 100644 --- a/dev-python/nltk/nltk-3.5.ebuild +++ b/dev-python/nltk/nltk-3.5.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/nltk/nltk/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="tk" RDEPEND=" |