commit: f3e18eb781a46121980a5b8873ffd2833de00ad7 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Thu Dec 7 19:41:12 2023 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Thu Dec 7 19:41:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3e18eb7
package.mask: Implement mask/unmask for >=systemd-255 and split/merged-usr geometry Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/features/merged-usr/package.mask | 6 ++++++ profiles/features/split-usr/package.mask | 7 +++++++ profiles/releases/17.0/package.mask | 7 +++++++ 3 files changed, 20 insertions(+) diff --git a/profiles/features/merged-usr/package.mask b/profiles/features/merged-usr/package.mask new file mode 100644 index 000000000000..96ac454f8384 --- /dev/null +++ b/profiles/features/merged-usr/package.mask @@ -0,0 +1,6 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Andreas K. Hüttel <[email protected]> (2023-12-07) +# Can be used on a merged-usr profile. +->=sys-apps/systemd-255 diff --git a/profiles/features/split-usr/package.mask b/profiles/features/split-usr/package.mask new file mode 100644 index 000000000000..3c95fbece0e9 --- /dev/null +++ b/profiles/features/split-usr/package.mask @@ -0,0 +1,7 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Andreas K. Hüttel <[email protected]> (2023-12-07) +# Does not support split-usr filesystem geometry. Please migrate to +# a merged-usr profile. +>=sys-apps/systemd-255 diff --git a/profiles/releases/17.0/package.mask b/profiles/releases/17.0/package.mask new file mode 100644 index 000000000000..3c95fbece0e9 --- /dev/null +++ b/profiles/releases/17.0/package.mask @@ -0,0 +1,7 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Andreas K. Hüttel <[email protected]> (2023-12-07) +# Does not support split-usr filesystem geometry. Please migrate to +# a merged-usr profile. +>=sys-apps/systemd-255
