Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/targets/developer/
Date: Sat, 10 Oct 2020 18:21:37
Message-Id: 1602354087.02d5d73b1f8dc09c996dea20e43c6de4e1c63a46.mgorny@gentoo
1 commit: 02d5d73b1f8dc09c996dea20e43c6de4e1c63a46
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 6 12:09:26 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 10 18:21:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02d5d73b
7
8 profiles/targets/developer: Enable verify-sig by default
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 profiles/targets/developer/make.defaults | 5 ++++-
13 1 file changed, 4 insertions(+), 1 deletion(-)
14
15 diff --git a/profiles/targets/developer/make.defaults b/profiles/targets/developer/make.defaults
16 index 94e10bef018..99e2bd68f55 100644
17 --- a/profiles/targets/developer/make.defaults
18 +++ b/profiles/targets/developer/make.defaults
19 @@ -18,4 +18,7 @@ PORTAGE_ELOG_CLASSES="${PORTAGE_ELOG_CLASSES} qa"
20 # USE="-perl -python snmp truetype xml"
21 # perl and python are now disabled by default anyway, truetype and xml are enabled
22 # by the also inherited desktop profile
23 -USE="snmp"
24 +USE="${USE} snmp"
25 +
26 +# Verify upstream signatures by default.
27 +USE="${USE} verify-sig"