commit: 342930469cbba2351240fb90cec8139b6a689ea4 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Fri Jul 9 01:37:54 2021 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Fri Jul 9 01:53:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34293046
profiles/features/uclibc: unmask opentmpfiles, mask systemd's systemd-tmpfiles currently does not compile with uclibc-ng Bug: https://bugs.gentoo.org/801106 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> profiles/features/uclibc/package.mask | 4 ++++ profiles/features/uclibc/package.unmask | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/profiles/features/uclibc/package.mask b/profiles/features/uclibc/package.mask index c81f0fe19e4..fe51d352f2f 100644 --- a/profiles/features/uclibc/package.mask +++ b/profiles/features/uclibc/package.mask @@ -5,6 +5,10 @@ sys-libs/musl sys-libs/glibc sys-libs/pam +# Ionen Wolkens <[email protected]> (2021-07-09) +# Mask in favor of opentmpfiles until usable with uclibc-ng (bug #801106) +sys-apps/systemd-tmpfiles + # David Seifert <[email protected]> (2021-02-08) # nvidia-drivers only works against glibc. x11-drivers/nvidia-drivers diff --git a/profiles/features/uclibc/package.unmask b/profiles/features/uclibc/package.unmask new file mode 100644 index 00000000000..3c4392737b2 --- /dev/null +++ b/profiles/features/uclibc/package.unmask @@ -0,0 +1,7 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Ionen Wolkens <[email protected]> (2021-07-09) +# Unmask opentmpfiles on uclibc profiles until systemd-tmpfiles is +# usable (bug #801106). Lower bound to keep 0.3.1 mask active. +<sys-apps/opentmpfiles-0.3.1
