summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-12 01:32:03 +0100
committerSam James <sam@gentoo.org>2021-04-16 12:20:56 +0100
commit2c54954510a511fd66a5b96fd6ea4d79938bccb1 (patch)
treee7e98d8fa2d908be9dd9878f23c40cc3422ad522 /net-proxy/nutcracker
parentnet-proxy/havp: explicitly inherit epatch (diff)
downloadgentoo-2c54954510a511fd66a5b96fd6ea4d79938bccb1.tar.gz
gentoo-2c54954510a511fd66a5b96fd6ea4d79938bccb1.tar.bz2
gentoo-2c54954510a511fd66a5b96fd6ea4d79938bccb1.zip
net-proxy/nutcracker: explicitly inherit epatch
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-proxy/nutcracker')
-rw-r--r--net-proxy/nutcracker/nutcracker-0.4.1-r1.ebuild9
1 files changed, 4 insertions, 5 deletions
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