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 4A4E5158041 for ; Fri, 23 Feb 2024 01:36:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37FEDE2A8E; Fri, 23 Feb 2024 01:36:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1AC2BE2A8E for ; Fri, 23 Feb 2024 01:36:57 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3018D343204 for ; Fri, 23 Feb 2024 01:36:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3BD214D9 for ; Fri, 23 Feb 2024 01:36:53 +0000 (UTC) From: "David Roman" 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 Roman" Message-ID: <1708617190.4466410b6cd8fe47cb0230977c7057c682240466.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/wt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/wt/wt-4.10.3.ebuild X-VCS-Directories: dev-cpp/wt/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 4466410b6cd8fe47cb0230977c7057c682240466 X-VCS-Branch: master Date: Fri, 23 Feb 2024 01:36:53 +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: 1e158aec-eeb7-4054-8969-8ce9d487ad95 X-Archives-Hash: 2979a2bf3422db8f7fd6dda4105952b9 Message-ID: <20240223013653.O1DxpVrpcjOyHbRG9kyXXHPhBkoZ1n2yr7IgWNEPuCc@z> commit: 4466410b6cd8fe47cb0230977c7057c682240466 Author: David Roman gmail com> AuthorDate: Thu Feb 22 15:53:10 2024 +0000 Commit: David Roman gmail com> CommitDate: Thu Feb 22 15:53:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4466410b dev-cpp/wt: add missing dep Signed-off-by: David Roman gmail.com> dev-cpp/wt/wt-4.10.3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-cpp/wt/wt-4.10.3.ebuild b/dev-cpp/wt/wt-4.10.3.ebuild index 6a323d81a3..b5d531a859 100644 --- a/dev-cpp/wt/wt-4.10.3.ebuild +++ b/dev-cpp/wt/wt-4.10.3.ebuild @@ -19,6 +19,7 @@ DEPEND=" mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql ) ssl? ( dev-libs/openssl ) + dev-libs/boost media-libs/libharu media-gfx/graphicsmagick x11-libs/pango