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 BBD171580FD for ; Thu, 26 Dec 2024 21:48:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1D1AE077D; Thu, 26 Dec 2024 21:48:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 37AA8E079C for ; Thu, 26 Dec 2024 21:48:50 +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 C07AC33BDFF for ; Thu, 26 Dec 2024 21:48:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E31B0AF5 for ; Thu, 26 Dec 2024 21:48:46 +0000 (UTC) From: "Mats Lidell" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mats Lidell" Message-ID: <1735247964.632ebd58d95c13292d1b23b8b61e8c544e0a692c.matsl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/xemacs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/xemacs/xemacs-21.5.9999.ebuild X-VCS-Directories: app-editors/xemacs/ X-VCS-Committer: matsl X-VCS-Committer-Name: Mats Lidell X-VCS-Revision: 632ebd58d95c13292d1b23b8b61e8c544e0a692c X-VCS-Branch: master Date: Thu, 26 Dec 2024 21:48:46 +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: 9cc01811-f88a-4ac3-9c9b-6302b1e4704e X-Archives-Hash: d20266631609a64f61537b3abe3fac6b commit: 632ebd58d95c13292d1b23b8b61e8c544e0a692c Author: Mats Lidell gentoo org> AuthorDate: Thu Dec 26 21:17:12 2024 +0000 Commit: Mats Lidell gentoo org> CommitDate: Thu Dec 26 21:19:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=632ebd58 app-editors/xemacs: drop libc patch from live ebuild Broken libc check removed by upstream. Signed-off-by: Mats Lidell gentoo.org> app-editors/xemacs/xemacs-21.5.9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/app-editors/xemacs/xemacs-21.5.9999.ebuild b/app-editors/xemacs/xemacs-21.5.9999.ebuild index 2d5ac33dd3be..5d3a54e297da 100644 --- a/app-editors/xemacs/xemacs-21.5.9999.ebuild +++ b/app-editors/xemacs/xemacs-21.5.9999.ebuild @@ -64,7 +64,6 @@ src_prepare() { use neXt && cp "${WORKDIR}"/NeXT.XEmacs/xemacs-icons/* "${S}"/etc/toolbar/ find "${S}"/lisp -name '*.elc' -exec rm {} \; || die eapply "${FILESDIR}/${PN}-21.5.35-mule-tests.patch" - eapply "${FILESDIR}/${PN}-21.5.35-configure-libc-version.patch" eapply "${FILESDIR}/${PN}-21.5.35-unknown-command-test.patch" eapply_user