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-cpp/asio/
Date: Sun, 02 May 2021 12:37:11
Message-Id: 1619958539.ba7c80df35ba31d7a7d51deccaaa71f9c8d47f9e.zlogene@gentoo
1 commit: ba7c80df35ba31d7a7d51deccaaa71f9c8d47f9e
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 12:28:59 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 12:28:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba7c80df
7
8 dev-cpp/asio: 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-cpp/asio/asio-1.17.0.ebuild | 7 +++----
14 dev-cpp/asio/asio-1.18.1.ebuild | 5 ++---
15 2 files changed, 5 insertions(+), 7 deletions(-)
16
17 diff --git a/dev-cpp/asio/asio-1.17.0.ebuild b/dev-cpp/asio/asio-1.17.0.ebuild
18 index e81139edfc9..434556c8ecb 100644
19 --- a/dev-cpp/asio/asio-1.17.0.ebuild
20 +++ b/dev-cpp/asio/asio-1.17.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}/${P}.tar.bz2"
28 LICENSE="Boost-1.0"
29 SLOT="0"
30 KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
31 -IUSE="doc examples libressl ssl test"
32 +IUSE="doc examples ssl test"
33 RESTRICT="!test? ( test )"
34 # test searches for libssl during ./configure, and REQUIRED_USE is easier than
35 # patching configure to not search for it with USE=-ssl
36 @@ -18,8 +18,7 @@ REQUIRED_USE="test? ( ssl )"
37
38 RDEPEND="dev-libs/boost
39 ssl? (
40 - !libressl? ( dev-libs/openssl:0= )
41 - libressl? ( dev-libs/libressl:0= )
42 + dev-libs/openssl:0=
43 )"
44 DEPEND="${RDEPEND}"
45
46
47 diff --git a/dev-cpp/asio/asio-1.18.1.ebuild b/dev-cpp/asio/asio-1.18.1.ebuild
48 index 55fc4cb2fe5..82d648ca221 100644
49 --- a/dev-cpp/asio/asio-1.18.1.ebuild
50 +++ b/dev-cpp/asio/asio-1.18.1.ebuild
51 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}/${P}.tar.bz2"
52 LICENSE="Boost-1.0"
53 SLOT="0"
54 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
55 -IUSE="doc examples libressl ssl test"
56 +IUSE="doc examples ssl test"
57 RESTRICT="!test? ( test )"
58 # test searches for libssl during ./configure, and REQUIRED_USE is easier than
59 # patching configure to not search for it with USE=-ssl
60 @@ -18,8 +18,7 @@ REQUIRED_USE="test? ( ssl )"
61
62 RDEPEND="dev-libs/boost:=
63 ssl? (
64 - !libressl? ( dev-libs/openssl:0= )
65 - libressl? ( dev-libs/libressl:0= )
66 + dev-libs/openssl:0=
67 )"
68 DEPEND="${RDEPEND}"