diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-08 07:49:42 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:46:38 +0100 |
commit | d37319bd4a5585d149ec07f9daabf72b244e8ccf (patch) | |
tree | 186ed1e1cf4ab7ca767251d72db175c498e9e271 /net-mail | |
parent | net-im/gajim: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-d37319bd4a5585d149ec07f9daabf72b244e8ccf.tar.gz gentoo-d37319bd4a5585d149ec07f9daabf72b244e8ccf.tar.bz2 gentoo-d37319bd4a5585d149ec07f9daabf72b244e8ccf.zip |
net-mail/automx: 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/automx/automx-0.10.2-r1.ebuild | 18 | ||||
-rw-r--r-- | net-mail/automx/automx-0.10.2-r3.ebuild (renamed from net-mail/automx/automx-0.10.2-r2.ebuild) | 20 |
2 files changed, 21 insertions, 17 deletions
diff --git a/net-mail/automx/automx-0.10.2-r1.ebuild b/net-mail/automx/automx-0.10.2-r1.ebuild index 8e254aba86e7..272effe35240 100644 --- a/net-mail/automx/automx-0.10.2-r1.ebuild +++ b/net-mail/automx/automx-0.10.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -18,13 +18,15 @@ KEYWORDS="amd64 x86" IUSE="ldap memcached sql +tools" DEPEND=" - dev-python/ipaddr[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}] - || ( www-apache/mod_wsgi[${PYTHON_USEDEP}] www-servers/uwsgi ) - ldap? ( dev-python/python-ldap[${PYTHON_USEDEP}] ) - memcached? ( dev-python/python-memcached[${PYTHON_USEDEP}] ) - sql? ( dev-python/sqlalchemy[${PYTHON_USEDEP}] ) + $(python_gen_cond_dep ' + dev-python/ipaddr[${PYTHON_MULTI_USEDEP}] + dev-python/lxml[${PYTHON_MULTI_USEDEP}] + dev-python/python-dateutil[${PYTHON_MULTI_USEDEP}] + || ( www-apache/mod_wsgi[${PYTHON_MULTI_USEDEP}] www-servers/uwsgi ) + ldap? ( dev-python/python-ldap[${PYTHON_MULTI_USEDEP}] ) + memcached? ( dev-python/python-memcached[${PYTHON_MULTI_USEDEP}] ) + sql? ( dev-python/sqlalchemy[${PYTHON_MULTI_USEDEP}] ) + ') tools? ( net-dns/bind-tools net-misc/wget ) " RDEPEND="${DEPEND}" diff --git a/net-mail/automx/automx-0.10.2-r2.ebuild b/net-mail/automx/automx-0.10.2-r3.ebuild index 83f6b39167bf..6c1f32ad9c3a 100644 --- a/net-mail/automx/automx-0.10.2-r2.ebuild +++ b/net-mail/automx/automx-0.10.2-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -18,14 +18,16 @@ KEYWORDS="amd64 x86" IUSE="ldap memcached sql +tools" DEPEND=" - dev-python/ipaddr[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}] - dev-python/m2crypto[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}] - || ( www-apache/mod_wsgi[${PYTHON_USEDEP}] www-servers/uwsgi ) - ldap? ( dev-python/python-ldap[${PYTHON_USEDEP}] ) - memcached? ( dev-python/python-memcached[${PYTHON_USEDEP}] ) - sql? ( dev-python/sqlalchemy[${PYTHON_USEDEP}] ) + $(python_gen_cond_dep ' + dev-python/ipaddr[${PYTHON_MULTI_USEDEP}] + dev-python/lxml[${PYTHON_MULTI_USEDEP}] + dev-python/m2crypto[${PYTHON_MULTI_USEDEP}] + dev-python/python-dateutil[${PYTHON_MULTI_USEDEP}] + || ( www-apache/mod_wsgi[${PYTHON_MULTI_USEDEP}] www-servers/uwsgi ) + ldap? ( dev-python/python-ldap[${PYTHON_MULTI_USEDEP}] ) + memcached? ( dev-python/python-memcached[${PYTHON_MULTI_USEDEP}] ) + sql? ( dev-python/sqlalchemy[${PYTHON_MULTI_USEDEP}] ) + ') tools? ( net-dns/bind-tools net-misc/wget ) " RDEPEND="${DEPEND}" |