Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qa-scripts:master commit in: /
Date: Wed, 18 Jul 2018 11:06:51
Message-Id: 1531911994.1cbae2297bfd407836777717193602def7b07aa5.mgorny@gentoo
1 commit: 1cbae2297bfd407836777717193602def7b07aa5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 18 11:06:34 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 18 11:06:34 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=1cbae229
7
8 gpyutils: Reenable 3.6→3.7 graphs
9
10 Makefile.gpyutils | 4 ----
11 1 file changed, 4 deletions(-)
12
13 diff --git a/Makefile.gpyutils b/Makefile.gpyutils
14 index aa9d76d..525057e 100644
15 --- a/Makefile.gpyutils
16 +++ b/Makefile.gpyutils
17 @@ -79,10 +79,6 @@ $(outdir)/missing-meta.txt: $(timestamp)
18 gpy-find-missing-meta > $@.new
19 mv $@.new $@
20
21 -# temporarily disable it; the graph is too big
22 -$(outdir)/36-to-37.svg:
23 - touch $@
24 -
25 %.dot: %.txt
26 gpy-depgraph -m python@g.o $< > $@.new
27 mv $@.new $@