Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/mailman/
Date: Sun, 09 Feb 2020 16:34:40
Message-Id: 1581266050.2ebe4ec86b0850473c3295d9d86c35a2ef087c84.mgorny@gentoo
1 commit: 2ebe4ec86b0850473c3295d9d86c35a2ef087c84
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 17:29:06 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:34:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ebe4ec8
7
8 net-mail/mailman: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../mailman/{mailman-2.1.29-r1.ebuild => mailman-2.1.29-r3.ebuild} | 6 ++++--
13 .../mailman/{mailman-2.1.29-r2.ebuild => mailman-2.1.29-r4.ebuild} | 6 ++++--
14 2 files changed, 8 insertions(+), 4 deletions(-)
15
16 diff --git a/net-mail/mailman/mailman-2.1.29-r1.ebuild b/net-mail/mailman/mailman-2.1.29-r3.ebuild
17 similarity index 98%
18 rename from net-mail/mailman/mailman-2.1.29-r1.ebuild
19 rename to net-mail/mailman/mailman-2.1.29-r3.ebuild
20 index c3eb71cf99d..98954d73b40 100644
21 --- a/net-mail/mailman/mailman-2.1.29-r1.ebuild
22 +++ b/net-mail/mailman/mailman-2.1.29-r3.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2019 Gentoo Authors
25 +# Copyright 1999-2020 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=5
29 @@ -19,7 +19,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
30
31 DEPEND="
32 ${PYTHON_DEPS}
33 - dev-python/dnspython[${PYTHON_USEDEP}]
34 + $(python_gen_cond_dep '
35 + dev-python/dnspython[${PYTHON_MULTI_USEDEP}]
36 + ')
37 virtual/mta
38 virtual/cron
39 virtual/httpd-cgi"
40
41 diff --git a/net-mail/mailman/mailman-2.1.29-r2.ebuild b/net-mail/mailman/mailman-2.1.29-r4.ebuild
42 similarity index 98%
43 rename from net-mail/mailman/mailman-2.1.29-r2.ebuild
44 rename to net-mail/mailman/mailman-2.1.29-r4.ebuild
45 index d6ef012802e..ed0fc12b55e 100644
46 --- a/net-mail/mailman/mailman-2.1.29-r2.ebuild
47 +++ b/net-mail/mailman/mailman-2.1.29-r4.ebuild
48 @@ -1,4 +1,4 @@
49 -# Copyright 1999-2019 Gentoo Authors
50 +# Copyright 1999-2020 Gentoo Authors
51 # Distributed under the terms of the GNU General Public License v2
52
53 EAPI=5
54 @@ -19,7 +19,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
55
56 DEPEND="
57 ${PYTHON_DEPS}
58 - dev-python/dnspython[${PYTHON_USEDEP}]
59 + $(python_gen_cond_dep '
60 + dev-python/dnspython[${PYTHON_MULTI_USEDEP}]
61 + ')
62 virtual/mta
63 virtual/cron
64 virtual/httpd-cgi"