commit: 94850fbb39ae8726c20f941c1cf8c9d6b4f91bb4 Author: Patrick Lauer <patrick <AT> gentoo <DOT> org> AuthorDate: Thu Oct 6 17:46:37 2022 +0000 Commit: 罗百科 <patrick <AT> gentoo <DOT> org> CommitDate: Thu Oct 6 17:48:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94850fbb
profiles/base: Mask postgres_targets_postgres15 until postgres:15 is unmasked Signed-off-by: Patrick Lauer <patrick <AT> 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 7f933c6c7e3e..90ee827e0ccc 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 <[email protected]> (2022-10-06) +# Postgres:15 is RC +postgres_targets_postgres15 + # Brian Evans <[email protected]> (2022-09-30) # PHP 8.2 is in RC php_targets_php8-2
