diff options
author | 2021-04-16 20:24:13 +0100 | |
---|---|---|
committer | 2021-04-18 07:02:25 +0100 | |
commit | a68219bce8d3f71032ea823ff342af94155d5c59 (patch) | |
tree | 83cb7db673aa934ba42d98d4cfeb1edc0dfd77b2 /mail-filter/spamdyke | |
parent | mail-filter/rblcheck: eutils->epatch (diff) | |
download | gentoo-a68219bce8d3f71032ea823ff342af94155d5c59.tar.gz gentoo-a68219bce8d3f71032ea823ff342af94155d5c59.tar.bz2 gentoo-a68219bce8d3f71032ea823ff342af94155d5c59.zip |
mail-filter/spamdyke: eutils--
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mail-filter/spamdyke')
-rw-r--r-- | mail-filter/spamdyke/spamdyke-5.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-filter/spamdyke/spamdyke-5.0.1.ebuild b/mail-filter/spamdyke/spamdyke-5.0.1.ebuild index c084bef63444..bf323d2e82e2 100644 --- a/mail-filter/spamdyke/spamdyke-5.0.1.ebuild +++ b/mail-filter/spamdyke/spamdyke-5.0.1.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 autotools DESCRIPTION="A drop-in connection-time spam filter for qmail" HOMEPAGE="http://www.spamdyke.org/" |