Line
Link Here
|
0 |
-- a/games-puzzle/pathological/pathological-1.1.3_p16-r2.ebuild |
0 |
++ b/games-puzzle/pathological/pathological-1.1.3_p16-r2.ebuild |
Lines 22-31
Link Here
|
22 |
|
22 |
|
23 |
# Note: locks up at start with >=pygame-2 (debian uses pygame-1, fix needed) |
23 |
# Note: locks up at start with >=pygame-2 (debian uses pygame-1, fix needed) |
24 |
RDEPEND="${PYTHON_DEPS} |
24 |
RDEPEND="${PYTHON_DEPS} |
25 |
$(python_gen_cond_dep ' |
25 |
$(python_gen_cond_dep 'dev-python/pygame') |
26 |
>=dev-python/pygame-1.5.5[${PYTHON_USEDEP}] |
|
|
27 |
<dev-python/pygame-2[${PYTHON_USEDEP}] |
28 |
') |
29 |
" |
26 |
" |
30 |
DEPEND="${RDEPEND}" |
27 |
DEPEND="${RDEPEND}" |
31 |
BDEPEND="${PYTHON_DEPS} |
28 |
BDEPEND="${PYTHON_DEPS} |
Lines 43-48
Link Here
|
43 |
src_prepare() { |
40 |
src_prepare() { |
44 |
default |
41 |
default |
45 |
|
42 |
|
|
|
43 |
|
46 |
# Debian fixes |
44 |
# Debian fixes |
47 |
# We don't face this bug, this way we skip needing to convert the |
45 |
# We don't face this bug, this way we skip needing to convert the |
48 |
# files at build time |
46 |
# files at build time |
Lines 72-77
Link Here
|
72 |
${PN}.py || die |
70 |
${PN}.py || die |
73 |
|
71 |
|
74 |
python_fix_shebang ${PN}.py |
72 |
python_fix_shebang ${PN}.py |
|
|
73 |
sed -i 's/ is not / != /; s/ is / == /' ${PN}.py |
75 |
|
74 |
|
76 |
tc-export CC |
75 |
tc-export CC |
77 |
} |
76 |
} |