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 3CEF715800F for ; Fri, 10 Feb 2023 13:36:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 749FAE07C7; Fri, 10 Feb 2023 13:36:13 +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 57AA8E07C7 for ; Fri, 10 Feb 2023 13:36:13 +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 4AE7333BE33 for ; Fri, 10 Feb 2023 13:36:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9227891 for ; Fri, 10 Feb 2023 13:36:10 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1676036152.ead757b56b3a7e38e95251371cb4206eace80626.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: profiles/ X-VCS-Repository: proj/sci X-VCS-Files: profiles/package.mask X-VCS-Directories: profiles/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: ead757b56b3a7e38e95251371cb4206eace80626 X-VCS-Branch: master Date: Fri, 10 Feb 2023 13:36:10 +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: 58ab420d-3b5c-4dc2-a61e-08617004ef76 X-Archives-Hash: b3ed6f63b531bee8f7f4792e6734a6ab commit: ead757b56b3a7e38e95251371cb4206eace80626 Author: Andrew Ammerlaan gentoo org> AuthorDate: Fri Feb 10 13:35:52 2023 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Fri Feb 10 13:35:52 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ead757b5 profiles: mask packages with missing checksums Signed-off-by: Andrew Ammerlaan gentoo.org> profiles/package.mask | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 25e3558f8..188bab233 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -41,3 +41,12 @@ sci-biology/trans-abyss sci-biology/pyfaidx sci-biology/gffutils sci-biology/RSeQC + +# Andrew Ammerlaan