diff --git a/dev-python/gpapi/gpapi-0.4.4.ebuild b/dev-python/gpapi/gpapi-0.4.4.ebuild index ba4f9d463..71739fa1e 100644 --- a/dev-python/gpapi/gpapi-0.4.4.ebuild +++ b/dev-python/gpapi/gpapi-0.4.4.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python3_{4,5,6} ) +PYTHON_COMPAT=( python3_{4,5,6,7} ) inherit distutils-r1 DESCRIPTION="Unofficial python api for google play"