diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-28 16:59:01 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-29 14:20:06 +0200 |
commit | f52cf892844f2e6abd82c5a17b47d839e5fb2419 (patch) | |
tree | 56640ea3472fb98ccb4bdd94539c1c6e5626f0b3 | |
parent | dev-util/wstool: add py3.8 (diff) | |
download | gentoo-f52cf892844f2e6abd82c5a17b47d839e5fb2419.tar.gz gentoo-f52cf892844f2e6abd82c5a17b47d839e5fb2419.tar.bz2 gentoo-f52cf892844f2e6abd82c5a17b47d839e5fb2419.zip |
dev-util/rosinstall: add py37/38
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
-rw-r--r-- | dev-util/rosinstall/rosinstall-0.7.8.ebuild | 4 | ||||
-rw-r--r-- | dev-util/rosinstall/rosinstall-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/rosinstall/rosinstall-0.7.8.ebuild b/dev-util/rosinstall/rosinstall-0.7.8.ebuild index 9e8721ba8342..cf32eb31fff5 100644 --- a/dev-util/rosinstall/rosinstall-0.7.8.ebuild +++ b/dev-util/rosinstall/rosinstall-0.7.8.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -PYTHON_COMPAT=( python3_6 ) +EAPI=7 +PYTHON_COMPAT=( python3_{6,7,8} ) SCM="" if [ "${PV#9999}" != "${PV}" ] ; then diff --git a/dev-util/rosinstall/rosinstall-9999.ebuild b/dev-util/rosinstall/rosinstall-9999.ebuild index 9e8721ba8342..cf32eb31fff5 100644 --- a/dev-util/rosinstall/rosinstall-9999.ebuild +++ b/dev-util/rosinstall/rosinstall-9999.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -PYTHON_COMPAT=( python3_6 ) +EAPI=7 +PYTHON_COMPAT=( python3_{6,7,8} ) SCM="" if [ "${PV#9999}" != "${PV}" ] ; then |