diff options
author | David Seifert <soap@gentoo.org> | 2021-07-17 20:14:43 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-17 20:14:43 +0200 |
commit | 945ad42b287c573762aae09ac1129eb9930f69aa (patch) | |
tree | 0c9f025ba42cfa6e3930ea8f37fff4f19e6c57e6 /app-backup/backintime | |
parent | app-admin/system-config-printer: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff) | |
download | gentoo-945ad42b287c573762aae09ac1129eb9930f69aa.tar.gz gentoo-945ad42b287c573762aae09ac1129eb9930f69aa.tar.bz2 gentoo-945ad42b287c573762aae09ac1129eb9930f69aa.zip |
app-backup/backintime: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-backup/backintime')
-rw-r--r-- | app-backup/backintime/backintime-1.2.1.ebuild | 8 | ||||
-rw-r--r-- | app-backup/backintime/backintime-9999.ebuild | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/app-backup/backintime/backintime-1.2.1.ebuild b/app-backup/backintime/backintime-1.2.1.ebuild index 0e7b38a816ac..0e634555fd04 100644 --- a/app-backup/backintime/backintime-1.2.1.ebuild +++ b/app-backup/backintime/backintime-1.2.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) inherit python-single-r1 xdg @@ -20,8 +20,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="${PYTHON_DEPS} $(python_gen_cond_dep ' - dev-python/dbus-python[${PYTHON_MULTI_USEDEP}] - dev-python/keyring[${PYTHON_MULTI_USEDEP}] + dev-python/dbus-python[${PYTHON_USEDEP}] + dev-python/keyring[${PYTHON_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 2a7c8c7061a2..606f837db53d 100644 --- a/app-backup/backintime/backintime-9999.ebuild +++ b/app-backup/backintime/backintime-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) inherit python-single-r1 git-r3 xdg @@ -20,8 +20,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="${PYTHON_DEPS} $(python_gen_cond_dep ' - dev-python/dbus-python[${PYTHON_MULTI_USEDEP}] - dev-python/keyring[${PYTHON_MULTI_USEDEP}] + dev-python/dbus-python[${PYTHON_USEDEP}] + dev-python/keyring[${PYTHON_USEDEP}] ') net-misc/openssh net-misc/rsync[xattr,acl] |