From 2c54954510a511fd66a5b96fd6ea4d79938bccb1 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 12 Apr 2021 01:32:03 +0100 Subject: net-proxy/nutcracker: explicitly inherit epatch Signed-off-by: Sam James --- net-proxy/nutcracker/nutcracker-0.4.1-r1.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'net-proxy') diff --git a/net-proxy/nutcracker/nutcracker-0.4.1-r1.ebuild b/net-proxy/nutcracker/nutcracker-0.4.1-r1.ebuild index 7fa901b297c4..120095057bd4 100644 --- a/net-proxy/nutcracker/nutcracker-0.4.1-r1.ebuild +++ b/net-proxy/nutcracker/nutcracker-0.4.1-r1.ebuild @@ -1,12 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils +inherit autotools epatch -DESCRIPTION="A fast, light-weight proxy for Memcached and Redis. -(Twitter's Twemproxy)" +DESCRIPTION="A fast, light-weight proxy for Memcached and Redis. (Twitter's Twemproxy)" HOMEPAGE="https://github.com/twitter/twemproxy" SRC_URI="https://github.com/twitter/twemproxy/archive/v0.4.1.tar.gz -> ${P}.tar.gz" @@ -31,7 +30,7 @@ src_configure() { } src_install() { - default_src_install + default insinto /etc/nutcracker newins conf/nutcracker.yml nutcracker.yml.example -- cgit v1.2.3-65-gdbad