Merge pull request #849 from reavessm/gcc-fix

Better handle systems with crossdev installed
This commit is contained in:
fewtarius 2022-12-28 20:39:11 -05:00 committed by GitHub
commit 2d59edd1cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,7 +84,7 @@ case "${DISTRO}" in
;;
gentoo|sabayon)
deps+=(g++ mkfontscale mkfontdir bdftopcf xsltproc java python3)
deps_pkg+=("gcc[cxx]" mkfontscale mkfontdir bdftopcf libxslt virtual/jre python3)
deps_pkg+=("sys-devel/gcc[cxx]" mkfontscale mkfontdir bdftopcf libxslt virtual/jre python3)
files_pkg=(glibc ncurses)
perl_pkg=(JSON XML-Parser)
;;