commit: 02d5d73b1f8dc09c996dea20e43c6de4e1c63a46
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 6 12:09:26 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 10 18:21:27 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02d5d73b
profiles/targets/developer: Enable verify-sig by default
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
profiles/targets/developer/make.defaults | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/profiles/targets/developer/make.defaults
b/profiles/targets/developer/make.defaults
index 94e10bef018..99e2bd68f55 100644
--- a/profiles/targets/developer/make.defaults
+++ b/profiles/targets/developer/make.defaults
@@ -18,4 +18,7 @@ PORTAGE_ELOG_CLASSES="${PORTAGE_ELOG_CLASSES} qa"
# USE="-perl -python snmp truetype xml"
# perl and python are now disabled by default anyway, truetype and xml are
enabled
# by the also inherited desktop profile
-USE="snmp"
+USE="${USE} snmp"
+
+# Verify upstream signatures by default.
+USE="${USE} verify-sig"