Line
Link Here
|
0 |
-- python-2.7.14-r1.ebuild 2018-04-13 21:38:55.000000000 +0200 |
0 |
++ python-2.7.14-r2.ebuild 2018-04-19 10:49:41.571264267 +0200 |
Lines 17-23
SRC_URI="https://www.python.org/ftp/pyth
Link Here
|
17 |
LICENSE="PSF-2" |
17 |
LICENSE="PSF-2" |
18 |
SLOT="2.7" |
18 |
SLOT="2.7" |
19 |
KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" |
19 |
KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" |
20 |
IUSE="-berkdb build doc elibc_uclibc examples gdbm hardened ipv6 libressl +ncurses +readline sqlite +ssl +threads tk +wide-unicode wininst +xml" |
20 |
IUSE="-berkdb build doc elibc_uclibc examples gdbm hardened ipv6 libressl +ncurses +readline sqlite +ssl +threads tk +wide-unicode wininst +xml pgo" |
21 |
|
21 |
|
22 |
# Do not add a dependency on dev-lang/python to this ebuild. |
22 |
# Do not add a dependency on dev-lang/python to this ebuild. |
23 |
# If you need to apply a patch which requires python for bootstrapping, please |
23 |
# If you need to apply a patch which requires python for bootstrapping, please |
Lines 215-221
src_compile() {
Link Here
|
215 |
touch Include/graminit.h Python/graminit.c |
215 |
touch Include/graminit.h Python/graminit.c |
216 |
|
216 |
|
217 |
cd "${BUILD_DIR}" || die |
217 |
cd "${BUILD_DIR}" || die |
218 |
emake |
218 |
if use pgo; then |
|
|
219 |
emake profile-opt PROFILE_TASK="-m test.regrtest -w -uall,-audio -x test_gdb test_multiprocessing" |
220 |
else |
221 |
emake |
222 |
fi |
219 |
|
223 |
|
220 |
# Work around bug 329499. See also bug 413751 and 457194. |
224 |
# Work around bug 329499. See also bug 413751 and 457194. |
221 |
if has_version dev-libs/libffi[pax_kernel]; then |
225 |
if has_version dev-libs/libffi[pax_kernel]; then |