Index: gmerge |
diff --git a/gmerge b/gmerge |
index 1bc65d9da21e01e181871057a0899ccd7099f609..366d59cb2b161d71117e6031a6c29f54a95a1c21 100755 |
--- a/gmerge |
+++ b/gmerge |
@@ -35,6 +35,9 @@ fi |
mount -o remount,rw / |
mkdir -p /etc/make.profile |
+# Delete the local binary package cache. |
+sudo rm -rf /usr/portage/packages |
+ |
if [ $build == 1 ] ; then |
echo "Building $package_name" |
ESCAPED_PACKAGE=$(python -c \ |
@@ -67,7 +70,7 @@ export PORTAGE_TMPDIR=/tmp |
# Accept keywords only for stable ebuilds by default. |
if [ -z "$ACCEPT_KEYWORDS" ] ; then |
- ACCEPT_KEYWORDS='arm x86' |
+ ACCEPT_KEYWORDS='arm x86 ~arm ~x86' |
fi |
export ACCEPT_KEYWORDS |