Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 402420 Details for
Bug 548374
app-misc/ca-certificates - enable dev-lang/python-3
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch ebuild to use a patched mozilla script, depending on system's default python version
ca-certificates-20140927.3.17.2.ebuild.patch (text/plain), 888 bytes, created by
Felix Tiede
on 2015-05-02 06:57:52 UTC
(
hide
)
Description:
Patch ebuild to use a patched mozilla script, depending on system's default python version
Filename:
MIME Type:
Creator:
Felix Tiede
Created:
2015-05-02 06:57:52 UTC
Size:
888 bytes
patch
obsolete
>--- /usr/portage/app-misc/ca-certificates/ca-certificates-20140927.3.17.2.ebuild 2015-04-08 09:31:05.000000000 +0200 >+++ svn-portage/app-misc/ca-certificates/ca-certificates-20140927.3.17.2.ebuild 2015-04-19 14:47:22.493552000 +0200 >@@ -26,7 +26,7 @@ > # https://bugzilla.mozilla.org/enter_bug.cgi?product=NSS&component=CA%20Certificates&version=trunk > > EAPI="4" >-PYTHON_COMPAT=( python2_7 ) >+PYTHON_COMPAT=( python2_7 python3_4 ) > > inherit eutils python-any-r1 > >@@ -111,6 +111,14 @@ src_prepare() { > epatch "${DISTDIR}"/nss-3.14.1-add_spi+cacerts_ca_certs.patch > popd >/dev/null > fi >+ >+ local DEFAULT_PYTHON=$(eselect python --show) >+ DEFAULT_PYTHON=${DEFAULT_PYTHON#python} >+ if [[ ${DEFAULT_PYTHON%%.*} = "3" ]]; then >+ cd "${WORKDIR}" >+ epatch ${FILESDIR}/python3-compat.patch >+ cd "image/${EPREFIX}" >+ fi > fi > > epatch "${FILESDIR}"/${PN}-20110502-root.patch
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 548374
:
402418
|
402420
|
412862