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 1D3F7138334 for ; Sun, 1 Dec 2019 09:10:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6E45E0837; Sun, 1 Dec 2019 09:10:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4FF21E0837 for ; Sun, 1 Dec 2019 09:10:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 06D9634D634 for ; Sun, 1 Dec 2019 09:10:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1B318BC for ; Sun, 1 Dec 2019 09:10:26 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1575191398.55cf68f931a869da26e6050bf729dc37b36108ae.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/mta/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/mta/mta-1-r1.ebuild virtual/mta/mta-1.ebuild X-VCS-Directories: virtual/mta/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 55cf68f931a869da26e6050bf729dc37b36108ae X-VCS-Branch: master Date: Sun, 1 Dec 2019 09:10:26 +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: 4ae5b88c-0a17-4969-a62b-ab2492aa0932 X-Archives-Hash: 4c103f0926e18fc2a1aedb74fb4da998 commit: 55cf68f931a869da26e6050bf729dc37b36108ae Author: Mikle Kolyada gentoo org> AuthorDate: Sun Dec 1 09:09:58 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Dec 1 09:09:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55cf68f9 virtual/mta: remove non-existing providers Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Mikle Kolyada gentoo.org> virtual/mta/{mta-1.ebuild => mta-1-r1.ebuild} | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/virtual/mta/mta-1.ebuild b/virtual/mta/mta-1-r1.ebuild similarity index 84% rename from virtual/mta/mta-1.ebuild rename to virtual/mta/mta-1-r1.ebuild index 541f20f857b..924de3279db 100644 --- a/virtual/mta/mta-1.ebuild +++ b/virtual/mta/mta-1-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 DESCRIPTION="Virtual for Message Transfer Agents" SLOT="0" @@ -14,10 +14,7 @@ RDEPEND="|| ( mail-mta/nullmailer mail-mta/courier mail-mta/esmtp mail-mta/exim - mail-mta/mini-qmail mail-mta/netqmail mail-mta/postfix - mail-mta/qmail-ldap mail-mta/sendmail - mail-mta/opensmtpd - mail-mta/citadel[-postfix] )" + mail-mta/opensmtpd )"