dev-python/ujson: PYTHON_COMPAT+=( python3_7 )
authorZac Medico <zmedico@gentoo.org>
Mon, 24 Jun 2019 20:42:42 +0000 (13:42 -0700)
committerZac Medico <zmedico@gentoo.org>
Mon, 24 Jun 2019 20:57:00 +0000 (13:57 -0700)
Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Zac Medico <zmedico@gentoo.org>
dev-python/ujson/ujson-1.35.ebuild

index 59f05a077fb480077ccfe281dfd88201d8a47d34..e74f14482d7977598feee11237bf9b1813d70c5d 100644 (file)
@@ -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 )"