mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
17 lines
1.8 KiB
Plaintext
17 lines
1.8 KiB
Plaintext
DEFINED_PHASES=compile configure install prepare setup
|
|
DEPEND=sys-libs/ncurses:= virtual/libelf:= capstone? ( dev-libs/capstone:0= ) lua? ( lua_single_target_luajit? ( dev-lang/luajit:= ) ) python? ( python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) ) unwind? ( sys-libs/libunwind:= )
|
|
DESCRIPTION=Function (graph) tracer for user-space
|
|
EAPI=8
|
|
HOMEPAGE=https://github.com/namhyung/uftrace
|
|
INHERIT=bash-completion-r1 lua-single python-single-r1 toolchain-funcs
|
|
IUSE=capstone lua python unwind +lua_single_target_luajit python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14
|
|
KEYWORDS=~amd64 ~arm64
|
|
LICENSE=GPL-2
|
|
RDEPEND=sys-libs/ncurses:= virtual/libelf:= capstone? ( dev-libs/capstone:0= ) lua? ( lua_single_target_luajit? ( dev-lang/luajit:= ) ) python? ( python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) ) unwind? ( sys-libs/libunwind:= )
|
|
REQUIRED_USE=lua? ( ^^ ( lua_single_target_luajit ) ) python? ( ^^ ( python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 ) )
|
|
RESTRICT=test
|
|
SLOT=0
|
|
SRC_URI=https://github.com/namhyung/uftrace/archive/v0.20.tar.gz -> uftrace-0.20.tar.gz
|
|
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 shell-completion 63a62de3ca49c798ee6e89f190e45d0e bash-completion-r1 4386cfb12ede6cd8f0c1987d2e88da5f lua-utils 7c89927eda6f21c4c48136247077ab37 lua-single 75fe955a36b18e199213c8739eaebdbb eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 python-utils-r1 85d8fb641bb0e79b1ae893556e9c57bc python-single-r1 47d8ac9be330c9366112b78fd4f8ce57
|
|
_md5_=19c361f07b90f9786a541531c482fc79
|