commit: a0813cd15139f95dce6612da07aecd987e21c699 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Thu Jun 10 17:28:22 2021 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Thu Jun 10 17:30:22 2021 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=a0813cd1
portage/isos/package.use: enable symlink for gentoo-sources kernel-2.eclass was changed so that the /usr/src/linux symlink is no longer created by default, even when it doesn't exist at all,unless USE=symlink is explicitly set. This breaks an assumption we make in catalyst. Explicitly setting symlink will work around this issue until we fix it up in catalyst. Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> releases/portage/isos/package.use/gentoo-sources | 1 + 1 file changed, 1 insertion(+) diff --git a/releases/portage/isos/package.use/gentoo-sources b/releases/portage/isos/package.use/gentoo-sources new file mode 100644 index 00000000..ef684cf7 --- /dev/null +++ b/releases/portage/isos/package.use/gentoo-sources @@ -0,0 +1 @@ +sys-kernel/gentoo-sources symlink
