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 64ACD15808A for ; Thu, 7 Sep 2023 08:38:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 733DA2BC034; Thu, 7 Sep 2023 08:38:45 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 5D1892BC034 for ; Thu, 7 Sep 2023 08:38:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9442B335C87 for ; Thu, 7 Sep 2023 08:38:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E93AB110A for ; Thu, 7 Sep 2023 08:38:42 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1694075910.98f7ec8a89be90e058d4c75cba2f050620768e16.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/gramps/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/gramps/gramps-5.1.6-r2.ebuild X-VCS-Directories: app-misc/gramps/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 98f7ec8a89be90e058d4c75cba2f050620768e16 X-VCS-Branch: master Date: Thu, 7 Sep 2023 08:38:42 +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: 1074c1f9-2e44-46a7-b89f-edef82b12911 X-Archives-Hash: 363f7da3feb0c083ea23ed74a824d2f7 commit: 98f7ec8a89be90e058d4c75cba2f050620768e16 Author: Marek Szuba gentoo org> AuthorDate: Thu Sep 7 08:33:50 2023 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu Sep 7 08:38:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98f7ec8a app-misc/gramps: turn DISTUTILS_ARGS into an array Doesn't really matter when only one argument is passed but let us do it properly. Signed-off-by: Marek Szuba gentoo.org> app-misc/gramps/gramps-5.1.6-r2.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app-misc/gramps/gramps-5.1.6-r2.ebuild b/app-misc/gramps/gramps-5.1.6-r2.ebuild index cfe79f32a435..2f8c17d56165 100644 --- a/app-misc/gramps/gramps-5.1.6-r2.ebuild +++ b/app-misc/gramps/gramps-5.1.6-r2.ebuild @@ -51,7 +51,9 @@ PATCHES=( "${FILESDIR}"/${PN}-5.1.6-pep517_setup.patch ) -DISTUTILS_ARGS="--no-compress-manpages" +DISTUTILS_ARGS=( + --no-compress-manpages +) distutils_enable_tests pytest