diff options
Diffstat (limited to 'extraconf')
-rw-r--r-- | extraconf/local.conf | 3 | ||||
-rw-r--r-- | extraconf/remote.conf | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/extraconf/local.conf b/extraconf/local.conf new file mode 100644 index 0000000..c87e1fc --- /dev/null +++ b/extraconf/local.conf @@ -0,0 +1,3 @@ +FEATURES="$FEATURES -buildpkg getbinpkg" +PKGDIR="/var/cache/binpkgs" +PORTAGE_BINHOST="http://ipepdvcompute4.ipe.kit.edu/binpkgs/" diff --git a/extraconf/remote.conf b/extraconf/remote.conf new file mode 100644 index 0000000..23202ac --- /dev/null +++ b/extraconf/remote.conf @@ -0,0 +1,4 @@ +FEATURES="$FEATURES -getbinpkg usepkg buildpkg" +PKGDIR="/var/cache/binpkgs" + +USE="-driver" |