commit:     b99bc9f8437da5b59b07cb68f74031efddd3d5d3
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 31 13:52:20 2017 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Thu Aug 31 14:30:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b99bc9f8

net-proxy/dante: use ltprune instead of eutils

 net-proxy/dante/dante-1.4.1-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-proxy/dante/dante-1.4.1-r1.ebuild 
b/net-proxy/dante/dante-1.4.1-r1.ebuild
index 77615caee7a..eeb6feb198a 100644
--- a/net-proxy/dante/dante-1.4.1-r1.ebuild
+++ b/net-proxy/dante/dante-1.4.1-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit autotools eutils systemd user
+inherit autotools ltprune systemd user
 
 DESCRIPTION="A free socks4,5 and msproxy implementation"
 HOMEPAGE="http://www.inet.no/dante/";
@@ -83,8 +83,8 @@ src_install() {
        insinto /etc/socks
        doins "${FILESDIR}"/sock?.conf
        pushd "${ED}"/etc/socks > /dev/null
-       use pam && epatch "${FILESDIR}"/sockd.conf-with-pam.patch
-       use tcpd && epatch "${FILESDIR}"/sockd.conf-with-libwrap.patch
+       use pam && eapply -p0 "${FILESDIR}"/sockd.conf-with-pam.patch
+       use tcpd && eapply -p0 "${FILESDIR}"/sockd.conf-with-libwrap.patch
        popd > /dev/null
 
        # init script

Reply via email to