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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D85BB158086 for ; Mon, 8 Nov 2021 23:28:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA3EB2BC03F; Mon, 8 Nov 2021 23:28:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AFEFC2BC03F for ; Mon, 8 Nov 2021 23:28:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 74FFC342CFC for ; Mon, 8 Nov 2021 23:28:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CCD0132 for ; Mon, 8 Nov 2021 23:28:18 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1636414068.54af7ed9390ea26b2a6efb3fb33fcbea6ca070d8.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: setup.py X-VCS-Directories: / X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 54af7ed9390ea26b2a6efb3fb33fcbea6ca070d8 X-VCS-Branch: master Date: Mon, 8 Nov 2021 23:28:18 +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: 5f9c0c10-23b9-453a-9725-d46b4cf733a8 X-Archives-Hash: f0347f63ec73bdea1d18e239962cd721 commit: 54af7ed9390ea26b2a6efb3fb33fcbea6ca070d8 Author: Zac Medico gentoo org> AuthorDate: Mon Nov 8 23:27:28 2021 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Nov 8 23:27:48 2021 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=54af7ed9 setup.py: fix black formatting Signed-off-by: Zac Medico gentoo.org> setup.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fe0265c64..db4dc4bfe 100755 --- a/setup.py +++ b/setup.py @@ -838,7 +838,11 @@ setup( [ ("etc", "cnf", ("etc-update.conf", "dispatch-conf.conf")), ("etc/logrotate.d", "cnf/logrotate.d", ("elog-save-summary",)), - ("share/portage/config/repo.postsync.d", "cnf/repo.postsync.d", ("example",)), + ( + "share/portage/config/repo.postsync.d", + "cnf/repo.postsync.d", + ("example",), + ), ( "share/portage/config", "cnf",