diff options
| author | Suren A. Chilingaryan <csa@suren.me> | 2019-09-02 02:34:33 +0200 |
|---|---|---|
| committer | Suren A. Chilingaryan <csa@suren.me> | 2019-09-02 02:34:33 +0200 |
| commit | 5590fa26d1f7478d0cfb998e654fa162bf9bb6e9 (patch) | |
| tree | 9c641f463de1c13b14aa953d866011cf869f2cc5 /extraconf | |
| parent | 5924eaed34b0a8ca15a2137b110cd51d8ee73607 (diff) | |
Some flags to prevent circular dependencies during bootstrap
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" |
