blob: a88b9a377bfb5fbe36dbcc943445ffbdf3ed3569 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
BDEPEND=>=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=install postinst setup unpack
DESCRIPTION=Python Exploit Development Assistance for GDB
EAPI=8
HOMEPAGE=https://github.com/longld/peda
INHERIT=python-single-r1 wrapper git-r3
IUSE=python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14
LICENSE=CC-BY-NC-SA-3.0
PROPERTIES=live
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 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) python_single_target_python3_10? ( dev-debug/gdb[python,python_single_target_python3_10(-)] dev-python/six[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-debug/gdb[python,python_single_target_python3_11(-)] dev-python/six[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-debug/gdb[python,python_single_target_python3_12(-)] dev-python/six[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-debug/gdb[python,python_single_target_python3_13(-)] dev-python/six[python_targets_python3_13(-)] ) python_single_target_python3_14? ( dev-debug/gdb[python,python_single_target_python3_14(-)] dev-python/six[python_targets_python3_14(-)] )
REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 )
SLOT=0
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd git-r3 2f8cdb10b033f92c3136aa6488a31c98 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 a2bf2084651fa735639949cadc02c00a toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 wrapper ebaa3beeb43f7e533872b6c37168c7ad
_md5_=82b3435a79a05122b5ca4d1e10d5717c
|