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 5E179158041 for ; Sat, 13 Apr 2024 16:14:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45A2FE2A6E; Sat, 13 Apr 2024 16:14:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 279F1E2A3E for ; Sat, 13 Apr 2024 16:14:07 +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 67EC434339A for ; Sat, 13 Apr 2024 16:14:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF2A216DD for ; Sat, 13 Apr 2024 16:14:04 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1713023939.b3b8b9a7d06ffb94119639d9204ea2e2c06caa9c.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: profiles/ X-VCS-Repository: repo/proj/guru X-VCS-Files: profiles/package.mask X-VCS-Directories: profiles/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: b3b8b9a7d06ffb94119639d9204ea2e2c06caa9c X-VCS-Branch: master Date: Sat, 13 Apr 2024 16:14:04 +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: ca273ae9-9376-4041-a1ca-0b26b1838b6c X-Archives-Hash: 840470fe5721f2f7a3e943871d08d814 commit: b3b8b9a7d06ffb94119639d9204ea2e2c06caa9c Author: Julien Roy jroy ca> AuthorDate: Sat Apr 13 15:58:59 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Sat Apr 13 15:58:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b3b8b9a7 profiles: mask package with missing DEPEND Signed-off-by: Julien Roy jroy.ca> profiles/package.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 7868c6b76f..8f8d4a3a37 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -14,6 +14,11 @@ # New entries go on top. +# Julien Roy (2024-04-13) +# Depends on last rited dev-python/future +# Masked for removal in 30 days +media-video/ffsubsync + # Anna Vyalkova (2024-04-09) # Depends on masked net-libs/sofia-sip. net-voip/gnome-calls 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 37658158004 for ; Sat, 13 Apr 2024 15:59:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF1C6E29FF; Sat, 13 Apr 2024 15:59:23 +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 A54CAE29FF for ; Sat, 13 Apr 2024 15:59:23 +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 D52B934339C for ; Sat, 13 Apr 2024 15:59:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D68B16DB for ; Sat, 13 Apr 2024 15:59:21 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1713023939.b3b8b9a7d06ffb94119639d9204ea2e2c06caa9c.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: profiles/ X-VCS-Repository: repo/proj/guru X-VCS-Files: profiles/package.mask X-VCS-Directories: profiles/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: b3b8b9a7d06ffb94119639d9204ea2e2c06caa9c X-VCS-Branch: dev Date: Sat, 13 Apr 2024 15:59:21 +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: 4c901115-30cb-4b71-9e9c-d26535a96c17 X-Archives-Hash: b644bc69809973f1d137d7f535d36403 Message-ID: <20240413155921.dcpOnkyIFU2EfFuiFEskN1RVmKUcoybrVSOoXGUFE38@z> commit: b3b8b9a7d06ffb94119639d9204ea2e2c06caa9c Author: Julien Roy jroy ca> AuthorDate: Sat Apr 13 15:58:59 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Sat Apr 13 15:58:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b3b8b9a7 profiles: mask package with missing DEPEND Signed-off-by: Julien Roy jroy.ca> profiles/package.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 7868c6b76f..8f8d4a3a37 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -14,6 +14,11 @@ # New entries go on top. +# Julien Roy (2024-04-13) +# Depends on last rited dev-python/future +# Masked for removal in 30 days +media-video/ffsubsync + # Anna Vyalkova (2024-04-09) # Depends on masked net-libs/sofia-sip. net-voip/gnome-calls