diff options
author | 2021-07-17 20:14:51 +0200 | |
---|---|---|
committer | 2021-07-17 20:14:51 +0200 | |
commit | 33d93d562320d1f0ed5005a0c816441ca4544600 (patch) | |
tree | 3158ef6897b89b5f0e67e8e4c313870253db2435 /app-emulation/xen-tools | |
parent | app-emulation/virt-manager: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff) | |
download | gentoo-33d93d562320d1f0ed5005a0c816441ca4544600.tar.gz gentoo-33d93d562320d1f0ed5005a0c816441ca4544600.tar.bz2 gentoo-33d93d562320d1f0ed5005a0c816441ca4544600.zip |
app-emulation/xen-tools: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-emulation/xen-tools')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.14.2-r1.ebuild | 8 | ||||
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.15.0-r2.ebuild | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.14.2-r1.ebuild b/app-emulation/xen-tools/xen-tools-4.14.2-r1.ebuild index 7831e54c9fd4..c2b251d44cdc 100644 --- a/app-emulation/xen-tools/xen-tools-4.14.2-r1.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.14.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) PYTHON_REQ_USE='ncurses,xml,threads(+)' inherit bash-completion-r1 flag-o-matic multilib python-single-r1 toolchain-funcs @@ -98,8 +98,8 @@ DEPEND="${COMMON_DEPEND} >=sys-kernel/linux-headers-4.11 x11-libs/pixman $(python_gen_cond_dep ' - dev-python/lxml[${PYTHON_MULTI_USEDEP}] - pam? ( dev-python/pypam[${PYTHON_MULTI_USEDEP}] ) + dev-python/lxml[${PYTHON_USEDEP}] + pam? ( dev-python/pypam[${PYTHON_USEDEP}] ) ') x86? ( sys-devel/dev86 system-ipxe? ( sys-firmware/ipxe[qemu] ) @@ -120,7 +120,7 @@ DEPEND="${COMMON_DEPEND} app-text/ghostscript-gpl app-text/pandoc $(python_gen_cond_dep ' - dev-python/markdown[${PYTHON_MULTI_USEDEP}] + dev-python/markdown[${PYTHON_USEDEP}] ') dev-texlive/texlive-latexextra media-gfx/transfig diff --git a/app-emulation/xen-tools/xen-tools-4.15.0-r2.ebuild b/app-emulation/xen-tools/xen-tools-4.15.0-r2.ebuild index af982d2bd20a..fd9eb3bf75c4 100644 --- a/app-emulation/xen-tools/xen-tools-4.15.0-r2.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.15.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) PYTHON_REQ_USE='ncurses,xml,threads(+)' inherit bash-completion-r1 flag-o-matic multilib python-single-r1 toolchain-funcs @@ -98,8 +98,8 @@ DEPEND="${COMMON_DEPEND} >=sys-kernel/linux-headers-4.11 x11-libs/pixman $(python_gen_cond_dep ' - dev-python/lxml[${PYTHON_MULTI_USEDEP}] - pam? ( dev-python/pypam[${PYTHON_MULTI_USEDEP}] ) + dev-python/lxml[${PYTHON_USEDEP}] + pam? ( dev-python/pypam[${PYTHON_USEDEP}] ) ') x86? ( sys-devel/dev86 system-ipxe? ( sys-firmware/ipxe[qemu] ) @@ -120,7 +120,7 @@ DEPEND="${COMMON_DEPEND} app-text/ghostscript-gpl app-text/pandoc $(python_gen_cond_dep ' - dev-python/markdown[${PYTHON_MULTI_USEDEP}] + dev-python/markdown[${PYTHON_USEDEP}] ') dev-texlive/texlive-latexextra media-gfx/transfig |