summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-12 01:39:55 +0100
committerSam James <sam@gentoo.org>2021-04-16 12:19:06 +0100
commitd57f6e438a47534734a92e2694fe932ebf2fd5bc (patch)
tree51b05fa07ab6e7217c331f78b7404026d5dc5d40 /net-dns
parentnet-dns/idnkit: explicitly inherit epatch (diff)
downloadgentoo-d57f6e438a47534734a92e2694fe932ebf2fd5bc.tar.gz
gentoo-d57f6e438a47534734a92e2694fe932ebf2fd5bc.tar.bz2
gentoo-d57f6e438a47534734a92e2694fe932ebf2fd5bc.zip
net-dns/mydns: explicitly inherit epatch
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/mydns/mydns-1.2.8.31-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/mydns/mydns-1.2.8.31-r1.ebuild b/net-dns/mydns/mydns-1.2.8.31-r1.ebuild
index 8875da2f5e22..ae192fac4fee 100644
--- a/net-dns/mydns/mydns-1.2.8.31-r1.ebuild
+++ b/net-dns/mydns/mydns-1.2.8.31-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# 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 DNS-Server which gets its data from a MySQL-/PostgreSQL-database"
HOMEPAGE="http://www.mydns.pl/"