Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/portage-utils/
Date: Thu, 06 Jun 2019 07:27:23
Message-Id: 1559806025.3c6e9432801aa6ac3223a5f1f8da7fd7e0575071.grobian@gentoo
1 commit: 3c6e9432801aa6ac3223a5f1f8da7fd7e0575071
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 6 06:57:19 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 6 07:27:05 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c6e9432
7
8 app-portage/portage-utils: support LibreSSL
9
10 Bug: https://bugs.gentoo.org/687372
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12 Package-Manager: Portage-2.3.66, Repoman-2.3.11
13
14 app-portage/portage-utils/portage-utils-0.80_pre20190530.ebuild | 5 +++--
15 app-portage/portage-utils/portage-utils-9999.ebuild | 5 +++--
16 2 files changed, 6 insertions(+), 4 deletions(-)
17
18 diff --git a/app-portage/portage-utils/portage-utils-0.80_pre20190530.ebuild b/app-portage/portage-utils/portage-utils-0.80_pre20190530.ebuild
19 index ab1bd1ffee1..86a1c0df20a 100644
20 --- a/app-portage/portage-utils/portage-utils-0.80_pre20190530.ebuild
21 +++ b/app-portage/portage-utils/portage-utils-0.80_pre20190530.ebuild
22 @@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/Portage-utils"
23
24 LICENSE="GPL-2"
25 SLOT="0"
26 -IUSE="nls static openmp +qmanifest"
27 +IUSE="nls static openmp +qmanifest libressl"
28
29 if [[ ${PV} == *9999 ]]; then
30 inherit git-r3 autotools
31 @@ -33,7 +33,8 @@ DEPEND="${RDEPEND}
32 )
33 )
34 app-crypt/libb2
35 - dev-libs/openssl:0=
36 + !libressl? ( dev-libs/openssl:0= )
37 + libressl? ( dev-libs/libressl:0= )
38 sys-libs/zlib
39 app-crypt/gpgme
40 )
41
42 diff --git a/app-portage/portage-utils/portage-utils-9999.ebuild b/app-portage/portage-utils/portage-utils-9999.ebuild
43 index 25967bcab79..42e27f0ce8a 100644
44 --- a/app-portage/portage-utils/portage-utils-9999.ebuild
45 +++ b/app-portage/portage-utils/portage-utils-9999.ebuild
46 @@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/Portage-utils"
47
48 LICENSE="GPL-2"
49 SLOT="0"
50 -IUSE="nls static openmp +qmanifest"
51 +IUSE="nls static openmp +qmanifest libressl"
52
53 if [[ ${PV} == *9999 ]]; then
54 inherit git-r3 autotools
55 @@ -33,7 +33,8 @@ DEPEND="${RDEPEND}
56 )
57 )
58 app-crypt/libb2
59 - dev-libs/openssl:0=
60 + !libressl? ( dev-libs/openssl:0= )
61 + libressl? ( dev-libs/libressl:0= )
62 sys-libs/zlib
63 app-crypt/gpgme
64 )