Gentoo Archives: gentoo-commits

From: Michael Haubenwallner <haubi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: dev-libs/openssl/
Date: Tue, 26 Feb 2019 09:17:19
Message-Id: 1551172627.08de35526a3c9a9e8f0c16f7fe9de99d6b142a70.haubi@gentoo
1 commit: 08de35526a3c9a9e8f0c16f7fe9de99d6b142a70
2 Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 26 09:16:50 2019 +0000
4 Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 26 09:17:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=08de3552
7
8 dev-libs/openssl: fix parallel install (#671602)
9
10 Package-Manager: Portage-2.3.55.1-prefix, Repoman-2.3.12
11 Signed-off-by: Michael Haubenwallner <haubi <AT> gentoo.org>
12
13 dev-libs/openssl/openssl-1.1.1a-r1.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/dev-libs/openssl/openssl-1.1.1a-r1.ebuild b/dev-libs/openssl/openssl-1.1.1a-r1.ebuild
17 index 408137ed25..af571a552b 100644
18 --- a/dev-libs/openssl/openssl-1.1.1a-r1.ebuild
19 +++ b/dev-libs/openssl/openssl-1.1.1a-r1.ebuild
20 @@ -37,6 +37,7 @@ PATCHES=(
21 "${FILESDIR}"/${P}-preserve-system-error-number-in-a-few-more-places.patch
22 "${FILESDIR}"/${P}-fix-a-minor-nit-in-hkdflabel-size.patch
23 "${FILESDIR}"/${P}-fix-cert-with-rsa-instead-of-rsaEncryption.patch
24 + "${FILESDIR}"/${PN}-1.1.0j-parallel_install_fix.patch #671602
25 "${FILESDIR}"/${P}-cygwin-binmode.patch
26 )