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: games-util/springlobby/
Date: Mon, 07 Jan 2019 19:15:58
Message-Id: 1546888530.eb0fcac7ec64d3af2ebd9f2d87455c9fa203403c.polynomial-c@gentoo
1 commit: eb0fcac7ec64d3af2ebd9f2d87455c9fa203403c
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 7 18:09:38 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 7 19:15:30 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb0fcac7
7
8 games-util/springlobby: Adjusted slot dependency on dev-libs/openssl
9
10 source-based packages should never depend on any other openssl slot
11 than slot 0.
12
13 Package-Manager: Portage-2.3.54, Repoman-2.3.12
14 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
15
16 games-util/springlobby/springlobby-0.266.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/games-util/springlobby/springlobby-0.266.ebuild b/games-util/springlobby/springlobby-0.266.ebuild
20 index 6fd4af3c6e0..cd52d846024 100644
21 --- a/games-util/springlobby/springlobby-0.266.ebuild
22 +++ b/games-util/springlobby/springlobby-0.266.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -17,7 +17,7 @@ IUSE="debug +libnotify +nls +sound"
30
31 RDEPEND="
32 >=dev-libs/boost-1.35:=
33 - dev-libs/openssl:=
34 + dev-libs/openssl:0=
35 net-misc/curl
36 sys-libs/zlib[minizip]
37 x11-libs/libICE