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.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/bootstrap/fix_deps.sh b/scripts/bootstrap/fix_deps.sh
new file mode 100644
index 0000000..cf73d1e
--- /dev/null
+++ b/scripts/bootstrap/fix_deps.sh
@@ -0,0 +1,10 @@
+# Unmerge
+emerge --depclean -a
+
+# Ncurses/GPM circular dependency
+USE="-gpm" emerge -1 ncurses
+
+# Perl
+# emerge -u -1 -O perl $(eix '-I#' virtual/perl-*)
+# emerge -u -1 perl $(eix '-I#' virtual/perl-*)
+# perl-cleaner --all