parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

commit fb5c5abcc8a8d458a0b9ceb184b60201059ac856
parent 55af0851803eb74ab36e2982db435994ca153354
Author: parazyd <parazyd@dyne.org>
Date:   Mon, 24 Oct 2016 12:24:29 +0200

net-proxy/torsocks: Remove musl patch. Upstreamed.

Diffstat:
Mnet-proxy/torsocks/torsocks-9999.ebuild | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-proxy/torsocks/torsocks-9999.ebuild b/net-proxy/torsocks/torsocks-9999.ebuild @@ -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