diff options
author | David Seifert <soap@gentoo.org> | 2023-05-20 12:33:44 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-05-20 12:33:44 +0200 |
commit | 6b7cf86c7fdd7ce8c0bc3be8375dfd7df2953a49 (patch) | |
tree | b55e6ca70701bf6c10105d28be570a805c824ac5 /games-board | |
parent | app-text/libwpg: add boost to DEPEND (diff) | |
download | gentoo-6b7cf86c7fdd7ce8c0bc3be8375dfd7df2953a49.tar.gz gentoo-6b7cf86c7fdd7ce8c0bc3be8375dfd7df2953a49.tar.bz2 gentoo-6b7cf86c7fdd7ce8c0bc3be8375dfd7df2953a49.zip |
games-board/pokerth: depend on boost[zlib]
Closes: https://bugs.gentoo.org/905317
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/pokerth/pokerth-1.1.2-r1.ebuild (renamed from games-board/pokerth/pokerth-1.1.2.ebuild) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games-board/pokerth/pokerth-1.1.2.ebuild b/games-board/pokerth/pokerth-1.1.2-r1.ebuild index 4a003de8dc78..17063c8c8b00 100644 --- a/games-board/pokerth/pokerth-1.1.2.ebuild +++ b/games-board/pokerth/pokerth-1.1.2-r1.ebuild @@ -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 @@ -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] |