From cf08ebfa6052153086932aacb24f7d7a256d0b9b Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Fri, 28 Oct 2022 11:21:27 +0200 Subject: [PATCH] Removing tests since they break --- net-im/chatty/chatty-0.6.7.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-im/chatty/chatty-0.6.7.ebuild b/net-im/chatty/chatty-0.6.7.ebuild index 0284672..d66b641 100755 --- a/net-im/chatty/chatty-0.6.7.ebuild +++ b/net-im/chatty/chatty-0.6.7.ebuild @@ -39,6 +39,7 @@ src_prepare() { eapply_user rm -r "${S}"/subprojects/libgd || die mv "${WORKDIR}"/libgd-"${LIBGD_COMMIT}" "${S}"/subprojects/libgd || die + rm -r "${S}"/tests || die } pkg_postinst() {