From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 94F5E158094 for ; Mon, 11 Jul 2022 03:10:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47457E0E89; Mon, 11 Jul 2022 03:10:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19F7CE0E89 for ; Mon, 11 Jul 2022 03:10:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 52402340A9E for ; Mon, 11 Jul 2022 03:10:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F305536 for ; Mon, 11 Jul 2022 03:10:14 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1657508858.7f8930c49e657967d2239f3f0aefc6db65d60c9d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/swaks/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/swaks/swaks-20201014.0.ebuild X-VCS-Directories: net-mail/swaks/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7f8930c49e657967d2239f3f0aefc6db65d60c9d X-VCS-Branch: master Date: Mon, 11 Jul 2022 03:10:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6b666213-e4a8-485b-b2fb-f7df8165a11a X-Archives-Hash: f5e375cfbdc645aa043a5b522e7d5c68 commit: 7f8930c49e657967d2239f3f0aefc6db65d60c9d Author: Sam James gentoo org> AuthorDate: Mon Jul 11 03:07:38 2022 +0000 Commit: Sam James gentoo 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 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/