Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/ucommon/
Date: Sat, 01 May 2021 07:29:35
Message-Id: 1619854033.a2b2272c0b65e85d7c6ebaab05a435ffb247fec8.zlogene@gentoo
1 commit: a2b2272c0b65e85d7c6ebaab05a435ffb247fec8
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 1 07:27:13 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat May 1 07:27:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2b2272c
7
8 dev-libs/ucommon: remove libressl support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 dev-libs/ucommon/ucommon-7.0.0.ebuild | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-libs/ucommon/ucommon-7.0.0.ebuild b/dev-libs/ucommon/ucommon-7.0.0.ebuild
17 index 4632f70963a..db1a90863ba 100644
18 --- a/dev-libs/ucommon/ucommon-7.0.0.ebuild
19 +++ b/dev-libs/ucommon/ucommon-7.0.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/commoncpp/${P}.tar.gz"
27 LICENSE="LGPL-3"
28 SLOT="0/8" # soname version
29 KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux"
30 -IUSE="doc static-libs +cxx debug libressl ssl gnutls"
31 +IUSE="doc static-libs +cxx debug ssl gnutls"
32
33 RDEPEND="
34 ssl? (
35 @@ -20,8 +20,7 @@ RDEPEND="
36 dev-libs/libgcrypt:0=
37 )
38 !gnutls? (
39 - !libressl? ( dev-libs/openssl:0= )
40 - libressl? ( dev-libs/libressl:0= )
41 + dev-libs/openssl:0=
42 )
43 )"