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 1CFE71582EF for ; Sun, 09 Feb 2025 16:58:56 +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 F3EB434310B for ; Sun, 09 Feb 2025 16:58:55 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id F1CD4110471; Sun, 09 Feb 2025 16:58:54 +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 E3C301103CB 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 9385334310B 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 EE2EA1B42 for ; Sun, 09 Feb 2025 16:58:52 +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: <1739120314.0cdd839c14caa5e1aaf6f16ce4bd16457b499fd9.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/dateutils/, app-misc/dateutils/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/dateutils/dateutils-0.4.10.ebuild app-misc/dateutils/files/dateutils-0.4.10-gcc-14.patch app-misc/dateutils/files/dateutils-4.10-gcc-14.patch X-VCS-Directories: app-misc/dateutils/files/ app-misc/dateutils/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 0cdd839c14caa5e1aaf6f16ce4bd16457b499fd9 X-VCS-Branch: master Date: Sun, 09 Feb 2025 16:58:52 +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: 028ff0e7-07e3-4240-a36f-52525da842c8 X-Archives-Hash: 6ba526b17a12f38de72ca10537fb99df commit: 0cdd839c14caa5e1aaf6f16ce4bd16457b499fd9 Author: Ferenc Erki gmail com> AuthorDate: Sun Feb 9 15:02:57 2025 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sun Feb 9 16:58:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cdd839c app-misc/dateutils: fix patch to build with gcc-14 Bug: https://bugs.gentoo.org/920453 Signed-off-by: Ferenc Erki gmail.com> Closes: https://github.com/gentoo/gentoo/pull/40503 Signed-off-by: Florian Schmaus gentoo.org> app-misc/dateutils/dateutils-0.4.10.ebuild | 2 +- .../{dateutils-4.10-gcc-14.patch => dateutils-0.4.10-gcc-14.patch} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/dateutils/dateutils-0.4.10.ebuild b/app-misc/dateutils/dateutils-0.4.10.ebuild index 1dab11f86473..51d7af34075e 100644 --- a/app-misc/dateutils/dateutils-0.4.10.ebuild +++ b/app-misc/dateutils/dateutils-0.4.10.ebuild @@ -22,7 +22,7 @@ SLOT="0" BDEPEND="app-arch/xz-utils" DEPEND="sys-libs/timezone-data" -PATCHES="${P}-gcc-14.patch" +PATCHES="${FILESDIR}/${P}-gcc-14.patch" # bug 429810 RDEPEND="${DEPEND} diff --git a/app-misc/dateutils/files/dateutils-4.10-gcc-14.patch b/app-misc/dateutils/files/dateutils-0.4.10-gcc-14.patch similarity index 100% rename from app-misc/dateutils/files/dateutils-4.10-gcc-14.patch rename to app-misc/dateutils/files/dateutils-0.4.10-gcc-14.patch