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 DD82F15807A for ; Mon, 7 Oct 2024 12:39:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B7C7E29AD; Mon, 7 Oct 2024 12:39: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 0000FE29AD for ; Mon, 7 Oct 2024 12:39:36 +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 0A64934311A for ; Mon, 7 Oct 2024 12:39:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 704FB11DF for ; Mon, 7 Oct 2024 12:39:34 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1728304741.2c6042171c3ee14ccd395613dd908cd4f249e018.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/amule/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/amule/amule-9999.ebuild X-VCS-Directories: net-p2p/amule/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 2c6042171c3ee14ccd395613dd908cd4f249e018 X-VCS-Branch: master Date: Mon, 7 Oct 2024 12:39: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: c6aef646-3be0-431d-b79f-7a29184e5f55 X-Archives-Hash: 4b82a2f25a5496aa838a8c11884d0223 commit: 2c6042171c3ee14ccd395613dd908cd4f249e018 Author: Alexander Tsoy tsoy me> AuthorDate: Sun Oct 6 22:40:18 2024 +0000 Commit: Yixun Lan gentoo org> CommitDate: Mon Oct 7 12:39:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c604217 net-p2p/amule: update live ebuild wxWidgets 3.2 compatibility patch was applied upstream. Closes: https://github.com/gentoo/gentoo/pull/38897 Signed-off-by: Alexander Tsoy tsoy.me> Signed-off-by: Yixun Lan gentoo.org> net-p2p/amule/amule-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/net-p2p/amule/amule-9999.ebuild b/net-p2p/amule/amule-9999.ebuild index 581dd72dc6dd..35d9d3390ddf 100644 --- a/net-p2p/amule/amule-9999.ebuild +++ b/net-p2p/amule/amule-9999.ebuild @@ -53,7 +53,6 @@ PATCHES=( "${FILESDIR}/${PN}-2.3.2-disable-version-check.patch" "${FILESDIR}/${PN}-2.3.3-fix-exception.patch" "${FILESDIR}/${PN}-2.3.3-backport-pr368.patch" - "${FILESDIR}/${PN}-2.3.3-wx3.2.patch" "${FILESDIR}/${PN}-2.3.3-use-xdg-open-as-preview-default.patch" )