Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libevent/
Date: Wed, 13 Jun 2018 16:21:42
Message-Id: 1528906845.c618e929b83416c3ff4e8ccf4d67dd019008d9dd.polynomial-c@gentoo
1 commit: c618e929b83416c3ff4e8ccf4d67dd019008d9dd
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 13 15:56:03 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 13 16:20:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c618e929
7
8 dev-libs/libevent: Added sub-slot dep to ssl packages.
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-libs/libevent/libevent-2.1.8.ebuild | 4 ++--
13 dev-libs/libevent/libevent-9999.ebuild | 6 +++---
14 2 files changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-libs/libevent/libevent-2.1.8.ebuild b/dev-libs/libevent/libevent-2.1.8.ebuild
17 index 455964b38ff..61f244304c9 100644
18 --- a/dev-libs/libevent/libevent-2.1.8.ebuild
19 +++ b/dev-libs/libevent/libevent-2.1.8.ebuild
20 @@ -16,8 +16,8 @@ IUSE="debug libressl +ssl static-libs test +threads"
21
22 DEPEND="
23 ssl? (
24 - !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )
25 - libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] )
26 + !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] )
27 + libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] )
28 )
29 "
30 RDEPEND="
31
32 diff --git a/dev-libs/libevent/libevent-9999.ebuild b/dev-libs/libevent/libevent-9999.ebuild
33 index 708484a46c3..27b07d37b42 100644
34 --- a/dev-libs/libevent/libevent-9999.ebuild
35 +++ b/dev-libs/libevent/libevent-9999.ebuild
36 @@ -1,4 +1,4 @@
37 -# Copyright 1999-2017 Gentoo Foundation
38 +# Copyright 1999-2018 Gentoo Foundation
39 # Distributed under the terms of the GNU General Public License v2
40
41 EAPI=6
42 @@ -16,8 +16,8 @@ RESTRICT="test"
43
44 DEPEND="
45 ssl? (
46 - !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )
47 - libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] )
48 + !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] )
49 + libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] )
50 )
51 "
52 RDEPEND="