aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2020-12-03 15:00:28 -0700
committerTim Harder <radhermit@gmail.com>2020-12-03 15:00:28 -0700
commitb6d80cfb4fef4b40efabb06aeefd5dbad45b136a (patch)
tree7cf4c58c840ae98ff92327faa2e46b48980196cc /data
parentebuild.eclass: use __init_subclass__() to register eclass block tags (diff)
downloadpkgcore-b6d80cfb4fef4b40efabb06aeefd5dbad45b136a.tar.gz
pkgcore-b6d80cfb4fef4b40efabb06aeefd5dbad45b136a.tar.bz2
pkgcore-b6d80cfb4fef4b40efabb06aeefd5dbad45b136a.zip
data: add CHOST default to stubrepo profile make.defaults
In order to make configured repo init stop erroring out for consumers (e.g. pkgcheck) due to the missing value.
Diffstat (limited to 'data')
-rw-r--r--data/stubrepo/profiles/default/make.defaults1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/stubrepo/profiles/default/make.defaults b/data/stubrepo/profiles/default/make.defaults
index b3e0df88..12024de7 100644
--- a/data/stubrepo/profiles/default/make.defaults
+++ b/data/stubrepo/profiles/default/make.defaults
@@ -1 +1,2 @@
ARCH="amd64"
+CHOST="x86_64-pc-linux-gnu"