net-mail/mailman: Drop direct dependency on dnspython
authorJustin Lecher <jlec@gentoo.org>
Mon, 11 Jan 2016 11:20:48 +0000 (12:20 +0100)
committerJustin Lecher <jlec@gentoo.org>
Mon, 11 Jan 2016 11:32:17 +0000 (12:32 +0100)
Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec@gentoo.org>
net-mail/mailman/mailman-2.1.20.ebuild

index 4d08ceae1f32cdca5f356f90b0f52cf08d4508a3..0e04cba167ac96e67ae400924d058c820237da62 100644 (file)
@@ -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 )
 "