commit: 2ebe4ec86b0850473c3295d9d86c35a2ef087c84
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 7 17:29:06 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 16:34:10 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ebe4ec8
net-mail/mailman: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../mailman/{mailman-2.1.29-r1.ebuild => mailman-2.1.29-r3.ebuild} | 6 ++++--
.../mailman/{mailman-2.1.29-r2.ebuild => mailman-2.1.29-r4.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
similarity index 98%
rename from net-mail/mailman/mailman-2.1.29-r1.ebuild
rename to net-mail/mailman/mailman-2.1.29-r3.ebuild
index c3eb71cf99d..98954d73b40 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
similarity index 98%
rename from net-mail/mailman/mailman-2.1.29-r2.ebuild
rename to net-mail/mailman/mailman-2.1.29-r4.ebuild
index d6ef012802e..ed0fc12b55e 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"