diff options
author | 2022-01-31 20:38:50 +0000 | |
---|---|---|
committer | 2022-02-02 01:04:22 +0000 | |
commit | 866952d86fc60ca297558c7c4fe8e06ec43afb9c (patch) | |
tree | 1428e09274b8e8ee1dbd0295a8a3cc34ffde6b62 /dev-util/unicorn | |
parent | net-misc/nyx: Python 3.10 compatibility (diff) | |
download | gentoo-866952d86fc60ca297558c7c4fe8e06ec43afb9c.tar.gz gentoo-866952d86fc60ca297558c7c4fe8e06ec43afb9c.tar.bz2 gentoo-866952d86fc60ca297558c7c4fe8e06ec43afb9c.zip |
dev-util/unicorn: update for distutlis-r1.eclass' DISTUTILS_DEPS var
Bug: https://bugs.gentoo.org/832337
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/unicorn')
-rw-r--r-- | dev-util/unicorn/unicorn-2.0.0_rc5.ebuild | 8 | ||||
-rw-r--r-- | 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" |