diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-04-03 12:40:32 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-04-03 12:40:32 -0700 |
commit | 03664e2efda313a016be91ea34a38ffca7772bf7 (patch) | |
tree | f1dcb6fa2813b6f2384d14be64a968bba74cac7b | |
parent | scripts/gen_archlist.py: Drop ia64 from stable arches (diff) | |
download | gnome-03664e2efda313a016be91ea34a38ffca7772bf7.tar.gz gnome-03664e2efda313a016be91ea34a38ffca7772bf7.tar.bz2 gnome-03664e2efda313a016be91ea34a38ffca7772bf7.zip |
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@gentoo.org>
-rwxr-xr-x | scripts/gen_archlist.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 <nirbheek@gentoo.org> # |