Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/targets/developer/
Date: Sun, 11 Oct 2020 14:41:40
Message-Id: 1602427277.16bce5dad6a88089449354ce801c1cd6566e8056.juippis@gentoo
1 commit: 16bce5dad6a88089449354ce801c1cd6566e8056
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 14:40:48 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 14:41:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16bce5da
7
8 profiles/targets/developer: don't enable verify-sig by default
9
10 - this change affects multiple people, yet was acked by no one. The
11 votes go 3-1 against it.
12
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 profiles/targets/developer/make.defaults | 3 ---
16 1 file changed, 3 deletions(-)
17
18 diff --git a/profiles/targets/developer/make.defaults b/profiles/targets/developer/make.defaults
19 index 99e2bd68f55..51d04d55ffb 100644
20 --- a/profiles/targets/developer/make.defaults
21 +++ b/profiles/targets/developer/make.defaults
22 @@ -19,6 +19,3 @@ PORTAGE_ELOG_CLASSES="${PORTAGE_ELOG_CLASSES} qa"
23 # perl and python are now disabled by default anyway, truetype and xml are enabled
24 # by the also inherited desktop profile
25 USE="${USE} snmp"
26 -
27 -# Verify upstream signatures by default.
28 -USE="${USE} verify-sig"