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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 41DF0158041 for ; Mon, 25 Mar 2024 20:07:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F69FE2A46; Mon, 25 Mar 2024 20:07:37 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C3DAE2A46 for ; Mon, 25 Mar 2024 20:07:37 +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 25D31342F65 for ; Mon, 25 Mar 2024 20:07:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B769B29 for ; Mon, 25 Mar 2024 20:07:34 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1711397248.d7ce3a914c4c749f64fbbf5ee0a0ea8f2aee7674.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/geeqie/files/, media-gfx/geeqie/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/geeqie/files/geeqie-2.3-locale.patch media-gfx/geeqie/geeqie-2.3.ebuild X-VCS-Directories: media-gfx/geeqie/files/ media-gfx/geeqie/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: d7ce3a914c4c749f64fbbf5ee0a0ea8f2aee7674 X-VCS-Branch: master Date: Mon, 25 Mar 2024 20:07:34 +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: c6dba92c-7754-4472-bfca-2f75de19a012 X-Archives-Hash: 4a6848fe924adc501f823affef4838d7 commit: d7ce3a914c4c749f64fbbf5ee0a0ea8f2aee7674 Author: Bernard Cafarelli gentoo org> AuthorDate: Mon Mar 25 20:07:07 2024 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Mon Mar 25 20:07:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7ce3a91 media-gfx/geeqie: fix musl compilation again Closes: https://bugs.gentoo.org/927682 Signed-off-by: Bernard Cafarelli gentoo.org> media-gfx/geeqie/files/geeqie-2.3-locale.patch | 11 +++++++++++ media-gfx/geeqie/geeqie-2.3.ebuild | 4 +++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/media-gfx/geeqie/files/geeqie-2.3-locale.patch b/media-gfx/geeqie/files/geeqie-2.3-locale.patch new file mode 100644 index 000000000000..05f8bdcfdaea --- /dev/null +++ b/media-gfx/geeqie/files/geeqie-2.3-locale.patch @@ -0,0 +1,11 @@ +diff -Naur geeqie-2.3.orig/src/misc.cc geeqie-2.3/src/misc.cc +--- geeqie-2.3.orig/src/misc.cc 2024-03-06 16:56:22.000000000 +0100 ++++ geeqie-2.3/src/misc.cc 2024-03-25 21:03:18.655779225 +0100 +@@ -23,6 +23,7 @@ + #include + #include + ++#include + #include + #include + #include diff --git a/media-gfx/geeqie/geeqie-2.3.ebuild b/media-gfx/geeqie/geeqie-2.3.ebuild index 2b9b96fbe6a9..dae22816e4fd 100644 --- a/media-gfx/geeqie/geeqie-2.3.ebuild +++ b/media-gfx/geeqie/geeqie-2.3.ebuild @@ -49,7 +49,9 @@ BDEPEND=" REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )" -PATCHES=( "${FILESDIR}"/${PN}-2.3-test-ancillary.patch ) +PATCHES=( "${FILESDIR}"/${PN}-2.3-test-ancillary.patch + "${FILESDIR}"/${P}-locale.patch + ) pkg_setup() { # Do not require setting LUA_SINGLE_TARGET if lua is not used