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 5D0CE15810F for ; Thu, 8 Jun 2023 19:38:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CC1BE081A; Thu, 8 Jun 2023 19:38:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 61F15E081A for ; Thu, 8 Jun 2023 19:38:18 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 88A20340815 for ; Thu, 8 Jun 2023 19:38:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBADDA8C for ; Thu, 8 Jun 2023 19:38:15 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1686253087.fc0ed6548ca5bf0b791071fab08302590dc36f5b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/darktable/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/darktable/darktable-4.2.1.ebuild X-VCS-Directories: media-gfx/darktable/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: fc0ed6548ca5bf0b791071fab08302590dc36f5b X-VCS-Branch: master Date: Thu, 8 Jun 2023 19:38:15 +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: b35ca7cf-9177-40ec-8c0b-20648311ffcc X-Archives-Hash: 27bf6576aa1cb4a8bcc3f162c4a63a41 commit: fc0ed6548ca5bf0b791071fab08302590dc36f5b Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jun 8 19:24:00 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jun 8 19:38:07 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc0ed654 media-gfx/darktable: fix whitespace, add bugref Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/darktable/darktable-4.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/darktable/darktable-4.2.1.ebuild b/media-gfx/darktable/darktable-4.2.1.ebuild index bcd74d9a9e34..7a803774aebb 100644 --- a/media-gfx/darktable/darktable-4.2.1.ebuild +++ b/media-gfx/darktable/darktable-4.2.1.ebuild @@ -100,7 +100,7 @@ PATCHES=( "${FILESDIR}"/${PN}-3.4.1_libxcf-cmake.patch "${FILESDIR}"/${PN}-4.2.1_cmake-musl.patch # patch by ArchLinux - "${FILESDIR}"/${P}-exiv2-0.28.patch + "${FILESDIR}"/${P}-exiv2-0.28.patch # bug 906466 ) S="${WORKDIR}/${P/_/~}"