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 AC04F15807A for ; Mon, 7 Oct 2024 09:14:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 011E4E29B7; Mon, 7 Oct 2024 09:14:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 E026BE29B7 for ; Mon, 7 Oct 2024 09:14:17 +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 0AB5B343026 for ; Mon, 7 Oct 2024 09:14:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6EDD41293 for ; Mon, 7 Oct 2024 09:14:15 +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: <1728292430.49f7f23ca1e46936100077a0237d6b19f212300d.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/wt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/wt/wt-4.11.0.ebuild X-VCS-Directories: dev-cpp/wt/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 49f7f23ca1e46936100077a0237d6b19f212300d X-VCS-Branch: dev Date: Mon, 7 Oct 2024 09:14:15 +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: 8b717350-7608-449f-8264-b164811577f5 X-Archives-Hash: 1683cea88a894a61cb18aa443b8e6d8d commit: 49f7f23ca1e46936100077a0237d6b19f212300d Author: PPN-SD parhuet fr> AuthorDate: Sat Oct 5 20:14:56 2024 +0000 Commit: David Roman gmail com> CommitDate: Mon Oct 7 09:13:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=49f7f23c dev-cpp/wt: Get ride of restriction for boost. Signed-off-by: PPN-SD parhuet.fr> Closes: https://github.com/gentoo/guru/pull/248 Signed-off-by: David Roman gmail.com> dev-cpp/wt/wt-4.11.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/wt/wt-4.11.0.ebuild b/dev-cpp/wt/wt-4.11.0.ebuild index 27ba7c4f3..a97475298 100644 --- a/dev-cpp/wt/wt-4.11.0.ebuild +++ b/dev-cpp/wt/wt-4.11.0.ebuild @@ -20,7 +20,7 @@ DEPEND=" opengl? ( virtual/opengl ) postgres? ( dev-db/postgresql ) ssl? ( dev-libs/openssl ) - 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 6D0DF15807A for ; Mon, 7 Oct 2024 10:03:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23E16E29CD; Mon, 7 Oct 2024 10:03:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0BD64E29CD for ; Mon, 7 Oct 2024 10:03:20 +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 3A52E34316C for ; Mon, 7 Oct 2024 10:03:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 095FC27F0 for ; Mon, 7 Oct 2024 10:03:16 +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: <1728292430.49f7f23ca1e46936100077a0237d6b19f212300d.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.11.0.ebuild X-VCS-Directories: dev-cpp/wt/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 49f7f23ca1e46936100077a0237d6b19f212300d X-VCS-Branch: master Date: Mon, 7 Oct 2024 10:03:16 +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: edb8d42e-df1f-4a59-9ae4-3f99d8237606 X-Archives-Hash: 73d95c346ac88c145c5d9119b7fbdf13 Message-ID: <20241007100316.EIEaARIda5bENPhmer1lOJqixSWrgAyzXFqdjhFppDE@z> commit: 49f7f23ca1e46936100077a0237d6b19f212300d Author: PPN-SD parhuet fr> AuthorDate: Sat Oct 5 20:14:56 2024 +0000 Commit: David Roman gmail com> CommitDate: Mon Oct 7 09:13:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=49f7f23c dev-cpp/wt: Get ride of restriction for boost. Signed-off-by: PPN-SD parhuet.fr> Closes: https://github.com/gentoo/guru/pull/248 Signed-off-by: David Roman gmail.com> dev-cpp/wt/wt-4.11.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/wt/wt-4.11.0.ebuild b/dev-cpp/wt/wt-4.11.0.ebuild index 27ba7c4f3..a97475298 100644 --- a/dev-cpp/wt/wt-4.11.0.ebuild +++ b/dev-cpp/wt/wt-4.11.0.ebuild @@ -20,7 +20,7 @@ DEPEND=" opengl? ( virtual/opengl ) postgres? ( dev-db/postgresql ) ssl? ( dev-libs/openssl ) -