From 56443391936853adbf35b9e1d521370cd13b5774 Mon Sep 17 00:00:00 2001 From: Rafael Kitover Date: Sat, 4 Aug 2018 05:11:24 -0700 Subject: [PATCH] installdeps gentoo: don't eselect wxwidgets Don't eselect the wxwidgets installation for gentoo because the user may have their own preferred version and the default should be set correctly for the only installation. --- installdeps | 1 - 1 file changed, 1 deletion(-) diff --git a/installdeps b/installdeps index 2bc427642..7ba725064 100755 --- a/installdeps +++ b/installdeps @@ -735,7 +735,6 @@ gentoo_installdeps() { check sudo emerge-webrsync check sudo emerge -vuDUa gcc make cmake binutils libsdl2 libsfml wxGTK zlib dev-util/pkgconfig nasm - check sudo eselect wxwidgets set 1 build_instructions }