Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 291838 | Differences between
and this patch

Collapse All | Expand All

(-)python-ptrace.orig/python-ptrace-0.6.3.ebuild (-2 / +8 lines)
Lines 14-21 Link Here
14
LICENSE="GPL-2"
14
LICENSE="GPL-2"
15
SLOT="0"
15
SLOT="0"
16
KEYWORDS="~amd64 ~x86"
16
KEYWORDS="~amd64 ~x86"
17
IUSE=""
17
IUSE="examples"
18
DOCS=( PKG-INFO )
18
DOCS=( PKG-INFO  )
19
19
20
DEPEND=""
20
DEPEND=""
21
RDEPEND="dev-libs/distorm64"
21
RDEPEND="dev-libs/distorm64"
Lines 37-46 Link Here
37
}
37
}
38
38
39
src_install() {
39
src_install() {
40
	if use examples; then
41
		distutils_src_install
42
43
		insinto usr/share/doc/${PF}/examples
44
		doins examples/*
45
	fi
40
}
46
}

Return to bug 291838