diff options
author | Felix Janda <felix.janda@posteo.de> | 2020-08-02 17:25:05 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-08-07 17:57:46 +0000 |
commit | c6254788da14a118d38917581f1d34b0338ae75b (patch) | |
tree | f50a14600826123ea8fccbfad7c06628e9a987c8 /www-client/elinks | |
parent | www-client/elinks: bump to EAPI 7 (diff) | |
download | gentoo-c6254788da14a118d38917581f1d34b0338ae75b.tar.gz gentoo-c6254788da14a118d38917581f1d34b0338ae75b.tar.bz2 gentoo-c6254788da14a118d38917581f1d34b0338ae75b.zip |
www-client/elinks: 9999 is now python3 only
Bug: https://bugs.gentoo.org/698976
Signed-off-by: Felix Janda <felix.janda@posteo.de>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-client/elinks')
-rw-r--r-- | www-client/elinks/elinks-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www-client/elinks/elinks-9999.ebuild b/www-client/elinks/elinks-9999.ebuild index 526c537b06d2..af29a9b1f79e 100644 --- a/www-client/elinks/elinks-9999.ebuild +++ b/www-client/elinks/elinks-9999.ebuild @@ -3,8 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="threads" +PYTHON_COMPAT=( python3_{7,8,9} ) inherit autotools git-r3 python-any-r1 |