commit: 53fd2ef22c9c570f9a019f5b5d74df3c2af3b961 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Thu Jul 25 12:16:07 2024 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Thu Jul 25 12:16:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53fd2ef2
profiles/arch/hppa: move installkernel[systemd] mask to stable.mask Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> profiles/arch/hppa/package.use.mask | 6 ------ profiles/arch/hppa/package.use.stable.mask | 8 ++++++++ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask index c19dc8731447..1c52bcaee761 100644 --- a/profiles/arch/hppa/package.use.mask +++ b/profiles/arch/hppa/package.use.mask @@ -12,12 +12,6 @@ media-video/ffmpeg quirc liblc3 # kde-frameworks/kservice not keyworded here x11-misc/xdg-utils plasma -# Sam James <[email protected]> (2024-06-19) -# The systemd implementation of installkernel doesn't currently support -# updating the 'initramfs.img' and 'vmlinuz' symlinks that palo needs, -# and palo is the only bootloader for HPPA. -sys-kernel/installkernel systemd - # Holger Hoffstätte <[email protected]> (2024-05-19) # media-libs/jasper not yet keyworded here: https://bugs.gentoo.org/921559 media-gfx/graphicsmagick jpeg2k diff --git a/profiles/arch/hppa/package.use.stable.mask b/profiles/arch/hppa/package.use.stable.mask index c12bd0c48c58..0c4f80d3fbd6 100644 --- a/profiles/arch/hppa/package.use.stable.mask +++ b/profiles/arch/hppa/package.use.stable.mask @@ -17,6 +17,14 @@ #--- END OF EXAMPLES --- +# Andrew Ammerlaan <[email protected]> (2024-07-25) +# Moved to stable.mask, issue is fixed in unstable v40 +# Sam James <[email protected]> (2024-06-19) +# The systemd implementation of installkernel doesn't currently support +# updating the 'initramfs.img' and 'vmlinuz' symlinks that palo needs, +# and palo is the only bootloader for HPPA. +sys-kernel/installkernel systemd + # Eli Schwartz <[email protected]> (2024-02-05) # Mask pdf support so net-print/cups-filters stabilisation # can go ahead (bug 627392)
