From a0eb109d42ce592f14c39c7917c5acb2673eaa64 Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Tue, 4 Jan 2022 15:12:44 +0100 Subject: [PATCH] Removed patch --- x11-wm/phoc/phoc-0.11.0.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/x11-wm/phoc/phoc-0.11.0.ebuild b/x11-wm/phoc/phoc-0.11.0.ebuild index 6779017..5010dd8 100644 --- a/x11-wm/phoc/phoc-0.11.0.ebuild +++ b/x11-wm/phoc/phoc-0.11.0.ebuild @@ -60,10 +60,6 @@ src_prepare() { default rm -r "${S}"/subprojects/wlroots || die "Failed to remove bundled wlroots" cp -r "${WORKDIR}/${WL_P}" "${S}"/subprojects/wlroots || die "Failed to copy right version of wlroots" - - cd "${S}"/subprojects/wlroots - eapply "${FILESDIR}"/xcursor-fix-false-positive-stringop-truncation.diff - } src_configure() {