commit:     3329a6a272fe5abec54264bca9ffee57da02c062
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  7 08:52:53 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb  7 09:08:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3329a6a2

app-backup/bup: Switch to PYTHON_MULTI_USEDEP API

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-backup/bup/bup-0.29.2.ebuild | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/app-backup/bup/bup-0.29.2.ebuild b/app-backup/bup/bup-0.29.2.ebuild
index e42e7328e08..e4d3a98673f 100644
--- a/app-backup/bup/bup-0.29.2.ebuild
+++ b/app-backup/bup/bup-0.29.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,12 +18,14 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
        app-arch/par2cmdline
-       dev-python/fuse-python[${PYTHON_USEDEP}]
-       dev-python/pylibacl[${PYTHON_USEDEP}]
-       dev-python/pyxattr[${PYTHON_USEDEP}]
-       web? ( www-servers/tornado[${PYTHON_USEDEP}] )
        sys-libs/readline:0
-       dev-vcs/git"
+       dev-vcs/git
+       $(python_gen_cond_dep '
+               dev-python/fuse-python[${PYTHON_MULTI_USEDEP}]
+               dev-python/pylibacl[${PYTHON_MULTI_USEDEP}]
+               dev-python/pyxattr[${PYTHON_MULTI_USEDEP}]
+               web? ( www-servers/tornado[${PYTHON_MULTI_USEDEP}] )
+       ')"
 DEPEND="${RDEPEND}
        test? (
                dev-lang/perl

Reply via email to