From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0A92615806E for ; Sat, 20 May 2023 10:33:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E563E081B; Sat, 20 May 2023 10:33:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 27EE6E081B for ; Sat, 20 May 2023 10:33:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1E6C533BE99 for ; Sat, 20 May 2023 10:33:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 490B6A68 for ; Sat, 20 May 2023 10:33:51 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1684578824.6b7cf86c7fdd7ce8c0bc3be8375dfd7df2953a49.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/pokerth/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/pokerth/pokerth-1.1.2-r1.ebuild games-board/pokerth/pokerth-1.1.2.ebuild X-VCS-Directories: games-board/pokerth/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 6b7cf86c7fdd7ce8c0bc3be8375dfd7df2953a49 X-VCS-Branch: master Date: Sat, 20 May 2023 10:33:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6513c8f1-b3a4-4ba4-bf76-012d6d4158c9 X-Archives-Hash: 70fbc1df8b8029458c659830d2bce035 commit: 6b7cf86c7fdd7ce8c0bc3be8375dfd7df2953a49 Author: David Seifert gentoo org> AuthorDate: Sat May 20 10:33:44 2023 +0000 Commit: David Seifert gentoo 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 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]