diff options
author | 2024-12-26 22:17:12 +0100 | |
---|---|---|
committer | 2024-12-26 22:19:24 +0100 | |
commit | 632ebd58d95c13292d1b23b8b61e8c544e0a692c (patch) | |
tree | 23deeef36ebd303c8306bdb33f97ff4f53594457 /app-editors | |
parent | x11-misc/xdiskusage: add binding := to fltk, soname changed (diff) | |
download | gentoo-632ebd58d95c13292d1b23b8b61e8c544e0a692c.tar.gz gentoo-632ebd58d95c13292d1b23b8b61e8c544e0a692c.tar.bz2 gentoo-632ebd58d95c13292d1b23b8b61e8c544e0a692c.zip |
app-editors/xemacs: drop libc patch from live ebuild
Broken libc check removed by upstream.
Signed-off-by: Mats Lidell <matsl@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/xemacs/xemacs-21.5.9999.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
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 |