commit: 7a8c8bc2b5f238251743551624db98fc0d439915 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Sat Jan 29 10:02:42 2022 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Sat Jan 29 10:02:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a8c8bc2
dev-python/nltk: Stabilize 3.6.7 ALLARCHES, #832286 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> dev-python/nltk/nltk-3.6.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/nltk/nltk-3.6.7.ebuild b/dev-python/nltk/nltk-3.6.7.ebuild index 192950405d9d..186d7f12a356 100644 --- a/dev-python/nltk/nltk-3.6.7.ebuild +++ b/dev-python/nltk/nltk-3.6.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,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-solaris" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" IUSE="tk" RDEPEND="
