summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-07 09:52:24 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-07 10:08:31 +0100
commitbaea8028a78d4457e0c8b6292e1e5ae028e951b4 (patch)
tree05f0a48e09d74d6fab139e0cb921fb655beabbe8 /app-backup
parentapp-arch/cfv: Switch to PYTHON_MULTI_USEDEP API (diff)
downloadgentoo-baea8028a78d4457e0c8b6292e1e5ae028e951b4.tar.gz
gentoo-baea8028a78d4457e0c8b6292e1e5ae028e951b4.tar.bz2
gentoo-baea8028a78d4457e0c8b6292e1e5ae028e951b4.zip
app-backup/backintime: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r--app-backup/backintime/backintime-1.2.1.ebuild6
-rw-r--r--app-backup/backintime/backintime-9999.ebuild8
2 files changed, 9 insertions, 5 deletions
diff --git a/app-backup/backintime/backintime-1.2.1.ebuild b/app-backup/backintime/backintime-1.2.1.ebuild
index c7bc7578f634..754fca5ac5f6 100644
--- a/app-backup/backintime/backintime-1.2.1.ebuild
+++ b/app-backup/backintime/backintime-1.2.1.ebuild
@@ -19,8 +19,10 @@ IUSE="examples qt5"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="${PYTHON_DEPS}
- dev-python/dbus-python[${PYTHON_USEDEP}]
- dev-python/keyring[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ dev-python/dbus-python[${PYTHON_MULTI_USEDEP}]
+ dev-python/keyring[${PYTHON_MULTI_USEDEP}]
+ ')
net-misc/openssh
net-misc/rsync[xattr,acl]
"
diff --git a/app-backup/backintime/backintime-9999.ebuild b/app-backup/backintime/backintime-9999.ebuild
index fc293b01096b..d243f64edfde 100644
--- a/app-backup/backintime/backintime-9999.ebuild
+++ b/app-backup/backintime/backintime-9999.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,8 +19,10 @@ IUSE="examples qt5"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="${PYTHON_DEPS}
- dev-python/dbus-python[${PYTHON_USEDEP}]
- dev-python/keyring[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ dev-python/dbus-python[${PYTHON_MULTI_USEDEP}]
+ dev-python/keyring[${PYTHON_MULTI_USEDEP}]
+ ')
net-misc/openssh
net-misc/rsync[xattr,acl]
"