From 2ba018a5af933e79e6ec500769350980fa2dd1cd Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Fri, 24 May 2024 10:25:59 +0400 Subject: [PATCH] Configure Gentoo --- gentoo/etc/portage/make.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gentoo/etc/portage/make.conf b/gentoo/etc/portage/make.conf index 59dcda0..c2fbb9c 100644 --- a/gentoo/etc/portage/make.conf +++ b/gentoo/etc/portage/make.conf @@ -6,7 +6,7 @@ GRUB_PLATFORMS="efi-64 pc" LC_MESSAGES="C.utf8" INPUT_DEVICES="libinput" PYTHON_TARGETS="python3_10 python3_11 python3_12" -RUBY_TARGETS="ruby31" +RUBY_TARGETS="ruby32" VIDEO_CARDS="nvidia" ACCEPT_LICENSE="-* @FREE"