Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/auto-bootstraps/
Date: Mon, 01 Jun 2020 07:47:23
Message-Id: 1590997601.3bea9744c2069f6222d587107e822c7b3a88ed0a.grobian@gentoo
1 commit: 3bea9744c2069f6222d587107e822c7b3a88ed0a
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 1 07:46:41 2020 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 1 07:46:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=3bea9744
7
8 scripts/auto-bootstraps/update_distfiles: switch to generic py3
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11
12 scripts/auto-bootstraps/update_distfiles.py | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/scripts/auto-bootstraps/update_distfiles.py b/scripts/auto-bootstraps/update_distfiles.py
16 index 8f44f7fa20..c8c54b7aa7 100755
17 --- a/scripts/auto-bootstraps/update_distfiles.py
18 +++ b/scripts/auto-bootstraps/update_distfiles.py
19 @@ -1,4 +1,4 @@
20 -#!/usr/bin/env python3.6
21 +#!/usr/bin/env python3
22
23 import hashlib
24 import os