diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:52:34 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:02:22 +0100 |
commit | c142880b2129c41941d24e297746467cf3ccf8a4 (patch) | |
tree | 5cdfbad8edcc2498fddc8a6e08272eafbddd8c98 /mail-filter/libspf2 | |
parent | mail-filter/amavisd-milter: eutils->epatch (diff) | |
download | gentoo-c142880b2129c41941d24e297746467cf3ccf8a4.tar.gz gentoo-c142880b2129c41941d24e297746467cf3ccf8a4.tar.bz2 gentoo-c142880b2129c41941d24e297746467cf3ccf8a4.zip |
mail-filter/libspf2: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mail-filter/libspf2')
-rw-r--r-- | mail-filter/libspf2/libspf2-1.2.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-filter/libspf2/libspf2-1.2.10.ebuild b/mail-filter/libspf2/libspf2-1.2.10.ebuild index 4738d9ee9e12..601920195353 100644 --- a/mail-filter/libspf2/libspf2-1.2.10.ebuild +++ b/mail-filter/libspf2/libspf2-1.2.10.ebuild @@ -1,8 +1,8 @@ -# 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="libspf2 implements the Sender Policy Framework, a part of the SPF/SRS protocols" HOMEPAGE="https://www.libspf2.org" |