Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qa-scripts:master commit in: /
Date: Tue, 10 May 2022 22:01:09
Message-Id: 1652220057.76acb7896fcf400c444456decd170f398a75c6b2.sam@gentoo
1 commit: 76acb7896fcf400c444456decd170f398a75c6b2
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 10 22:00:57 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 10 22:00:57 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=76acb789
7
8 Makefile.gpyutils: fix typo
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 Makefile.gpyutils | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/Makefile.gpyutils b/Makefile.gpyutils
16 index 34d93af..3eaeba4 100644
17 --- a/Makefile.gpyutils
18 +++ b/Makefile.gpyutils
19 @@ -44,7 +44,7 @@ $(outdir)/310-to-311.txt: $(timestamp)
20 gpy-upgrade-impl -m python3_10 python3_11 > $@.new
21 mv $@.new $@
22
23 -$(outdir)/39-to-310-stablereq.txt: $(timestamp)
24 +$(outdir)/310-to-311-stablereq.txt: $(timestamp)
25 mkdir -p $(outdir)
26 gpy-upgrade-impl -m -s python3_10 python3_11 > $@.new
27 mv $@.new $@