From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8BA24138334 for ; Wed, 18 Jul 2018 11:06:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6965AE087A; Wed, 18 Jul 2018 11:06:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3BA30E087A for ; Wed, 18 Jul 2018 11:06:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9186E335C39 for ; Wed, 18 Jul 2018 11:06:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3CD5377 for ; Wed, 18 Jul 2018 11:06:46 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1531911994.1cbae2297bfd407836777717193602def7b07aa5.mgorny@gentoo> Subject: [gentoo-commits] proj/qa-scripts:master commit in: / X-VCS-Repository: proj/qa-scripts X-VCS-Files: Makefile.gpyutils X-VCS-Directories: / X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1cbae2297bfd407836777717193602def7b07aa5 X-VCS-Branch: master Date: Wed, 18 Jul 2018 11:06:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8ead4b55-99fc-46e3-8173-0d8bedcd9d95 X-Archives-Hash: d934a0a2780b09bf44acf22270499bd9 commit: 1cbae2297bfd407836777717193602def7b07aa5 Author: Michał Górny gentoo org> AuthorDate: Wed Jul 18 11:06:34 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jul 18 11:06:34 2018 +0000 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=1cbae229 gpyutils: Reenable 3.6→3.7 graphs Makefile.gpyutils | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile.gpyutils b/Makefile.gpyutils index aa9d76d..525057e 100644 --- a/Makefile.gpyutils +++ b/Makefile.gpyutils @@ -79,10 +79,6 @@ $(outdir)/missing-meta.txt: $(timestamp) gpy-find-missing-meta > $@.new mv $@.new $@ -# temporarily disable it; the graph is too big -$(outdir)/36-to-37.svg: - touch $@ - %.dot: %.txt gpy-depgraph -m python@gentoo.org $< > $@.new mv $@.new $@