commit: 7f8930c49e657967d2239f3f0aefc6db65d60c9d Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jul 11 03:07:38 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jul 11 03:07:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f8930c4
net-mail/swaks: fix UnusedInherits Signed-off-by: Sam James <sam <AT> gentoo.org> net-mail/swaks/swaks-20201014.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-mail/swaks/swaks-20201014.0.ebuild b/net-mail/swaks/swaks-20201014.0.ebuild index 775eba5c9230..488f56a7a9e9 100644 --- a/net-mail/swaks/swaks-20201014.0.ebuild +++ b/net-mail/swaks/swaks-20201014.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit optfeature perl-functions +inherit optfeature DESCRIPTION="Swiss Army Knife SMTP; Command line SMTP testing, including TLS and AUTH" HOMEPAGE="https://www.jetmore.org/john/code/swaks/
