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 1F266158013 for ; Mon, 27 Sep 2021 15:49:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68E85E0907; Mon, 27 Sep 2021 15:49:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B6F9E0907 for ; Mon, 27 Sep 2021 15:49:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3A1BA342D93 for ; Mon, 27 Sep 2021 15:49:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55F2EA3 for ; Mon, 27 Sep 2021 15:49:47 +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: <1632757774.e99102849bacb63d6508046f7b298905686bccd4.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: e99102849bacb63d6508046f7b298905686bccd4 X-VCS-Branch: master Date: Mon, 27 Sep 2021 15:49:47 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7dbcf705-81e2-45ad-8a07-bacba9ea338c X-Archives-Hash: b836d431b3c8e531398fddb0d1d8152a commit: e99102849bacb63d6508046f7b298905686bccd4 Author: Michał Górny gentoo org> AuthorDate: Mon Sep 27 15:49:34 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Sep 27 15:49:34 2021 +0000 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=e9910284 Makefile.gpyutils: remove leftover py23 ref Signed-off-by: Michał Górny gentoo.org> Makefile.gpyutils | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.gpyutils b/Makefile.gpyutils index 90010bc..0379b03 100644 --- a/Makefile.gpyutils +++ b/Makefile.gpyutils @@ -10,7 +10,7 @@ upgr_base = $(outdir)/39-to-310.txt $(outdir)/38-to-39.txt # related stabilizations upgr_streq = $(patsubst %.txt,%-stablereq.txt,$(upgr_base)) # all upgrade stuff -upgr_txt = $(upgr_base) $(upgr_streq) $(outdir)/py2.txt $(outdir)/py23.txt +upgr_txt = $(upgr_base) $(upgr_streq) $(outdir)/py2.txt upgr_dot = $(patsubst %.txt,%.dot,$(upgr_txt)) upgr_svg = $(patsubst %.dot,%.svg,$(upgr_dot)) upgr_all = $(upgr_txt) $(upgr_dot) $(upgr_svg)