net-mail/mailman: Switch to PYTHON_MULTI_USEDEP API
authorMichał Górny <mgorny@gentoo.org>
Fri, 7 Feb 2020 17:29:06 +0000 (18:29 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 9 Feb 2020 16:34:10 +0000 (17:34 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-mail/mailman/mailman-2.1.29-r3.ebuild [moved from net-mail/mailman/mailman-2.1.29-r1.ebuild with 98% similarity]
net-mail/mailman/mailman-2.1.29-r4.ebuild [moved from net-mail/mailman/mailman-2.1.29-r2.ebuild with 98% similarity]

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 c3eb71cf99d91b41f1a13d9e517c1fa93d46f4a7..98954d73b404534e74bab1802f6a4eb0070332ac 100644 (file)
@@ -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"
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 d6ef012802ec9b80678b3033a91220f97a5c6bdd..ed0fc12b55eb91c783d9ce2d634c8e15012f1450 100644 (file)
@@ -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"