From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1261580-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 C33361382C5 for <garchives@archives.gentoo.org>; Mon, 15 Mar 2021 21:01:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDA1AE085A; Mon, 15 Mar 2021 21:01:47 +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 B2AEAE0845 for <gentoo-commits@lists.gentoo.org>; Mon, 15 Mar 2021 21:01:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9BB67340B65 for <gentoo-commits@lists.gentoo.org>; Mon, 15 Mar 2021 21:01:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD42F5BA for <gentoo-commits@lists.gentoo.org>; Mon, 15 Mar 2021 21:01:43 +0000 (UTC) From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org> Message-ID: <1615841922.6d89bedc315c406bd39ad724ef06ab91b9e5a2f1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/hydra/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/hydra/metadata.xml X-VCS-Directories: net-analyzer/hydra/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6d89bedc315c406bd39ad724ef06ab91b9e5a2f1 X-VCS-Branch: master Date: Mon, 15 Mar 2021 21:01:43 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 26a2264e-0582-496f-beb2-91e97c016df5 X-Archives-Hash: 4da28059a537dd86f164af1065dd4d8f commit: 6d89bedc315c406bd39ad724ef06ab91b9e5a2f1 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Mar 15 20:37:56 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Mar 15 20:58:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d89bedc net-analyzer/hydra: fix metadata indentation Signed-off-by: Sam James <sam <AT> gentoo.org> net-analyzer/hydra/metadata.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/net-analyzer/hydra/metadata.xml b/net-analyzer/hydra/metadata.xml index 0c88bc63e93..f8854ff54a9 100644 --- a/net-analyzer/hydra/metadata.xml +++ b/net-analyzer/hydra/metadata.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="project"> -<email>netmon@gentoo.org</email> -</maintainer> -<use> -<flag name="gcrypt">Enable radmin2 support through <pkg>dev-libs/libgcrypt</pkg></flag> -<flag name="libssh">Enable SSH support through <pkg>net-libs/libssh</pkg></flag> -<flag name="mongodb">MongoDB support through <pkg>dev-libs/mongo-c-driver</pkg></flag> -<flag name="ncp">NCP protocol (NetWare) support through ncpfs</flag> -</use> + <maintainer type="project"> + <email>netmon@gentoo.org</email> + </maintainer> + <use> + <flag name="gcrypt">Enable radmin2 support through <pkg>dev-libs/libgcrypt</pkg></flag> + <flag name="libssh">Enable SSH support through <pkg>net-libs/libssh</pkg></flag> + <flag name="mongodb">MongoDB support through <pkg>dev-libs/mongo-c-driver</pkg></flag> + <flag name="ncp">NCP protocol (NetWare) support through ncpfs</flag> + </use> </pkgmetadata>