commit: 1ddb2d8ef1cf4c95660c021f3746c8ef1c9a72cd Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org> AuthorDate: Sun Nov 7 09:19:24 2021 +0000 Commit: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org> CommitDate: Sun Nov 7 09:19:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ddb2d8e
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 <AT> gentoo.org> mail-filter/dkimproxy/dkimproxy-1.4.1.ebuild | 6 ++---- 1 file 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 264fba2d803..90d488b6b24 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"
