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

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +7 lines)
Line  Link Here
0
-- graph-tool-2.2.36.ebuild.old        2015-01-16 01:55:10.472462116 -0700
0
++ graph-tool-2.2.36.ebuild.new        2015-01-16 02:42:19.880625361 -0700
Lines 5-11 Link Here
5
EAPI=5
5
EAPI=5
6
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
6
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
7
7
8
inherit check-reqs toolchain-funcs python-r1
8
inherit eutils check-reqs toolchain-funcs python-r1
9
9
10
if [[ ${PV} == "9999" ]] ; then
10
if [[ ${PV} == "9999" ]] ; then
11
       EGIT_REPO_URI="git://git.skewed.de/graph-tool"
11
       EGIT_REPO_URI="git://git.skewed.de/graph-tool"
Lines 20-26 Link Here
20
20
21
LICENSE="GPL-3"
21
LICENSE="GPL-3"
22
SLOT="0"
22
SLOT="0"
23
IUSE="+cairo openmp"
23
IUSE="+cairo openmp python"
24
24
25
# Bug 524524
25
# Bug 524524
26
CDEPEND="${PYTHON_DEPS}
26
CDEPEND="${PYTHON_DEPS}
Lines 52-57 Link Here
52
       check-reqs_pkg_pretend
52
       check-reqs_pkg_pretend
53
}
53
}
54
54
55
pkg_setup() {
56
       use python && python-r1_pkg_setup
57
}
58
55
src_prepare() {
59
src_prepare() {
56
       >py-compile
60
       >py-compile
57
       python_copy_sources
61
       python_copy_sources

Return to bug 536734