Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/mta/
Date: Tue, 11 Feb 2020 21:22:55
Message-Id: 1581456142.85dcad322a1e4214a227b5ba46ca43b2802fc4fa.gyakovlev@gentoo
1 commit: 85dcad322a1e4214a227b5ba46ca43b2802fc4fa
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 11 21:20:09 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 11 21:22:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85dcad32
7
8 virtual/mta: require mail-mta/opensmtpd[mta]
9
10 Acked-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11
12 Package-Manager: Portage-2.3.79, Repoman-2.3.16
13 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
14
15 virtual/mta/mta-1-r1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/virtual/mta/mta-1-r1.ebuild b/virtual/mta/mta-1-r1.ebuild
19 index db846d7d443..e045187253d 100644
20 --- a/virtual/mta/mta-1-r1.ebuild
21 +++ b/virtual/mta/mta-1-r1.ebuild
22 @@ -17,4 +17,4 @@ RDEPEND="|| ( mail-mta/nullmailer
23 mail-mta/netqmail
24 mail-mta/postfix
25 mail-mta/sendmail
26 - mail-mta/opensmtpd )"
27 + mail-mta/opensmtpd[mta] )"