commit:     6b7cf86c7fdd7ce8c0bc3be8375dfd7df2953a49
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat May 20 10:33:44 2023 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat May 20 10:33:44 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b7cf86c

games-board/pokerth: depend on boost[zlib]

Closes: https://bugs.gentoo.org/905317
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../pokerth/{pokerth-1.1.2.ebuild => pokerth-1.1.2-r1.ebuild}      | 7 ++++---
 1 file 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
similarity index 94%
rename from games-board/pokerth/pokerth-1.1.2.ebuild
rename to 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]

Reply via email to