summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-07 18:29:06 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-09 17:34:10 +0100
commit2ebe4ec86b0850473c3295d9d86c35a2ef087c84 (patch)
tree8402d9db0836333472b074c2f9bf7de4ad41fd43 /net-mail
parentnet-mail/libpst: Switch to PYTHON_MULTI_USEDEP API (diff)
downloadgentoo-2ebe4ec86b0850473c3295d9d86c35a2ef087c84.tar.gz
gentoo-2ebe4ec86b0850473c3295d9d86c35a2ef087c84.tar.bz2
gentoo-2ebe4ec86b0850473c3295d9d86c35a2ef087c84.zip
net-mail/mailman: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/mailman/mailman-2.1.29-r3.ebuild (renamed from net-mail/mailman/mailman-2.1.29-r1.ebuild)6
-rw-r--r--net-mail/mailman/mailman-2.1.29-r4.ebuild (renamed from net-mail/mailman/mailman-2.1.29-r2.ebuild)6
2 files changed, 8 insertions, 4 deletions
diff --git a/net-mail/mailman/mailman-2.1.29-r1.ebuild b/net-mail/mailman/mailman-2.1.29-r3.ebuild
index c3eb71cf99d9..98954d73b404 100644
--- a/net-mail/mailman/mailman-2.1.29-r1.ebuild
+++ b/net-mail/mailman/mailman-2.1.29-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -19,7 +19,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="
${PYTHON_DEPS}
- dev-python/dnspython[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ dev-python/dnspython[${PYTHON_MULTI_USEDEP}]
+ ')
virtual/mta
virtual/cron
virtual/httpd-cgi"
diff --git a/net-mail/mailman/mailman-2.1.29-r2.ebuild b/net-mail/mailman/mailman-2.1.29-r4.ebuild
index d6ef012802ec..ed0fc12b55eb 100644
--- a/net-mail/mailman/mailman-2.1.29-r2.ebuild
+++ b/net-mail/mailman/mailman-2.1.29-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -19,7 +19,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="
${PYTHON_DEPS}
- dev-python/dnspython[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ dev-python/dnspython[${PYTHON_MULTI_USEDEP}]
+ ')
virtual/mta
virtual/cron
virtual/httpd-cgi"