tnet-misc/hurl: Use eapply. - parlay - yet another gentoo overlay
 (HTM) git clone https://git.parazyd.org/parlay
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit d26a2a2dde83d8e685fe1d8eae902569b3c10e40
 (DIR) parent e5b7c80e4905b719e0ada75553f834ee0c669c56
 (HTM) Author: parazyd <parazyd@dyne.org>
       Date:   Fri, 15 May 2020 19:18:41 +0200
       
       net-misc/hurl: Use eapply.
       
       Diffstat:
         M net-misc/hurl/hurl-9999.ebuild      |       7 ++-----
       
       1 file changed, 2 insertions(+), 5 deletions(-)
       ---
 (DIR) diff --git a/net-misc/hurl/hurl-9999.ebuild b/net-misc/hurl/hurl-9999.ebuild
       t@@ -3,7 +3,7 @@
        
        EAPI=7
        
       -inherit git-r3 epatch
       +inherit git-r3
        
        DESCRIPTION="Gopher/HTTP/HTTPS file grabber"
        HOMEPAGE="https://git.codemadness.org/hurl/"
       t@@ -17,10 +17,7 @@ IUSE=""
        DEPEND="dev-libs/libressl dev-libs/libbsd"
        RDEPEND=""
        
       -src_prepare() {
       -        default
       -        epatch "${FILESDIR}/linux.patch"
       -}
       +PATCHES=( "${FILESDIR}/linux.patch" )
        
        src_compile() {
                emake all