tnet-proxy/torsocks: Remove musl patch. Upstreamed. - parlay - yet another gentoo overlay HTML git clone https://git.parazyd.org/parlay DIR Log DIR Files DIR Refs DIR README --- DIR commit fb5c5abcc8a8d458a0b9ceb184b60201059ac856 DIR parent 55af0851803eb74ab36e2982db435994ca153354 HTML Author: parazyd <parazyd@dyne.org> Date: Mon, 24 Oct 2016 12:24:29 +0200 net-proxy/torsocks: Remove musl patch. Upstreamed. Diffstat: M net-proxy/torsocks/torsocks-9999.e… | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- DIR diff --git a/net-proxy/torsocks/torsocks-9999.ebuild b/net-proxy/torsocks/torsocks-9999.ebuild t@@ -34,14 +34,14 @@ src_prepare() { } src_configure() { - epatch "${FILESDIR}/musl-fix.patch" + #epatch "${FILESDIR}/musl-fix.patch" econf $(use_enable static-libs static) } src_install() { default - dodoc ChangeLog README.md TODO doc/notes/DEBUG doc/socks/{SOCKS5,socks-extensions.txt} + dodoc ChangeLog README.md doc/notes/DEBUG doc/socks/{SOCKS5,socks-extensions.txt} #Remove libtool .la files cd "${D}"/usr/$(get_libdir)/torsocks || die