blob: 82144a5c3e17f6887d183d076b6af71a297ca1f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DEFINED_PHASES=compile configure install test unpack
DEPEND=caps? ( sys-libs/libcap ) python? ( dev-python/pyelftools ) app-arch/xz-utils
DESCRIPTION=ELF related utils for ELF 32/64 binaries that can check files for security relevant properties
EAPI=4
HOMEPAGE=https://wiki.gentoo.org/index.php?title=Project:Hardened/PaX_Utilities
IUSE=caps python
KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
LICENSE=GPL-2
RDEPEND=caps? ( sys-libs/libcap ) python? ( dev-python/pyelftools )
SLOT=0
SRC_URI=mirror://gentoo/pax-utils-1.0.3.tar.xz https://dev.gentoo.org/~solar/pax/pax-utils-1.0.3.tar.xz https://dev.gentoo.org/~vapier/dist/pax-utils-1.0.3.tar.xz
_eclass_exported_funcs=src_unpack:unpacker src_configure:- src_compile:- src_test:- src_install:-
_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs e886935aae2b45a545665444ab0667cf unpacker 45d07319df5f40ee6af58418b0f930be
_md5_=8b43c982cb4b672bc97cd97ed59db32f
|