diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:52:40 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:02:24 +0100 |
commit | e164ca166b491b553c3f4aa933891e43f4b35325 (patch) | |
tree | d3369fa69de53a62fa2d6babca9cb5a9282bc608 /mail-filter/rblcheck | |
parent | mail-filter/popfile: eutils->edos2unix (diff) | |
download | gentoo-e164ca166b491b553c3f4aa933891e43f4b35325.tar.gz gentoo-e164ca166b491b553c3f4aa933891e43f4b35325.tar.bz2 gentoo-e164ca166b491b553c3f4aa933891e43f4b35325.zip |
mail-filter/rblcheck: 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/rblcheck')
-rw-r--r-- | mail-filter/rblcheck/rblcheck-1.5-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-filter/rblcheck/rblcheck-1.5-r2.ebuild b/mail-filter/rblcheck/rblcheck-1.5-r2.ebuild index f8aa98a7b716..448f856be995 100644 --- a/mail-filter/rblcheck/rblcheck-1.5-r2.ebuild +++ b/mail-filter/rblcheck/rblcheck-1.5-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs +inherit epatch toolchain-funcs DESCRIPTION="Perform lookups in RBL-styles services" HOMEPAGE="https://github.com/logic/rblcheck" |