Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/unicorn/
Date: Wed, 02 Feb 2022 01:04:52
Message-Id: 1643763862.866952d86fc60ca297558c7c4fe8e06ec43afb9c.sam@gentoo
1 commit: 866952d86fc60ca297558c7c4fe8e06ec43afb9c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 31 20:38:50 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 2 01:04:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=866952d8
7
8 dev-util/unicorn: update for distutlis-r1.eclass' DISTUTILS_DEPS var
9
10 Bug: https://bugs.gentoo.org/832337
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-util/unicorn/unicorn-2.0.0_rc5.ebuild | 8 +-------
14 dev-util/unicorn/unicorn-9999.ebuild | 8 +-------
15 2 files changed, 2 insertions(+), 14 deletions(-)
16
17 diff --git a/dev-util/unicorn/unicorn-2.0.0_rc5.ebuild b/dev-util/unicorn/unicorn-2.0.0_rc5.ebuild
18 index 8687e522b5a0..2a6b0fe4d2b8 100644
19 --- a/dev-util/unicorn/unicorn-2.0.0_rc5.ebuild
20 +++ b/dev-util/unicorn/unicorn-2.0.0_rc5.ebuild
21 @@ -31,14 +31,8 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
22 DEPEND="${PYTHON_DEPS}
23 dev-libs/glib:2"
24 RDEPEND="python? ( ${PYTHON_DEPS} )"
25 -# See bug #832337 re Python deps
26 BDEPEND="virtual/pkgconfig
27 - python? (
28 - >=dev-python/installer-0.4.0_p20220124[${PYTHON_USEDEP}]
29 - dev-python/tomli[${PYTHON_USEDEP}]
30 - >=dev-python/setuptools-60.5.0[${PYTHON_USEDEP}]
31 - dev-python/wheel[${PYTHON_USEDEP}]
32 - )"
33 + python? ( ${DISTUTILS_DEPS} )"
34
35 UNICORN_TARGETS="x86 arm aarch64 riscv mips sparc m68k ppc"
36
37
38 diff --git a/dev-util/unicorn/unicorn-9999.ebuild b/dev-util/unicorn/unicorn-9999.ebuild
39 index 8687e522b5a0..2a6b0fe4d2b8 100644
40 --- a/dev-util/unicorn/unicorn-9999.ebuild
41 +++ b/dev-util/unicorn/unicorn-9999.ebuild
42 @@ -31,14 +31,8 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
43 DEPEND="${PYTHON_DEPS}
44 dev-libs/glib:2"
45 RDEPEND="python? ( ${PYTHON_DEPS} )"
46 -# See bug #832337 re Python deps
47 BDEPEND="virtual/pkgconfig
48 - python? (
49 - >=dev-python/installer-0.4.0_p20220124[${PYTHON_USEDEP}]
50 - dev-python/tomli[${PYTHON_USEDEP}]
51 - >=dev-python/setuptools-60.5.0[${PYTHON_USEDEP}]
52 - dev-python/wheel[${PYTHON_USEDEP}]
53 - )"
54 + python? ( ${DISTUTILS_DEPS} )"
55
56 UNICORN_TARGETS="x86 arm aarch64 riscv mips sparc m68k ppc"