summaryrefslogtreecommitdiffstats
path: root/scripts/bootstrap/fix_deps.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/bootstrap/fix_deps.sh')
-rw-r--r--scripts/bootstrap/fix_deps.sh8
1 files changed, 6 insertions, 2 deletions
diff --git a/scripts/bootstrap/fix_deps.sh b/scripts/bootstrap/fix_deps.sh
index e27a8c0..2cccf4b 100644
--- a/scripts/bootstrap/fix_deps.sh
+++ b/scripts/bootstrap/fix_deps.sh
@@ -1,5 +1,9 @@
-# Ncurses/GPM circular dependency
-USE="-gpm" emerge -1 ncurses
+#! /bin/bash
+
+# Ncurses/GPM, pam/caps, pkgconfig/glib circular dependency
+USE="${USE} -gpm" emerge -1 ncurses
+USE="${USE} -filecaps" emerge -1 pam
+USE="${USE} internal-glib" emerge -1 pkgconfig
# Unmerge
#emerge --depclean -a