Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 677242
Collapse All | Expand All

(-)/usr/portage/dev-util/perf/perf-4.20.3.ebuild (-2 / +5 lines)
Lines 35-46 Link Here
35
LICENSE="GPL-2"
35
LICENSE="GPL-2"
36
SLOT="0"
36
SLOT="0"
37
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
37
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
38
IUSE="audit clang crypt debug +demangle +doc gtk java lzma numa perl python slang systemtap unwind zlib"
38
IUSE="audit clang crypt debug +demangle +doc gtk java libressl lzma numa perl python slang systemtap unwind zlib"
39
# TODO babeltrace
39
# TODO babeltrace
40
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
40
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
41
41
42
RDEPEND="audit? ( sys-process/audit )
42
RDEPEND="audit? ( sys-process/audit )
43
	crypt? ( dev-libs/openssl:0= )
43
	crypt? (
44
		!libressl? ( dev-libs/openssl:0= )
45
		libressl? ( dev-libs/libressl:0= )
46
	)
44
	clang? (
47
	clang? (
45
		sys-devel/clang:*
48
		sys-devel/clang:*
46
		sys-devel/llvm:*
49
		sys-devel/llvm:*

Return to bug 677242