diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:52:46 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:02:25 +0100 |
commit | 74a0b8af093534dc31c492d9e233a813e49a0d69 (patch) | |
tree | 08321eb72f922422c4fcc337c1601752e7decdf7 /mail-filter/spamdyke | |
parent | mail-filter/spamdyke: eutils-- (diff) | |
download | gentoo-74a0b8af093534dc31c492d9e233a813e49a0d69.tar.gz gentoo-74a0b8af093534dc31c492d9e233a813e49a0d69.tar.bz2 gentoo-74a0b8af093534dc31c492d9e233a813e49a0d69.zip |
mail-filter/spamdyke: 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/spamdyke')
-rw-r--r-- | mail-filter/spamdyke/spamdyke-4.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-filter/spamdyke/spamdyke-4.3.0.ebuild b/mail-filter/spamdyke/spamdyke-4.3.0.ebuild index 14aae8f1ea05..2b54c70fa237 100644 --- a/mail-filter/spamdyke/spamdyke-4.3.0.ebuild +++ b/mail-filter/spamdyke/spamdyke-4.3.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit eutils autotools +inherit epatch autotools DESCRIPTION="A drop-in connection-time spam filter for qmail" HOMEPAGE="http://www.spamdyke.org/" |