Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH v2 3/6] profiles/targets/developer: Enable verify-sig by default
Date: Tue, 06 Oct 2020 12:11:36
Message-Id: 20201006121050.106011-3-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH v2 1/6] verify-sig.eclass: New eclass to verify OpenPGP sigs by "Michał Górny"
1 Signed-off-by: Michał Górny <mgorny@g.o>
2 ---
3 profiles/targets/developer/make.defaults | 5 ++++-
4 1 file changed, 4 insertions(+), 1 deletion(-)
5
6 diff --git a/profiles/targets/developer/make.defaults b/profiles/targets/developer/make.defaults
7 index 94e10bef0180..99e2bd68f554 100644
8 --- a/profiles/targets/developer/make.defaults
9 +++ b/profiles/targets/developer/make.defaults
10 @@ -18,4 +18,7 @@ PORTAGE_ELOG_CLASSES="${PORTAGE_ELOG_CLASSES} qa"
11 # USE="-perl -python snmp truetype xml"
12 # perl and python are now disabled by default anyway, truetype and xml are enabled
13 # by the also inherited desktop profile
14 -USE="snmp"
15 +USE="${USE} snmp"
16 +
17 +# Verify upstream signatures by default.
18 +USE="${USE} verify-sig"
19 --
20 2.28.0