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 DB19C138350 for ; Tue, 11 Feb 2020 21:22:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE4E6E08AC; Tue, 11 Feb 2020 21:22:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C80D5E08AC for ; Tue, 11 Feb 2020 21:22:54 +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 5874034EB8A for ; Tue, 11 Feb 2020 21:22:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4472129 for ; Tue, 11 Feb 2020 21:22:50 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1581456142.85dcad322a1e4214a227b5ba46ca43b2802fc4fa.gyakovlev@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 X-VCS-Directories: virtual/mta/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 85dcad322a1e4214a227b5ba46ca43b2802fc4fa X-VCS-Branch: master Date: Tue, 11 Feb 2020 21:22:50 +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: 8d2e6f61-8b76-4bea-bc30-3e42dc4ba720 X-Archives-Hash: 3fb4d765651753741c2bf9a3571d6c47 commit: 85dcad322a1e4214a227b5ba46ca43b2802fc4fa Author: Georgy Yakovlev gentoo org> AuthorDate: Tue Feb 11 21:20:09 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Tue Feb 11 21:22:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85dcad32 virtual/mta: require mail-mta/opensmtpd[mta] Acked-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Georgy Yakovlev gentoo.org> virtual/mta/mta-1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtual/mta/mta-1-r1.ebuild b/virtual/mta/mta-1-r1.ebuild index db846d7d443..e045187253d 100644 --- a/virtual/mta/mta-1-r1.ebuild +++ b/virtual/mta/mta-1-r1.ebuild @@ -17,4 +17,4 @@ RDEPEND="|| ( mail-mta/nullmailer mail-mta/netqmail mail-mta/postfix mail-mta/sendmail - mail-mta/opensmtpd )" + mail-mta/opensmtpd[mta] )"