Skip to content

Commit

Permalink
games-util/lgogdownloader: Fix missing zlib USE dependency on boost
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/762667
Package-Manager: Portage-3.0.12, Repoman-3.0.1
Signed-off-by: James Le Cuirot <[email protected]>
  • Loading branch information
chewi committed Dec 30, 2020
1 parent 6ff1bf6 commit f10528c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion games-util/lgogdownloader/lgogdownloader-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit f10528c

Please sign in to comment.