Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/mailman/
Date: Fri, 30 Oct 2015 12:04:22
Message-Id: 1446206629.cb47a4e44402e85a6c9dbecdcf44aec208f7f944.jlec@gentoo
1 commit: cb47a4e44402e85a6c9dbecdcf44aec208f7f944
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 30 11:53:20 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 30 12:03:49 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb47a4e4
7
8 net-mail/mailman: Fix move to virtual/dnspython
9
10 Package-Manager: portage-2.2.23
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 net-mail/mailman/mailman-2.1.20.ebuild | 5 ++++-
14 1 file changed, 4 insertions(+), 1 deletion(-)
15
16 diff --git a/net-mail/mailman/mailman-2.1.20.ebuild b/net-mail/mailman/mailman-2.1.20.ebuild
17 index 56d61cd..33a25bc 100644
18 --- a/net-mail/mailman/mailman-2.1.20.ebuild
19 +++ b/net-mail/mailman/mailman-2.1.20.ebuild
20 @@ -20,7 +20,10 @@ IUSE="selinux"
21 DEPEND="virtual/mta
22 virtual/cron
23 virtual/httpd-cgi
24 - dev-python/dnspython"
25 + || (
26 + dev-python/dnspython:0
27 + virtual/dnspython
28 + )"
29 RDEPEND="${DEPEND}
30 selinux? ( sec-policy/selinux-mailman )
31 "