net-mail/offlineimap: Switch to PYTHON_MULTI_USEDEP API
authorMichał Górny <mgorny@gentoo.org>
Sat, 8 Feb 2020 06:50:29 +0000 (07:50 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 9 Feb 2020 16:46:39 +0000 (17:46 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-mail/offlineimap/offlineimap-7.2.4-r1.ebuild [moved from net-mail/offlineimap/offlineimap-7.2.4.ebuild with 92% similarity]

similarity index 92%
rename from net-mail/offlineimap/offlineimap-7.2.4.ebuild
rename to net-mail/offlineimap/offlineimap-7.2.4-r1.ebuild
index cb75e15af026f7bcb5ec3c053cdeb7c31721d7d1..505ce02975193e46c609e6c3861521cf1159e012 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=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