diff options
author | 2021-04-12 01:37:25 +0100 | |
---|---|---|
committer | 2021-04-16 12:19:04 +0100 | |
commit | 0fdb55782c341a67482f3a1863e4d53d5046d1b6 (patch) | |
tree | 713e2d7c9ee0ba2dbd186f700d7d9107f25d5627 /net-dns/fpdns/fpdns-0.10.0_pre20130404-r1.ebuild | |
parent | net-dns/c-ares: eutils-- (diff) | |
download | gentoo-0fdb55782c341a67482f3a1863e4d53d5046d1b6.tar.gz gentoo-0fdb55782c341a67482f3a1863e4d53d5046d1b6.tar.bz2 gentoo-0fdb55782c341a67482f3a1863e4d53d5046d1b6.zip |
net-dns/fpdns: explicitly inherit epatch
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dns/fpdns/fpdns-0.10.0_pre20130404-r1.ebuild')
-rw-r--r-- | net-dns/fpdns/fpdns-0.10.0_pre20130404-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/fpdns/fpdns-0.10.0_pre20130404-r1.ebuild b/net-dns/fpdns/fpdns-0.10.0_pre20130404-r1.ebuild index a61983bc150c..41acf92d3609 100644 --- a/net-dns/fpdns/fpdns-0.10.0_pre20130404-r1.ebuild +++ b/net-dns/fpdns/fpdns-0.10.0_pre20130404-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils perl-module +inherit epatch perl-module DESCRIPTION="Fingerprinting DNS servers" HOMEPAGE="https://github.com/kirei/fpdns/" |