From 0c995c059a397953056b249ab8c2cdad3e82b8b3 Mon Sep 17 00:00:00 2001 From: Carlos Konstanski Date: Tue, 3 Dec 2019 15:21:25 -0700 Subject: added cacert USE flag --- salt/gentoo_baseimage/gentoo_baseimage/files/make.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/gentoo_baseimage/gentoo_baseimage/files/make.conf b/salt/gentoo_baseimage/gentoo_baseimage/files/make.conf index de50ae9..2f68b9d 100644 --- a/salt/gentoo_baseimage/gentoo_baseimage/files/make.conf +++ b/salt/gentoo_baseimage/gentoo_baseimage/files/make.conf @@ -3,7 +3,7 @@ CFLAGS="-O2 -pipe" CXXFLAGS="${CFLAGS}" FCFLAGS="${CFLAGS}" FFLAGS="${CFLAGS}" -USE="-X -webstart -alsa -cups -gtk -vala -introspection" +USE="cacert -X -webstart -alsa -cups -gtk -vala -introspection" ABI_X86="64 32" EMERGE_DEFAULT_OPTS="--quiet-build=y --with-bdeps=y --nospinner --verbose-conflicts --changed-deps-report=n --keep-going=y" FEATURES="-preserve-libs" -- cgit v1.3