Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/
Date: Sun, 02 May 2021 10:56:43
Message-Id: 1619952639.8523ba4b8d93ca1841312fbf2ad865f787e55c24.zlogene@gentoo
1 commit: 8523ba4b8d93ca1841312fbf2ad865f787e55c24
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 10:50:39 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 10:50:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8523ba4b
7
8 net-libs/rabbitmq-c: 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 net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild | 7 ++-----
14 1 file changed, 2 insertions(+), 5 deletions(-)
15
16 diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild b/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
17 index a0dd2594c16..ec26cf10aa4 100644
18 --- a/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
19 +++ b/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
20 @@ -18,16 +18,13 @@ fi
21
22 LICENSE="MIT"
23 SLOT="0/4"
24 -IUSE="doc libressl test +ssl static-libs tools"
25 +IUSE="doc test +ssl static-libs tools"
26
27 REQUIRED_USE="test? ( static-libs )"
28
29 RESTRICT="!test? ( test )"
30
31 -RDEPEND="ssl? (
32 - libressl? ( dev-libs/libressl:= )
33 - !libressl? ( dev-libs/openssl:0= )
34 - )
35 +RDEPEND="ssl? ( dev-libs/openssl:0= )
36 tools? ( dev-libs/popt )"
37 DEPEND="${RDEPEND}
38 doc? ( app-doc/doxygen )