From 5590fa26d1f7478d0cfb998e654fa162bf9bb6e9 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Mon, 2 Sep 2019 02:34:33 +0200 Subject: Some flags to prevent circular dependencies during bootstrap --- extraconf/local.conf | 3 +++ extraconf/remote.conf | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 extraconf/local.conf create mode 100644 extraconf/remote.conf (limited to 'extraconf') 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" -- cgit v1.2.1