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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 47DF31581F0 for ; Fri, 13 Dec 2024 08:27:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 796C9E0833; Fri, 13 Dec 2024 08:27:00 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 4CA3EE0833 for ; Fri, 13 Dec 2024 08:27:00 +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 4F41D33BE00 for ; Fri, 13 Dec 2024 08:26:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1389161D for ; Fri, 13 Dec 2024 08:26:57 +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: <1734078375.5a2d8709ecb6ba6ae98564f9bd58f18c2e587672.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/weechat/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/weechat/files/weechat-3.3-cmake_lua_version.patch X-VCS-Directories: net-irc/weechat/files/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 5a2d8709ecb6ba6ae98564f9bd58f18c2e587672 X-VCS-Branch: master Date: Fri, 13 Dec 2024 08:26:57 +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: 2506d299-5e3c-462c-b823-67eded1ab79e X-Archives-Hash: d624e8fcc908707c6245fa3669bd9e55 commit: 5a2d8709ecb6ba6ae98564f9bd58f18c2e587672 Author: Florian Schmaus gentoo org> AuthorDate: Fri Dec 13 08:26:15 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Fri Dec 13 08:26:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a2d8709 net-irc/weechat: remove unused patch Signed-off-by: Florian Schmaus gentoo.org> net-irc/weechat/files/weechat-3.3-cmake_lua_version.patch | 9 --------- 1 file changed, 9 deletions(-) diff --git a/net-irc/weechat/files/weechat-3.3-cmake_lua_version.patch b/net-irc/weechat/files/weechat-3.3-cmake_lua_version.patch deleted file mode 100644 index 150fb28b680f..000000000000 --- a/net-irc/weechat/files/weechat-3.3-cmake_lua_version.patch +++ /dev/null @@ -1,9 +0,0 @@ ---- a/cmake/FindLua.cmake -+++ b/cmake/FindLua.cmake -@@ -35,5 +35,5 @@ - - find_package(PkgConfig) - if(PKG_CONFIG_FOUND) -- pkg_search_module(LUA lua5.4 lua-5.4 lua54 lua5.3 lua-5.3 lua53 lua5.2 lua-5.2 lua52 lua5.1 lua-5.1 lua51 lua-5.0 lua5.0 lua50 lua) -+ pkg_search_module(LUA lua) - endif()