diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 23:06:34 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 23:06:34 +0100 |
commit | eddf6267577ffe401d09f8a92f77ba71eb31de79 (patch) | |
tree | 73d14a8917ff2982b0ed6d29b1834e2b885bafd1 /dev-python/nltk | |
parent | dev-python/networkx: drop x86-macos (diff) | |
download | gentoo-eddf6267577ffe401d09f8a92f77ba71eb31de79.tar.gz gentoo-eddf6267577ffe401d09f8a92f77ba71eb31de79.tar.bz2 gentoo-eddf6267577ffe401d09f8a92f77ba71eb31de79.zip |
dev-python/nltk: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-python/nltk')
-rw-r--r-- | dev-python/nltk/nltk-3.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/nltk/nltk-3.5.ebuild b/dev-python/nltk/nltk-3.5.ebuild index 523700571ee2..233976309e7b 100644 --- a/dev-python/nltk/nltk-3.5.ebuild +++ b/dev-python/nltk/nltk-3.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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-solaris" IUSE="tk" RDEPEND=" |