Skip to content

Commit

Permalink
games-board/pokerth: depend on boost[zlib]
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/905317
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed May 20, 2023
1 parent 06bc40c commit 6b7cf86
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand All @@ -14,8 +14,9 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="dedicated"

RDEPEND="dev-db/sqlite:3
dev-libs/boost:=
RDEPEND="
dev-db/sqlite:3
dev-libs/boost:=[zlib]
dev-libs/libgcrypt:0
dev-libs/protobuf:0=
dev-libs/tinyxml[stl]
Expand Down

0 comments on commit 6b7cf86

Please sign in to comment.