summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2020-12-30 21:33:30 +0000
committerJames Le Cuirot <chewi@gentoo.org>2020-12-30 21:34:06 +0000
commitf10528c18d08770000dd1514a7c12462360d41c4 (patch)
tree0137f1a336543bd16fa9e968a2f48d0d62a823bd /games-util
parentapp-vim/pydoc: Port up to py3.8 (diff)
downloadgentoo-f10528c18d08770000dd1514a7c12462360d41c4.tar.gz
gentoo-f10528c18d08770000dd1514a7c12462360d41c4.tar.bz2
gentoo-f10528c18d08770000dd1514a7c12462360d41c4.zip
games-util/lgogdownloader: Fix missing zlib USE dependency on boost
Closes: https://bugs.gentoo.org/762667 Package-Manager: Portage-3.0.12, Repoman-3.0.1 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-util')
-rw-r--r--games-util/lgogdownloader/lgogdownloader-3.7-r1.ebuild (renamed from games-util/lgogdownloader/lgogdownloader-3.7.ebuild)2
-rw-r--r--games-util/lgogdownloader/lgogdownloader-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/games-util/lgogdownloader/lgogdownloader-3.7.ebuild b/games-util/lgogdownloader/lgogdownloader-3.7-r1.ebuild
index fa94c0f4adca..64fb82fe1537 100644
--- a/games-util/lgogdownloader/lgogdownloader-3.7.ebuild
+++ b/games-util/lgogdownloader/lgogdownloader-3.7-r1.ebuild
@@ -15,7 +15,7 @@ IUSE="gui"
RDEPEND=">=app-crypt/rhash-1.3.3-r2:0=
dev-cpp/htmlcxx:0=
- dev-libs/boost:0=
+ dev-libs/boost:0=[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 4ea44e56d155..e1817aeca2ae 100644
--- a/games-util/lgogdownloader/lgogdownloader-9999.ebuild
+++ b/games-util/lgogdownloader/lgogdownloader-9999.ebuild
@@ -14,7 +14,7 @@ IUSE="gui"
RDEPEND=">=app-crypt/rhash-1.3.3-r2:0=
dev-cpp/htmlcxx:0=
- dev-libs/boost:0=
+ dev-libs/boost:0=[zlib]
>=dev-libs/jsoncpp-1.7:0=
dev-libs/tinyxml2:0=
>=net-misc/curl-7.32:0=[ssl]