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.
This commit is contained in:
Rafael Kitover 2018-08-04 05:11:24 -07:00
parent 7a054b4583
commit 5644339193
1 changed files with 0 additions and 1 deletions

View File

@ -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
}