diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-01-11 12:20:48 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-01-11 12:32:17 +0100 |
commit | 428eadac4916e2b4ecd2e0f9a94f6a9ae0c937ee (patch) | |
tree | 44bac00114dba5596efbdacacf20a5aa647c0c47 /net-mail | |
parent | net-analyzer/linkchecker: Drop direct dependency on dnspython (diff) | |
download | gentoo-428eadac4916e2b4ecd2e0f9a94f6a9ae0c937ee.tar.gz gentoo-428eadac4916e2b4ecd2e0f9a94f6a9ae0c937ee.tar.bz2 gentoo-428eadac4916e2b4ecd2e0f9a94f6a9ae0c937ee.zip |
net-mail/mailman: Drop direct dependency on dnspython
Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/mailman/mailman-2.1.20.ebuild | 8 |
1 files 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 4d08ceae1f32..0e04cba167ac 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 ) " |