From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 98E19138359 for ; Tue, 6 Oct 2020 12:11:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D02D6E0B92; Tue, 6 Oct 2020 12:10:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9518DE0B83 for ; Tue, 6 Oct 2020 12:10:59 +0000 (UTC) From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= To: gentoo-dev@lists.gentoo.org Cc: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Subject: [gentoo-dev] [PATCH v2 3/6] profiles/targets/developer: Enable verify-sig by default Date: Tue, 6 Oct 2020 14:10:47 +0200 Message-Id: <20201006121050.106011-3-mgorny@gentoo.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20201006121050.106011-1-mgorny@gentoo.org> References: <20201006121050.106011-1-mgorny@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: 4fc21bd2-37c9-41ff-bdee-516e903c5644 X-Archives-Hash: 1829f0c2842239d679ea75272f697e25 Signed-off-by: Michał Górny --- 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 94e10bef0180..99e2bd68f554 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" -- 2.28.0