Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/python/files/
Date: Mon, 21 Sep 2015 19:18:36
Message-Id: 1442863101.311b0dd5075b5f6644129d4de393d2fa08102d47.floppym@gentoo
1 commit: 311b0dd5075b5f6644129d4de393d2fa08102d47
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 21 19:18:21 2015 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 21 19:18:21 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=311b0dd5
7
8 dev-lang/python: Don't patch pyconfig.h.in either
9
10 Package-Manager: portage-2.2.20_p164
11
12 dev-lang/python/files/python-3.3-libressl.patch | 17 -----------------
13 1 file changed, 17 deletions(-)
14
15 diff --git a/dev-lang/python/files/python-3.3-libressl.patch b/dev-lang/python/files/python-3.3-libressl.patch
16 index 72bd63b..816704e 100644
17 --- a/dev-lang/python/files/python-3.3-libressl.patch
18 +++ b/dev-lang/python/files/python-3.3-libressl.patch
19 @@ -125,20 +125,3 @@ index 6a64bff..90f315a 100644
20
21 # only check for sem_init if thread support is requested
22 if test "$with_threads" = "yes" -o -z "$with_threads"; then
23 -diff --git a/pyconfig.h.in b/pyconfig.h.in
24 -index 0020300..0d37f67 100644
25 ---- a/pyconfig.h.in
26 -+++ b/pyconfig.h.in
27 -@@ -660,6 +660,9 @@
28 - /* Define to 1 if you have the `pwrite' function. */
29 - #undef HAVE_PWRITE
30 -
31 -+/* Define if the libcrypto has RAND_egd */
32 -+#undef HAVE_RAND_EGD
33 -+
34 - /* Define to 1 if you have the `readlink' function. */
35 - #undef HAVE_READLINK
36 -
37 ---
38 -2.5.2
39 -