summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-01-31 20:38:50 +0000
committerSam James <sam@gentoo.org>2022-02-02 01:04:22 +0000
commit866952d86fc60ca297558c7c4fe8e06ec43afb9c (patch)
tree1428e09274b8e8ee1dbd0295a8a3cc34ffde6b62 /dev-util
parentnet-misc/nyx: Python 3.10 compatibility (diff)
downloadgentoo-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')
-rw-r--r--dev-util/unicorn/unicorn-2.0.0_rc5.ebuild8
-rw-r--r--dev-util/unicorn/unicorn-9999.ebuild8
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"