Merge pull request #4380 from vitalogy/checkdeps_gentoo

scripts/checkdeps: fix gentoo deps
This commit is contained in:
Lukas Rusak 2015-10-19 00:51:41 -07:00
commit 0c6541ff7a
2 changed files with 3 additions and 2 deletions

View File

@ -44,7 +44,8 @@ case "$DISTRO" in
;;
gentoo)
deps="$deps g++ mkfontscale mkfontdir bdftopcf xsltproc java"
deps_pkg="$deps_pkg g++ mkfontscale mkfontdir bdftopcf libxslt jre"
deps_pkg="$deps_pkg gcc[cxx] mkfontscale mkfontdir bdftopcf libxslt virtual/jre"
files_pkg="glibc ncurses"
;;
arch)
# md5deep is only available in the aur