From: Zac Medico Date: Mon, 24 Jun 2019 20:42:42 +0000 (-0700) Subject: dev-python/ujson: PYTHON_COMPAT+=( python3_7 ) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=098db277d4ac38240413f1b699f7f100acc21af0;p=gentoo.git dev-python/ujson: PYTHON_COMPAT+=( python3_7 ) Package-Manager: Portage-2.3.67, Repoman-2.3.16 Signed-off-by: Zac Medico --- diff --git a/dev-python/ujson/ujson-1.35.ebuild b/dev-python/ujson/ujson-1.35.ebuild index 59f05a077fb4..e74f14482d79 100644 --- a/dev-python/ujson/ujson-1.35.ebuild +++ b/dev-python/ujson/ujson-1.35.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit distutils-r1 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 arm x86" +KEYWORDS="amd64 arm x86 ~amd64-linux ~x86-linux" IUSE="test" RESTRICT="!test? ( test )"