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 305B915802E for ; Mon, 1 Jul 2024 08:17:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 614882BC01D; Mon, 1 Jul 2024 08:17:18 +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 5BC3A2BC01D for ; Mon, 1 Jul 2024 08:17: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 6B72F335DC3 for ; Mon, 1 Jul 2024 08:17:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C229C1BC0 for ; Mon, 1 Jul 2024 08:17:14 +0000 (UTC) From: "Matt Jolly" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Jolly" Message-ID: <1719821491.e644994f51b6b41da8231f14045b984c3887fdae.kangie@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/package.mask X-VCS-Directories: profiles/ X-VCS-Committer: kangie X-VCS-Committer-Name: Matt Jolly X-VCS-Revision: e644994f51b6b41da8231f14045b984c3887fdae X-VCS-Branch: master Date: Mon, 1 Jul 2024 08:17:14 +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: ec8ba03a-dd16-442e-bdf5-9dd0021f5bf6 X-Archives-Hash: d21e88ba4d6684804d98cbb92d723c6f commit: e644994f51b6b41da8231f14045b984c3887fdae Author: NHOrus yahoo com> AuthorDate: Fri Jun 28 07:36:35 2024 +0000 Commit: Matt Jolly gentoo org> CommitDate: Mon Jul 1 08:11:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e644994f games-puzzle/seatris: last rites Bug: https://bugs.gentoo.org/935057 Signed-off-by: NHOrus yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/37331 Signed-off-by: Matt Jolly gentoo.org> profiles/package.mask | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index de3e1a56af44..ed71dcd5f7d6 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,14 @@ #--- END OF EXAMPLES --- +# NHOrus (2024-06-28) +# games-puzzle/seatris: last rites +# Twenty-year-old tetris clone with upstream that wasn't touched since, +# broken code and broken autoconf. +# Removed after 2024-08-01 +# Bug: https://bugs.gentoo.org/935057 +games-puzzle/seatris + # Michał Górny (2024-07-01) # Refuses to boot if initramfs was built with an older systemd version # that enabled "cgroups v1". Bug #935261.