From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-985428-garchives=archives.gentoo.org@lists.gentoo.org> 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 2F47E138AE9 for <garchives@archives.gentoo.org>; Tue, 21 Nov 2017 22:55:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C7B1E0D4C; Tue, 21 Nov 2017 22:55:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2B751E0D4C for <gentoo-commits@lists.gentoo.org>; Tue, 21 Nov 2017 22:55:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C4DC233BEC7 for <gentoo-commits@lists.gentoo.org>; Tue, 21 Nov 2017 22:55:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4458AA2FA for <gentoo-commits@lists.gentoo.org>; Tue, 21 Nov 2017 22:55:39 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org> Message-ID: <1511304928.4d39999436395f176af2dc57678b2de4910e8a55.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gemato/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/gemato/metadata.xml X-VCS-Directories: app-portage/gemato/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4d39999436395f176af2dc57678b2de4910e8a55 X-VCS-Branch: master Date: Tue, 21 Nov 2017 22:55:39 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7fffa479-8003-4d36-9b48-3baca80e180a X-Archives-Hash: 79419152dbd4ec826960dade1580988c commit: 4d39999436395f176af2dc57678b2de4910e8a55 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Nov 21 22:55:11 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Nov 21 22:55:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d399994 app-portage/gemato: Describe USE=gpg app-portage/gemato/metadata.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-portage/gemato/metadata.xml b/app-portage/gemato/metadata.xml index 805485e949c..23ea67a2598 100644 --- a/app-portage/gemato/metadata.xml +++ b/app-portage/gemato/metadata.xml @@ -8,6 +8,8 @@ <use> <flag name='blake2'>Install dependencies needed for BLAKE2 hash functions</flag> + <flag name='gpg'>Install dependencies needed for OpenPGP + signature verification support</flag> <flag name='sha3'>Install dependencies needed for SHA3 hash functions</flag> </use>