blob: b9eca6fda626df03c7e1fc6ad94f3ddfdba1569a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
BDEPEND=test? ( python_single_target_python3_10? ( dev-python/pytest[python_targets_python3_10(-)] dev-python/pytest-xdist[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/pytest[python_targets_python3_11(-)] dev-python/pytest-xdist[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/pytest[python_targets_python3_12(-)] dev-python/pytest-xdist[python_targets_python3_12(-)] ) ) doc? ( python_single_target_python3_10? ( dev-python/mkdocs[python_targets_python3_10(-)] dev-python/mkdocs-material[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/mkdocs[python_targets_python3_11(-)] dev-python/mkdocs-material[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/mkdocs[python_targets_python3_12(-)] dev-python/mkdocs-material[python_targets_python3_12(-)] ) )
DEFINED_PHASES=compile install postinst prepare setup
DESCRIPTION=GDB Enhanced Features for exploit devs & reversers
EAPI=8
HOMEPAGE=https://github.com/hugsy/gef
INHERIT=python-single-r1 docs wrapper
IUSE=test python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 doc
KEYWORDS=amd64 ~arm64 x86
LICENSE=MIT
RDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) dev-util/ropper[python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?] dev-debug/gdb[python,python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?] python_single_target_python3_10? ( dev-libs/capstone[python,python_targets_python3_10(-)] dev-libs/keystone[python,python_targets_python3_10(-)] dev-python/pylint[python_targets_python3_10(-)] dev-python/rpyc[python_targets_python3_10(-)] dev-util/unicorn[python,python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-libs/capstone[python,python_targets_python3_11(-)] dev-libs/keystone[python,python_targets_python3_11(-)] dev-python/pylint[python_targets_python3_11(-)] dev-python/rpyc[python_targets_python3_11(-)] dev-util/unicorn[python,python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-libs/capstone[python,python_targets_python3_12(-)] dev-libs/keystone[python,python_targets_python3_12(-)] dev-python/pylint[python_targets_python3_12(-)] dev-python/rpyc[python_targets_python3_12(-)] dev-util/unicorn[python,python_targets_python3_12(-)] )
REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 )
RESTRICT=!test? ( test ) test
SLOT=0
SRC_URI=https://github.com/hugsy/gef/archive/2024.01.tar.gz -> gef-2024.01.tar.gz
_eclasses_=multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs 5f8f1dc0c94e007fa08af4e98a19d0e5 multilib c19072c3cd7ac5cb21de013f7e9832e0 python-utils-r1 6881b056477c23167d9a6b33e146374e python-single-r1 f7abe75c203a988aa9b5c460b6c7d0f1 docs 7f3c0d47338743498c69f1887a139f57 wrapper 4a1902f969e5718126434fc35f3a0d9c
_md5_=95e561d849fdb161b759efb434aa9e1c
|