diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 01:39:55 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:19:06 +0100 |
commit | d57f6e438a47534734a92e2694fe932ebf2fd5bc (patch) | |
tree | 51b05fa07ab6e7217c331f78b7404026d5dc5d40 /net-dns/mydns/mydns-1.2.8.31-r1.ebuild | |
parent | net-dns/idnkit: explicitly inherit epatch (diff) | |
download | gentoo-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/mydns/mydns-1.2.8.31-r1.ebuild')
-rw-r--r-- | net-dns/mydns/mydns-1.2.8.31-r1.ebuild | 4 |
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/" |