commit: 348892ea7ee573a0f10d809a96907c1d45c61b02 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Jun 13 17:20:43 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Jun 13 20:42:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=348892ea
profiles: base: Add kf6compat to use.stable.mask Bug: https://bugs.gentoo.org/926828 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> profiles/base/use.stable.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask index ee3bba441b93..63704adbe45a 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 +# Andreas Sturmlechner <[email protected]> (2024-06-13) +# KF6 is not in stable yet. +kf6compat + # Michał Górny <[email protected]> (2024-05-08) # Python implementations without stable keywords. python_targets_python3_13
