diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-08 10:59:41 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-08 11:20:03 +0100 |
commit | 8fe8b4fbe3c80e10e9fcfaa046454859cfb93267 (patch) | |
tree | 2d3c17837ccfc348f447ecdffe314e054b21ad50 /app-eselect | |
parent | app-eselect/eselect-repository: Switch to new python-single-r1 API (diff) | |
download | gentoo-8fe8b4fbe3c80e10e9fcfaa046454859cfb93267.tar.gz gentoo-8fe8b4fbe3c80e10e9fcfaa046454859cfb93267.tar.bz2 gentoo-8fe8b4fbe3c80e10e9fcfaa046454859cfb93267.zip |
app-eselect/eselect-repository: Tested on python3.8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-eselect')
-rw-r--r-- | app-eselect/eselect-repository/eselect-repository-7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-eselect/eselect-repository/eselect-repository-7.ebuild b/app-eselect/eselect-repository/eselect-repository-7.ebuild index 564a564e12f6..c1f815b46494 100644 --- a/app-eselect/eselect-repository/eselect-repository-7.ebuild +++ b/app-eselect/eselect-repository/eselect-repository-7.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{3_5,3_6,3_7} ) +PYTHON_COMPAT=( python{3_5,3_6,3_7,3_8} ) inherit python-single-r1 DESCRIPTION="Manage repos.conf via eselect" |