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

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +7 lines)
Line  Link Here
0
-- python-3.4.8.ebuild 2018-04-18 05:08:59.000000000 +0200
0
++ python-3.4.8-r1.ebuild      2018-04-19 10:52:09.951792113 +0200
Lines 17-23 SRC_URI="https://www.python.org/ftp/pyth Link Here
17
LICENSE="PSF-2"
17
LICENSE="PSF-2"
18
SLOT="3.4/3.4m"
18
SLOT="3.4/3.4m"
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="build elibc_uclibc examples gdbm hardened ipv6 libressl +ncurses +readline sqlite +ssl +threads tk wininst +xml"
20
IUSE="build elibc_uclibc examples gdbm hardened ipv6 libressl +ncurses +readline sqlite +ssl +threads tk 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 179-185 src_compile() { Link Here
179
179
180
       cd "${BUILD_DIR}" || die
180
       cd "${BUILD_DIR}" || die
181
181
182
       emake CPPFLAGS= CFLAGS= LDFLAGS=
182
       if use pgo; then
183
               emake profile-opt PROFILE_TASK="-m test.regrtest -w -uall,-audio -x test_gdb test_multiprocessing test_subprocess test_tokenize test_signal test_faulthandler test_sundry test_curses test_distutils test_imaplib test_import test_asyncio test_compileall test_pyexpat test_runpy test_support test_threaded_import test_xmlrpc_net"
184
       else
185
               emake CPPFLAGS= CFLAGS= LDFLAGS=
186
       fi
183
187
184
       # Work around bug 329499. See also bug 413751 and 457194.
188
       # Work around bug 329499. See also bug 413751 and 457194.
185
       if has_version dev-libs/libffi[pax_kernel]; then
189
       if has_version dev-libs/libffi[pax_kernel]; then

Return to bug 615412