diff options
author | David Seifert <soap@gentoo.org> | 2022-09-04 14:22:47 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-09-04 14:22:47 +0200 |
commit | 2eec1dfb46c5f742414733bd85bc8ed3c66109fb (patch) | |
tree | a57bc3f465104e7734b9c8635eefbed82d33a283 /games-util | |
parent | games-strategy/s25rttr: remove boost slot deps (diff) | |
download | gentoo-2eec1dfb46c5f742414733bd85bc8ed3c66109fb.tar.gz gentoo-2eec1dfb46c5f742414733bd85bc8ed3c66109fb.tar.bz2 gentoo-2eec1dfb46c5f742414733bd85bc8ed3c66109fb.zip |
games-util/lgogdownloader: remove boost slot deps
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/lgogdownloader/lgogdownloader-3.9.ebuild | 2 | ||||
-rw-r--r-- | games-util/lgogdownloader/lgogdownloader-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/games-util/lgogdownloader/lgogdownloader-3.9.ebuild b/games-util/lgogdownloader/lgogdownloader-3.9.ebuild index 6e34f09c1bc1..c82642cec753 100644 --- a/games-util/lgogdownloader/lgogdownloader-3.9.ebuild +++ b/games-util/lgogdownloader/lgogdownloader-3.9.ebuild @@ -15,7 +15,7 @@ IUSE="gui" RDEPEND=">=app-crypt/rhash-1.3.3-r2:0= dev-cpp/htmlcxx:0= - dev-libs/boost:0=[zlib] + dev-libs/boost:=[zlib] >=dev-libs/jsoncpp-1.7:0= dev-libs/tinyxml2:0= >=net-misc/curl-7.32:0=[ssl] diff --git a/games-util/lgogdownloader/lgogdownloader-9999.ebuild b/games-util/lgogdownloader/lgogdownloader-9999.ebuild index 39a33d8fe4fd..98b656d1d92d 100644 --- a/games-util/lgogdownloader/lgogdownloader-9999.ebuild +++ b/games-util/lgogdownloader/lgogdownloader-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ IUSE="gui" RDEPEND=">=app-crypt/rhash-1.3.3-r2:0= dev-cpp/htmlcxx:0= - dev-libs/boost:0=[zlib] + dev-libs/boost:=[zlib] >=dev-libs/jsoncpp-1.7:0= dev-libs/tinyxml2:0= >=net-misc/curl-7.32:0=[ssl] |