mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-util/unicorn: sync live
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/40959 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
084ecb4a4d
commit
3fb885ecba
@@ -33,12 +33,17 @@ DEPEND="${PYTHON_DEPS}
|
||||
dev-libs/glib:2"
|
||||
RDEPEND="python? ( ${PYTHON_DEPS} )"
|
||||
BDEPEND="virtual/pkgconfig
|
||||
python? ( ${DISTUTILS_DEPS} )"
|
||||
python? (
|
||||
${DISTUTILS_DEPS}
|
||||
>=dev-python/setuptools-scm-8[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
UNICORN_TARGETS="x86 arm aarch64 riscv mips sparc m68k ppc s390x tricore"
|
||||
|
||||
export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
|
||||
|
||||
wrap_python() {
|
||||
if use python; then
|
||||
# src_prepare
|
||||
|
||||
Reference in New Issue
Block a user