From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E48C11582EF for ; Sun, 09 Feb 2025 16:58:58 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id CA12D34313C for ; Sun, 09 Feb 2025 16:58:58 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 04F0F1103CB; Sun, 09 Feb 2025 16:58:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id F06DD1103CB for ; Sun, 09 Feb 2025 16:58:54 +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 A36FF34310C for ; Sun, 09 Feb 2025 16:58:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F3C02725 for ; Sun, 09 Feb 2025 16:58:53 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1739120315.0db1e929354866ffdcad64f1a3c474648ee13119.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/dateutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/dateutils/dateutils-0.4.10.ebuild X-VCS-Directories: app-misc/dateutils/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 0db1e929354866ffdcad64f1a3c474648ee13119 X-VCS-Branch: master Date: Sun, 09 Feb 2025 16:58:53 +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: cb6ba181-2b6e-404d-8800-1ef530804a43 X-Archives-Hash: 881ace1d2e2b3409aaea345ae7f8d1ce commit: 0db1e929354866ffdcad64f1a3c474648ee13119 Author: Florian Schmaus gentoo org> AuthorDate: Sun Feb 9 16:57:04 2025 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sun Feb 9 16:58:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0db1e929 app-misc/dateutils: make PATCHES a bash array Signed-off-by: Florian Schmaus gentoo.org> app-misc/dateutils/dateutils-0.4.10.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app-misc/dateutils/dateutils-0.4.10.ebuild b/app-misc/dateutils/dateutils-0.4.10.ebuild index 51d7af34075e..aa56cf2c145e 100644 --- a/app-misc/dateutils/dateutils-0.4.10.ebuild +++ b/app-misc/dateutils/dateutils-0.4.10.ebuild @@ -22,7 +22,9 @@ SLOT="0" BDEPEND="app-arch/xz-utils" DEPEND="sys-libs/timezone-data" -PATCHES="${FILESDIR}/${P}-gcc-14.patch" +PATCHES=( + "${FILESDIR}"/${P}-gcc-14.patch +) # bug 429810 RDEPEND="${DEPEND}