summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-10-30 12:53:20 +0100
committerJustin Lecher <jlec@gentoo.org>2015-10-30 13:03:49 +0100
commitcb47a4e44402e85a6c9dbecdcf44aec208f7f944 (patch)
tree478cee1f68cacc42c3b9b7d8e4b12c14bc367b7a
parentsys-cluster/swift: Fix move to virtual/dnspython (diff)
downloadgentoo-cb47a4e44402e85a6c9dbecdcf44aec208f7f944.tar.gz
gentoo-cb47a4e44402e85a6c9dbecdcf44aec208f7f944.tar.bz2
gentoo-cb47a4e44402e85a6c9dbecdcf44aec208f7f944.zip
net-mail/mailman: Fix move to virtual/dnspython
Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r--net-mail/mailman/mailman-2.1.20.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/net-mail/mailman/mailman-2.1.20.ebuild b/net-mail/mailman/mailman-2.1.20.ebuild
index 56d61cde0400..33a25bc5f07d 100644
--- a/net-mail/mailman/mailman-2.1.20.ebuild
+++ b/net-mail/mailman/mailman-2.1.20.ebuild
@@ -20,7 +20,10 @@ IUSE="selinux"
DEPEND="virtual/mta
virtual/cron
virtual/httpd-cgi
- dev-python/dnspython"
+ || (
+ dev-python/dnspython:0
+ virtual/dnspython
+ )"
RDEPEND="${DEPEND}
selinux? ( sec-policy/selinux-mailman )
"