commit: 03664e2efda313a016be91ea34a38ffca7772bf7 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Fri Apr 3 19:40:32 2020 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Fri Apr 3 19:40:32 2020 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=03664e2e
scripts/gen_archlist.py: Change shebang to python3 Commit d78f89c5d2f0 (scripts/gen_archlist: Hack it to work with python3) made the script at least work in python3 but intentionally left the shebang as python2. Today, portage doesn't have python2_7 in PYTHON_COMPAT, so regardless of the quality of the python3 support in this script it's the only option. Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> scripts/gen_archlist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gen_archlist.py b/scripts/gen_archlist.py index 6a2ec837..b3b6fb15 100755 --- a/scripts/gen_archlist.py +++ b/scripts/gen_archlist.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python3 # vim: set sw=4 sts=4 et : # Author(s): Nirbheek Chauhan <[email protected]> #
