commit: 140d49ef571b4c73bc49e890a29b2c8ec53d6ab5 Author: Patrick Lauer <patrick <AT> gentoo <DOT> org> AuthorDate: Thu Oct 13 15:40:48 2022 +0000 Commit: 罗百科 <patrick <AT> gentoo <DOT> org> CommitDate: Thu Oct 13 15:43:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=140d49ef
profiles/base: Move postgresql_targets_15 mask to use.stable.mask Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org> profiles/base/use.mask | 4 ---- profiles/base/use.stable.mask | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 90ee827e0ccc..7f933c6c7e3e 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -4,10 +4,6 @@ # 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 diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask index ca3c1c75167c..a4e777b49d31 100644 --- a/profiles/base/use.stable.mask +++ b/profiles/base/use.stable.mask @@ -4,6 +4,10 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Patrick Lauer <[email protected]> (2022-10-13) +# Postgres:15 is not stable yet +postgres_targets_postgres15 + # Michał Górny <[email protected]> (2022-05-08) # Mask until dev-lang/python:3.11 becomes stable. python_targets_python3_11
