diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-08 07:50:29 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:46:39 +0100 |
commit | 17c1f5c7f033f1f63ec4d7bcb654217c74b9c307 (patch) | |
tree | 4b33ee24e2e35d1fbe7e2b87fc7c9712144bbe4a /net-mail | |
parent | net-mail/automx: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-17c1f5c7f033f1f63ec4d7bcb654217c74b9c307.tar.gz gentoo-17c1f5c7f033f1f63ec4d7bcb654217c74b9c307.tar.bz2 gentoo-17c1f5c7f033f1f63ec4d7bcb654217c74b9c307.zip |
net-mail/offlineimap: 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/offlineimap/offlineimap-7.2.4-r1.ebuild (renamed from net-mail/offlineimap/offlineimap-7.2.4.ebuild) | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net-mail/offlineimap/offlineimap-7.2.4.ebuild b/net-mail/offlineimap/offlineimap-7.2.4-r1.ebuild index cb75e15af026..505ce0297519 100644 --- a/net-mail/offlineimap/offlineimap-7.2.4.ebuild +++ b/net-mail/offlineimap/offlineimap-7.2.4-r1.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=7 @@ -19,7 +19,10 @@ SLOT="0" KEYWORDS="~alpha amd64 ~ia64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc ssl" -RDEPEND="dev-python/six[${PYTHON_USEDEP}]" +RDEPEND=" + $(python_gen_cond_dep ' + dev-python/six[${PYTHON_MULTI_USEDEP}] + ')" DEPEND="doc? ( app-text/asciidoc )" # see http://pogma.com/2009/09/09/snow-leopard-and-offlineimap/ and bug 284925 |