commit: 866952d86fc60ca297558c7c4fe8e06ec43afb9c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jan 31 20:38:50 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Feb 2 01:04:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=866952d8
dev-util/unicorn: update for distutlis-r1.eclass' DISTUTILS_DEPS var Bug: https://bugs.gentoo.org/832337 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/unicorn/unicorn-2.0.0_rc5.ebuild | 8 +------- dev-util/unicorn/unicorn-9999.ebuild | 8 +------- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/dev-util/unicorn/unicorn-2.0.0_rc5.ebuild b/dev-util/unicorn/unicorn-2.0.0_rc5.ebuild index 8687e522b5a0..2a6b0fe4d2b8 100644 --- a/dev-util/unicorn/unicorn-2.0.0_rc5.ebuild +++ b/dev-util/unicorn/unicorn-2.0.0_rc5.ebuild @@ -31,14 +31,8 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" DEPEND="${PYTHON_DEPS} dev-libs/glib:2" RDEPEND="python? ( ${PYTHON_DEPS} )" -# See bug #832337 re Python deps BDEPEND="virtual/pkgconfig - python? ( - >=dev-python/installer-0.4.0_p20220124[${PYTHON_USEDEP}] - dev-python/tomli[${PYTHON_USEDEP}] - >=dev-python/setuptools-60.5.0[${PYTHON_USEDEP}] - dev-python/wheel[${PYTHON_USEDEP}] - )" + python? ( ${DISTUTILS_DEPS} )" UNICORN_TARGETS="x86 arm aarch64 riscv mips sparc m68k ppc" diff --git a/dev-util/unicorn/unicorn-9999.ebuild b/dev-util/unicorn/unicorn-9999.ebuild index 8687e522b5a0..2a6b0fe4d2b8 100644 --- a/dev-util/unicorn/unicorn-9999.ebuild +++ b/dev-util/unicorn/unicorn-9999.ebuild @@ -31,14 +31,8 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" DEPEND="${PYTHON_DEPS} dev-libs/glib:2" RDEPEND="python? ( ${PYTHON_DEPS} )" -# See bug #832337 re Python deps BDEPEND="virtual/pkgconfig - python? ( - >=dev-python/installer-0.4.0_p20220124[${PYTHON_USEDEP}] - dev-python/tomli[${PYTHON_USEDEP}] - >=dev-python/setuptools-60.5.0[${PYTHON_USEDEP}] - dev-python/wheel[${PYTHON_USEDEP}] - )" + python? ( ${DISTUTILS_DEPS} )" UNICORN_TARGETS="x86 arm aarch64 riscv mips sparc m68k ppc"
