commit: 16bce5dad6a88089449354ce801c1cd6566e8056
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 11 14:40:48 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Oct 11 14:41:17 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16bce5da
profiles/targets/developer: don't enable verify-sig by default
- this change affects multiple people, yet was acked by no one. The
votes go 3-1 against it.
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
profiles/targets/developer/make.defaults | 3 ---
1 file changed, 3 deletions(-)
diff --git a/profiles/targets/developer/make.defaults
b/profiles/targets/developer/make.defaults
index 99e2bd68f55..51d04d55ffb 100644
--- a/profiles/targets/developer/make.defaults
+++ b/profiles/targets/developer/make.defaults
@@ -19,6 +19,3 @@ PORTAGE_ELOG_CLASSES="${PORTAGE_ELOG_CLASSES} qa"
# perl and python are now disabled by default anyway, truetype and xml are
enabled
# by the also inherited desktop profile
USE="${USE} snmp"
-
-# Verify upstream signatures by default.
-USE="${USE} verify-sig"