commit: 428eadac4916e2b4ecd2e0f9a94f6a9ae0c937ee
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 11 11:20:48 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jan 11 11:32:17 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=428eadac
net-mail/mailman: Drop direct dependency on dnspython
Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
net-mail/mailman/mailman-2.1.20.ebuild | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/net-mail/mailman/mailman-2.1.20.ebuild
b/net-mail/mailman/mailman-2.1.20.ebuild
index 4d08cea..0e04cba 100644
--- a/net-mail/mailman/mailman-2.1.20.ebuild
+++ b/net-mail/mailman/mailman-2.1.20.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -20,10 +20,8 @@ IUSE="selinux"
DEPEND="virtual/mta
virtual/cron
virtual/httpd-cgi
- || (
- dev-python/dnspython:0
- virtual/python-dnspython
- )"
+ virtual/python-dnspython
+ "
RDEPEND="${DEPEND}
selinux? ( sec-policy/selinux-mailman )
"