Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libressl/
Date: Fri, 29 Jun 2018 20:08:53
Message-Id: 1530302499.0ac2b3d0550c9153f58ad43d38abe0380ec9f2d3.blueness@gentoo
1 commit: 0ac2b3d0550c9153f58ad43d38abe0380ec9f2d3
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 29 20:01:39 2018 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 29 20:01:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ac2b3d0
7
8 dev-libs/libressl: fix bug #657786
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-libs/libressl/libressl-2.6.4.ebuild | 3 ++-
13 dev-libs/libressl/libressl-2.6.5.ebuild | 3 ++-
14 2 files changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-libs/libressl/libressl-2.6.4.ebuild b/dev-libs/libressl/libressl-2.6.4.ebuild
17 index 5f32a09d419..89d0ddacb56 100644
18 --- a/dev-libs/libressl/libressl-2.6.4.ebuild
19 +++ b/dev-libs/libressl/libressl-2.6.4.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=6
23
24 -inherit multilib-minimal
25 +inherit autotools multilib-minimal
26
27 DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL"
28 HOMEPAGE="https://www.libressl.org/"
29 @@ -37,6 +37,7 @@ src_prepare() {
30 configure || die "fixing CFLAGS failed"
31
32 default
33 + eautoreconf
34 }
35
36 multilib_src_configure() {
37
38 diff --git a/dev-libs/libressl/libressl-2.6.5.ebuild b/dev-libs/libressl/libressl-2.6.5.ebuild
39 index ea6984e7a5e..eae7a5ae157 100644
40 --- a/dev-libs/libressl/libressl-2.6.5.ebuild
41 +++ b/dev-libs/libressl/libressl-2.6.5.ebuild
42 @@ -3,7 +3,7 @@
43
44 EAPI=6
45
46 -inherit multilib-minimal
47 +inherit autotools multilib-minimal
48
49 DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL"
50 HOMEPAGE="https://www.libressl.org/"
51 @@ -37,6 +37,7 @@ src_prepare() {
52 configure || die "fixing CFLAGS failed"
53
54 default
55 + eautoreconf
56 }
57
58 multilib_src_configure() {