From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 6C35D1581B9 for ; Thu, 25 Sep 2025 13:38:17 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 542DE342067 for ; Thu, 25 Sep 2025 13:38:17 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id D64CF110576; Thu, 25 Sep 2025 13:38:10 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id CDA04110576 for ; Thu, 25 Sep 2025 13:38:10 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8D2B8340E7A for ; Thu, 25 Sep 2025 13:38:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CC883A61 for ; Thu, 25 Sep 2025 13:38:09 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1758807445.9718eec39a4ac1e48b216f51341fc2a454e6cca6.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/use.mask X-VCS-Directories: profiles/base/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: 9718eec39a4ac1e48b216f51341fc2a454e6cca6 X-VCS-Branch: master Date: Thu, 25 Sep 2025 13:38:09 +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: bdc33249-ceb0-4284-a265-03ba17cfe88f X-Archives-Hash: b3c7bcd4cfc37580611659bfc364c87e commit: 9718eec39a4ac1e48b216f51341fc2a454e6cca6 Author: Patrick Lauer gentoo org> AuthorDate: Thu Sep 25 12:29:24 2025 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Thu Sep 25 13:37:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9718eec3 profiles/base: stable-mask postgresql_targets_18 Signed-off-by: Patrick Lauer gentoo.org> profiles/base/use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/base/use.mask b/profiles/base/use.mask index b02c40e18837..85a78606246b 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -4,6 +4,10 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Patrick Lauer (2025-09-25) +# Postgres:18 is not stable yet +postgres_targets_postgres18 + # Sam James (2025-04-19) # Ruby 3.1 is no longer supported upstream and will no longer # receive security updates.