From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-986318-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 8253F139084
	for <garchives@archives.gentoo.org>; Sun, 26 Nov 2017 11:40:00 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 83016E0DD0;
	Sun, 26 Nov 2017 11:39: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 6365DE0DD0
	for <gentoo-commits@lists.gentoo.org>; Sun, 26 Nov 2017 11:39:59 +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 5816033C770
	for <gentoo-commits@lists.gentoo.org>; Sun, 26 Nov 2017 11:39:58 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C10ABA81D
	for <gentoo-commits@lists.gentoo.org>; Sun, 26 Nov 2017 11:39:56 +0000 (UTC)
From: "David Seifert" <soap@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, "David Seifert" <soap@gentoo.org>
Message-ID: <1511696240.f28757468394a8f31e62e49497c33883f50ba1a3.soap@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bazel/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-util/bazel/metadata.xml
X-VCS-Directories: dev-util/bazel/
X-VCS-Committer: soap
X-VCS-Committer-Name: David Seifert
X-VCS-Revision: f28757468394a8f31e62e49497c33883f50ba1a3
X-VCS-Branch: master
Date: Sun, 26 Nov 2017 11:39:56 +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: b8526b2b-e370-42e9-9d63-36d0f7a068e9
X-Archives-Hash: e096952c7f874f8245838cd12ad080fc

commit:     f28757468394a8f31e62e49497c33883f50ba1a3
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 22:42:16 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 26 11:37:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2875746

dev-util/bazel: [QA] Consistent whitespace in metadata.xml

 dev-util/bazel/metadata.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-util/bazel/metadata.xml b/dev-util/bazel/metadata.xml
index 518e125be25..33d6c739e33 100644
--- a/dev-util/bazel/metadata.xml
+++ b/dev-util/bazel/metadata.xml
@@ -11,13 +11,13 @@
 		<remote-id type="github">bazelbuild/bazel</remote-id>
 	</upstream>
 	<longdescription>
-	  Bazel is Google's own build tool. Bazel has built-in support for
-	  building both client and server software, including client
-	  applications for both Android and iOS platforms. It also provides
-	  an extensible framework that you can use to develop your own build
-	  rules.
+		Bazel is Google's own build tool. Bazel has built-in support for
+		building both client and server software, including client
+		applications for both Android and iOS platforms. It also provides
+		an extensible framework that you can use to develop your own build
+		rules.
 	</longdescription>
 	<use>
-	  <flag name="tools">Install extra bazel tools to build from sources</flag>
+		<flag name="tools">Install extra bazel tools to build from sources</flag>
 	</use>
 </pkgmetadata>