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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AE7AB158018 for ; Mon, 4 Oct 2021 08:26:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7699E0895; Mon, 4 Oct 2021 08:26:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B13D7E0895 for ; Mon, 4 Oct 2021 08:26:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8C4DE342F59 for ; Mon, 4 Oct 2021 08:26:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEAA7129 for ; Mon, 4 Oct 2021 08:26:23 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1633335954.90f90e4c0fa088ecbc72e1db91c94ab5e7efc6bd.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/msmtp/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-mta/msmtp/msmtp-1.8.12.ebuild mail-mta/msmtp/msmtp-1.8.16.ebuild mail-mta/msmtp/msmtp-1.8.17.ebuild X-VCS-Directories: mail-mta/msmtp/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 90f90e4c0fa088ecbc72e1db91c94ab5e7efc6bd X-VCS-Branch: master Date: Mon, 4 Oct 2021 08:26:23 +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: 65e1103a-1da8-4e0d-bd33-849f9053af11 X-Archives-Hash: 59a6501fa6c52c29b825a1c8ad88dba5 commit: 90f90e4c0fa088ecbc72e1db91c94ab5e7efc6bd Author: Lars Wendler gentoo org> AuthorDate: Mon Oct 4 08:25:54 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Oct 4 08:25:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90f90e4c mail-mta/msmtp: Removed unused "multilib" eclass inherit Signed-off-by: Lars Wendler gentoo.org> mail-mta/msmtp/msmtp-1.8.12.ebuild | 2 +- mail-mta/msmtp/msmtp-1.8.16.ebuild | 2 +- mail-mta/msmtp/msmtp-1.8.17.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mail-mta/msmtp/msmtp-1.8.12.ebuild b/mail-mta/msmtp/msmtp-1.8.12.ebuild index 28b0a875cb2..1593b798c0a 100644 --- a/mail-mta/msmtp/msmtp-1.8.12.ebuild +++ b/mail-mta/msmtp/msmtp-1.8.12.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit fcaps multilib +inherit fcaps DESCRIPTION="An SMTP client and SMTP plugin for mail user agents such as Mutt" HOMEPAGE="https://marlam.de/msmtp/" diff --git a/mail-mta/msmtp/msmtp-1.8.16.ebuild b/mail-mta/msmtp/msmtp-1.8.16.ebuild index aca3fa1b170..9e91391eb5d 100644 --- a/mail-mta/msmtp/msmtp-1.8.16.ebuild +++ b/mail-mta/msmtp/msmtp-1.8.16.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit fcaps multilib +inherit fcaps DESCRIPTION="An SMTP client and SMTP plugin for mail user agents such as Mutt" HOMEPAGE="https://marlam.de/msmtp/" diff --git a/mail-mta/msmtp/msmtp-1.8.17.ebuild b/mail-mta/msmtp/msmtp-1.8.17.ebuild index aca3fa1b170..9e91391eb5d 100644 --- a/mail-mta/msmtp/msmtp-1.8.17.ebuild +++ b/mail-mta/msmtp/msmtp-1.8.17.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit fcaps multilib +inherit fcaps DESCRIPTION="An SMTP client and SMTP plugin for mail user agents such as Mutt" HOMEPAGE="https://marlam.de/msmtp/"