From 098db277d4ac38240413f1b699f7f100acc21af0 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 24 Jun 2019 13:42:42 -0700 Subject: [PATCH] dev-python/ujson: PYTHON_COMPAT+=( python3_7 ) Package-Manager: Portage-2.3.67, Repoman-2.3.16 Signed-off-by: Zac Medico --- dev-python/ujson/ujson-1.35.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 )" -- 2.26.2