Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/lgogdownloader/
Date: Sun, 04 Sep 2022 12:23:14
Message-Id: 1662294167.2eec1dfb46c5f742414733bd85bc8ed3c66109fb.soap@gentoo
1 commit: 2eec1dfb46c5f742414733bd85bc8ed3c66109fb
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 4 12:22:47 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 4 12:22:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eec1dfb
7
8 games-util/lgogdownloader: remove boost slot deps
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 games-util/lgogdownloader/lgogdownloader-3.9.ebuild | 2 +-
13 games-util/lgogdownloader/lgogdownloader-9999.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/games-util/lgogdownloader/lgogdownloader-3.9.ebuild b/games-util/lgogdownloader/lgogdownloader-3.9.ebuild
17 index 6e34f09c1bc1..c82642cec753 100644
18 --- a/games-util/lgogdownloader/lgogdownloader-3.9.ebuild
19 +++ b/games-util/lgogdownloader/lgogdownloader-3.9.ebuild
20 @@ -15,7 +15,7 @@ IUSE="gui"
21
22 RDEPEND=">=app-crypt/rhash-1.3.3-r2:0=
23 dev-cpp/htmlcxx:0=
24 - dev-libs/boost:0=[zlib]
25 + dev-libs/boost:=[zlib]
26 >=dev-libs/jsoncpp-1.7:0=
27 dev-libs/tinyxml2:0=
28 >=net-misc/curl-7.32:0=[ssl]
29
30 diff --git a/games-util/lgogdownloader/lgogdownloader-9999.ebuild b/games-util/lgogdownloader/lgogdownloader-9999.ebuild
31 index 39a33d8fe4fd..98b656d1d92d 100644
32 --- a/games-util/lgogdownloader/lgogdownloader-9999.ebuild
33 +++ b/games-util/lgogdownloader/lgogdownloader-9999.ebuild
34 @@ -1,4 +1,4 @@
35 -# Copyright 1999-2021 Gentoo Authors
36 +# Copyright 1999-2022 Gentoo Authors
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=8
40 @@ -14,7 +14,7 @@ IUSE="gui"
41
42 RDEPEND=">=app-crypt/rhash-1.3.3-r2:0=
43 dev-cpp/htmlcxx:0=
44 - dev-libs/boost:0=[zlib]
45 + dev-libs/boost:=[zlib]
46 >=dev-libs/jsoncpp-1.7:0=
47 dev-libs/tinyxml2:0=
48 >=net-misc/curl-7.32:0=[ssl]