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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 59675139368 for ; Sat, 14 Aug 2021 03:48:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AA79E0A4F; Sat, 14 Aug 2021 03:48:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1D154E0A46 for ; Sat, 14 Aug 2021 03:48:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4189F342ADC for ; Sat, 14 Aug 2021 03:48:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C6C58B2 for ; Sat, 14 Aug 2021 03:48:37 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1628912890.93146e6d850aef5037243cd2ab9de8a5a0c7ce58.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/warzone2100/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/warzone2100/warzone2100-4.1.3-r1.ebuild X-VCS-Directories: games-strategy/warzone2100/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 93146e6d850aef5037243cd2ab9de8a5a0c7ce58 X-VCS-Branch: master Date: Sat, 14 Aug 2021 03:48:37 +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: 8f13e841-7599-4a80-9b82-c2b224c085ad X-Archives-Hash: fbf46823447662a3e50fd5c5d8e7d119 commit: 93146e6d850aef5037243cd2ab9de8a5a0c7ce58 Author: Sam James gentoo org> AuthorDate: Sat Aug 14 02:45:22 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Aug 14 03:48:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93146e6d games-strategy/warzone2100: add missing sqlite, curl dependencies Signed-off-by: Sam James gentoo.org> games-strategy/warzone2100/warzone2100-4.1.3-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/games-strategy/warzone2100/warzone2100-4.1.3-r1.ebuild b/games-strategy/warzone2100/warzone2100-4.1.3-r1.ebuild index 78e0c7a0374..9cddc719f08 100644 --- a/games-strategy/warzone2100/warzone2100-4.1.3-r1.ebuild +++ b/games-strategy/warzone2100/warzone2100-4.1.3-r1.ebuild @@ -25,6 +25,7 @@ IUSE="debug discord nls videos vulkan" # quesoglc-0.7.2 is buggy: http://developer.wz2100.net/ticket/2828 CDEPEND=" >=dev-games/physfs-2[zip] + dev-db/sqlite >=dev-libs/libsodium-1.0.14:= dev-libs/openssl:0= media-libs/freetype:2 @@ -36,6 +37,7 @@ CDEPEND=" media-libs/libtheora media-libs/libvorbis media-libs/openal + net-misc/curl sys-libs/zlib virtual/glu virtual/opengl