13 lines
No EOL
1.5 KiB
Text
13 lines
No EOL
1.5 KiB
Text
DEFINED_PHASES=compile install postinst prepare setup test unpack
|
|
DEPEND=audit? ( sys-process/audit ) demangle? ( sys-devel/binutils ) perl? ( || ( >=dev-lang/perl-5.10 sys-devel/libperl ) ) slang? ( dev-libs/newt ) unwind? ( sys-libs/libunwind ) dev-libs/elfutils sys-devel/bison sys-devel/flex doc? ( app-text/asciidoc app-text/sgml-common app-text/xmlto sys-process/time ) python? DEFINED_PHASES=compile install postinst prepare setup test unpack
|
|
DEPEND=audit? ( sys-process/audit ) demangle? ( sys-devel/binutils ) perl? ( || ( >=dev-lang/perl-5.10 sys-devel/libperl ) ) slang? ( dev-libs/newt ) unwind? ( sys-libs/libunwind ) dev-libs/elfutils sys-devel/bison sys-devel/flex doc? ( app-text/asciidoc app-text/sgml-common app-text/xmlto sys-process/time ) python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] )
|
|
DESCRIPTION=Userland tools for Linux Performance Counters
|
|
EAPI=5
|
|
HOMEPAGE=http://perf.wiki.kernel.org/
|
|
IUSE=audit +demangle +doc perl python slang unwind python_targets_python2_7 python_single_target_python2_7
|
|
KEYWORDS=~amd64 ~arm ~ppc ~x86
|
|
LICENSE=GPL-2
|
|
RDEPEND=audit? ( sys-process/audit ) demangle? ( sys-devel/binutils ) perl? ( || ( >=dev-lang/perl-5.10 sys-devel/libperl ) ) slang? ( dev-libs/newt ) unwind? ( sys-libs/libunwind ) dev-libs/elfutils
|
|
REQUIRED_USE=python? ( python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_7 ) )
|
|
SLOT=0
|
|
SRC_URI=mirror://kernel/linux/kernel/v3.x/linu |