summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <zx2c4@gentoo.org>2021-11-07 10:19:24 +0100
committerJason A. Donenfeld <zx2c4@gentoo.org>2021-11-07 10:19:49 +0100
commit1ddb2d8ef1cf4c95660c021f3746c8ef1c9a72cd (patch)
tree6d9133d0924b11bc1e64205ac6d6dda46df6f466
parenteclass/ruby-fakegem.eclass: also set sitelibdir for extensions (diff)
downloadgentoo-1ddb2d8e.tar.gz
gentoo-1ddb2d8e.tar.bz2
gentoo-1ddb2d8e.zip
mail-filter/dkimproxy: port to EAPI 8
Closes: https://bugs.gentoo.org/819462 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
-rw-r--r--mail-filter/dkimproxy/dkimproxy-1.4.1.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/mail-filter/dkimproxy/dkimproxy-1.4.1.ebuild b/mail-filter/dkimproxy/dkimproxy-1.4.1.ebuild
index 264fba2d8034..90d488b6b245 100644
--- a/mail-filter/dkimproxy/dkimproxy-1.4.1.ebuild
+++ b/mail-filter/dkimproxy/dkimproxy-1.4.1.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-
-inherit eutils
+EAPI=8
DESCRIPTION="An SMTP proxy server for adding DKIM headers"
HOMEPAGE="http://dkimproxy.sourceforge.net"