diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-08 07:25:51 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:46:14 +0100 |
commit | 07fcb5c192db9d5f5d4cb650698e46ab069bf335 (patch) | |
tree | 8927228cd4ca9ab9bb0dc4a2e7bfb3cf97452786 | |
parent | app-misc/gramps: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-07fcb5c192db9d5f5d4cb650698e46ab069bf335.tar.gz gentoo-07fcb5c192db9d5f5d4cb650698e46ab069bf335.tar.bz2 gentoo-07fcb5c192db9d5f5d4cb650698e46ab069bf335.zip |
app-misc/tails-installer: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | app-misc/tails-installer/tails-installer-4.4.11-r1.ebuild (renamed from app-misc/tails-installer/tails-installer-4.4.11.ebuild) | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/app-misc/tails-installer/tails-installer-4.4.11.ebuild b/app-misc/tails-installer/tails-installer-4.4.11-r1.ebuild index e67daaeac16f..241bab952e7e 100644 --- a/app-misc/tails-installer/tails-installer-4.4.11.ebuild +++ b/app-misc/tails-installer/tails-installer-4.4.11-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,13 +19,17 @@ IUSE="" PATCHES=( ${FILESDIR}/fix-desktop-file.patch ${FILESDIR}/sgdisk.patch ) DEPEND="${PYTHON_DEPS} - dev-python/python-distutils-extra[${PYTHON_USEDEP}]" + $(python_gen_cond_dep ' + dev-python/python-distutils-extra[${PYTHON_MULTI_USEDEP}] + ')" RDEPEND="${PYTHON_DEPS} app-arch/p7zip dev-libs/glib:2 - dev-python/configobj[${PYTHON_USEDEP}] - dev-python/pygobject[${PYTHON_USEDEP}] - dev-python/urlgrabber[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/configobj[${PYTHON_MULTI_USEDEP}] + dev-python/pygobject[${PYTHON_MULTI_USEDEP}] + dev-python/urlgrabber[${PYTHON_MULTI_USEDEP}] + ') sys-apps/gptfdisk sys-auth/polkit sys-boot/syslinux |