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 95723158046 for ; Wed, 9 Oct 2024 14:07:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DAF5DE29F3; Wed, 9 Oct 2024 14:07:51 +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 C5779E29F3 for ; Wed, 9 Oct 2024 14:07:51 +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 E3932342FB5 for ; Wed, 9 Oct 2024 14:07:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E0301C89 for ; Wed, 9 Oct 2024 14:07:49 +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: <1728482848.f0a7a596f1ddc9603db1ac9fd46baf440d464ef2.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: profiles/ X-VCS-Repository: repo/proj/guru X-VCS-Files: profiles/package.use.mask X-VCS-Directories: profiles/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: f0a7a596f1ddc9603db1ac9fd46baf440d464ef2 X-VCS-Branch: dev Date: Wed, 9 Oct 2024 14:07:49 +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: 1df432a1-3ada-4112-9f9b-9eda2aa242d5 X-Archives-Hash: d4dc2efc01db5563e3ff1db1fdb650e8 commit: f0a7a596f1ddc9603db1ac9fd46baf440d464ef2 Author: David Roman gmail com> AuthorDate: Wed Oct 9 14:06:49 2024 +0000 Commit: David Roman gmail com> CommitDate: Wed Oct 9 14:07:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f0a7a596 profiles: remove obsolete value from package.use.mask Signed-off-by: David Roman gmail.com> profiles/package.use.mask | 5 ----- 1 file changed, 5 deletions(-) diff --git a/profiles/package.use.mask b/profiles/package.use.mask index 2127a7fdc..7fb196c60 100644 --- a/profiles/package.use.mask +++ b/profiles/package.use.mask @@ -7,11 +7,6 @@ # warp-dex relies on libpcap.so.0.8 which is not in tree. net-vpn/cloudflare-warp dex -# Anna Vyalkova (2023-11-21) -# Build failure. -# https://gitlab.com/famedly/conduit/-/issues/385 -net-im/conduit lmdb - # Anna Vyalkova (2023-11-21) # Bindings are generated for RocksDB 8.1.1, which is not in the tree. net-im/conduit system-rocksdb 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 48B04158046 for ; Wed, 9 Oct 2024 15:39:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96A75E2A36; Wed, 9 Oct 2024 15:39:05 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 80BBCE2A36 for ; Wed, 9 Oct 2024 15:39:05 +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 C92FC343144 for ; Wed, 9 Oct 2024 15:39:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BECA22DB for ; Wed, 9 Oct 2024 15:39:02 +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: <1728482848.f0a7a596f1ddc9603db1ac9fd46baf440d464ef2.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: profiles/ X-VCS-Repository: repo/proj/guru X-VCS-Files: profiles/package.use.mask X-VCS-Directories: profiles/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: f0a7a596f1ddc9603db1ac9fd46baf440d464ef2 X-VCS-Branch: master Date: Wed, 9 Oct 2024 15:39:02 +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: f74d583b-7fbb-435d-9663-b86e9a36143f X-Archives-Hash: 5a3100806326f187efbb2425aa9b63c5 Message-ID: <20241009153902.3l1DPAmnKCfjD8MDhpRew1JjQo60YgQ8MMRuz6Qvdsw@z> commit: f0a7a596f1ddc9603db1ac9fd46baf440d464ef2 Author: David Roman gmail com> AuthorDate: Wed Oct 9 14:06:49 2024 +0000 Commit: David Roman gmail com> CommitDate: Wed Oct 9 14:07:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f0a7a596 profiles: remove obsolete value from package.use.mask Signed-off-by: David Roman gmail.com> profiles/package.use.mask | 5 ----- 1 file changed, 5 deletions(-) diff --git a/profiles/package.use.mask b/profiles/package.use.mask index 2127a7fdc..7fb196c60 100644 --- a/profiles/package.use.mask +++ b/profiles/package.use.mask @@ -7,11 +7,6 @@ # warp-dex relies on libpcap.so.0.8 which is not in tree. net-vpn/cloudflare-warp dex -# Anna Vyalkova (2023-11-21) -# Build failure. -# https://gitlab.com/famedly/conduit/-/issues/385 -net-im/conduit lmdb - # Anna Vyalkova (2023-11-21) # Bindings are generated for RocksDB 8.1.1, which is not in the tree. net-im/conduit system-rocksdb