summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2018-04-13 18:17:42 -0400
committerAaron Bauman <bman@gentoo.org>2018-04-16 12:13:59 -0400
commit0eb22623c413f8b9bc416fb68ad8a5d0c636fbd8 (patch)
tree5a038053a2ee8eb8030895a104df1b8f6fe53943 /dev-lang/python/python-3.6.5.ebuild
parentprofiles: drop www-apps/cgit[jit] stable mask (diff)
downloadgentoo-0eb22623c413f8b9bc416fb68ad8a5d0c636fbd8.tar.gz
gentoo-0eb22623c413f8b9bc416fb68ad8a5d0c636fbd8.tar.bz2
gentoo-0eb22623c413f8b9bc416fb68ad8a5d0c636fbd8.zip
dev-lang/python: compatibility patch for libressl
This patch fixes building with >=dev-libs/libressl-2.7. Additionally, the slot and subslot modifier have been updated to ensure rebuilds are properly triggered. Package-Manager: Portage-2.3.28, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/7977
Diffstat (limited to 'dev-lang/python/python-3.6.5.ebuild')
-rw-r--r--dev-lang/python/python-3.6.5.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-lang/python/python-3.6.5.ebuild b/dev-lang/python/python-3.6.5.ebuild
index b3c248f7363c..942387aed093 100644
--- a/dev-lang/python/python-3.6.5.ebuild
+++ b/dev-lang/python/python-3.6.5.ebuild
@@ -38,7 +38,7 @@ RDEPEND="app-arch/bzip2:0=
sqlite? ( >=dev-db/sqlite-3.3.8:3= )
ssl? (
!libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:= )
+ libressl? ( dev-libs/libressl:0= )
)
tk? (
>=dev-lang/tcl-8.0:0=
@@ -68,6 +68,7 @@ src_prepare() {
"${WORKDIR}/patches"
"${FILESDIR}/${PN}-3.5-distutils-OO-build.patch"
"${FILESDIR}/3.6.5-disable-nis.patch"
+ "${FILESDIR}/python-3.6.5-libressl-compatibility.patch"
)
default