From 1b439f6d6407f70b6104cc996ec1db454badb352 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 4 May 2026 16:12:11 +0000 Subject: [PATCH 1/2] Initial plan From 3e0b37b2b9beeed5b5e196739317c839e893ea75 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 4 May 2026 16:16:23 +0000 Subject: [PATCH 2/2] fix: correct ACCEPT_LISCENSE typo to ACCEPT_LICENSE in Gentoo make.conf Agent-Logs-Url: https://github.com/stanfish06/my-configs/sessions/5f27ce90-89d4-410e-bec4-7a6b89e4ddfb Co-authored-by: stanfish06 <93099613+stanfish06@users.noreply.github.com> --- gentoo/configs-TF-X220/etc-TF-X220/portage/make.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gentoo/configs-TF-X220/etc-TF-X220/portage/make.conf b/gentoo/configs-TF-X220/etc-TF-X220/portage/make.conf index 4ad4db5..4076db8 100644 --- a/gentoo/configs-TF-X220/etc-TF-X220/portage/make.conf +++ b/gentoo/configs-TF-X220/etc-TF-X220/portage/make.conf @@ -14,7 +14,7 @@ FFLAGS="${COMMON_FLAGS}" # Please keep this setting intact when reporting bugs. LC_MESSAGES=C.UTF-8 -ACCEPT_LISCENSE="@FREE @BINARY-REDISTRIBUTABLE" +ACCEPT_LICENSE="@FREE @BINARY-REDISTRIBUTABLE" # trigger auto-update of external kernel modules upon kernel update USE="dist-kernel"