Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/elinks/
Date: Fri, 07 Aug 2020 17:58:09
Message-Id: 1596823066.c6254788da14a118d38917581f1d34b0338ae75b.sam@gentoo
1 commit: c6254788da14a118d38917581f1d34b0338ae75b
2 Author: Felix Janda <felix.janda <AT> posteo <DOT> de>
3 AuthorDate: Sun Aug 2 21:25:05 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 7 17:57:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6254788
7
8 www-client/elinks: 9999 is now python3 only
9
10 Bug: https://bugs.gentoo.org/698976
11 Signed-off-by: Felix Janda <felix.janda <AT> posteo.de>
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 www-client/elinks/elinks-9999.ebuild | 3 +--
15 1 file changed, 1 insertion(+), 2 deletions(-)
16
17 diff --git a/www-client/elinks/elinks-9999.ebuild b/www-client/elinks/elinks-9999.ebuild
18 index 526c537b06d..af29a9b1f79 100644
19 --- a/www-client/elinks/elinks-9999.ebuild
20 +++ b/www-client/elinks/elinks-9999.ebuild
21 @@ -3,8 +3,7 @@
22
23 EAPI=7
24
25 -PYTHON_COMPAT=( python2_7 )
26 -PYTHON_REQ_USE="threads"
27 +PYTHON_COMPAT=( python3_{7,8,9} )
28
29 inherit autotools git-r3 python-any-r1