From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-973517-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 073F81396D0
	for <garchives@archives.gentoo.org>; Mon, 18 Sep 2017 16:50:55 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 0D4DE2043F0;
	Mon, 18 Sep 2017 16:50:45 +0000 (UTC)
Received: from smtp.gentoo.org (dev.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 E0DE12043F0
	for <gentoo-commits@lists.gentoo.org>; Mon, 18 Sep 2017 16:50:44 +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 2F34C340DF9
	for <gentoo-commits@lists.gentoo.org>; Mon, 18 Sep 2017 16:50:44 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 91CAA909A
	for <gentoo-commits@lists.gentoo.org>; Mon, 18 Sep 2017 16:50:40 +0000 (UTC)
From: "Kent Fredric" <kentnl@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, "Kent Fredric" <kentnl@gentoo.org>
Message-ID: <1505753414.aec0b3ca0f95b343efaf8e94af0c1142a26c51eb.kentnl@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-RegExp/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-perl/XML-RegExp/metadata.xml
X-VCS-Directories: dev-perl/XML-RegExp/
X-VCS-Committer: kentnl
X-VCS-Committer-Name: Kent Fredric
X-VCS-Revision: aec0b3ca0f95b343efaf8e94af0c1142a26c51eb
X-VCS-Branch: master
Date: Mon, 18 Sep 2017 16:50:40 +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: 6a26d763-bdee-4fe9-9417-f80d276741ff
X-Archives-Hash: fa79c25e1aa0c1ce6385e8d3c4b316fe

commit:     aec0b3ca0f95b343efaf8e94af0c1142a26c51eb
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 18 16:48:00 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Sep 18 16:50:14 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aec0b3ca

dev-perl/XML-RegExp: fix mixed metadata.xml indentation

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/XML-RegExp/metadata.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-perl/XML-RegExp/metadata.xml b/dev-perl/XML-RegExp/metadata.xml
index 3066df84062..edd8fec7061 100644
--- a/dev-perl/XML-RegExp/metadata.xml
+++ b/dev-perl/XML-RegExp/metadata.xml
@@ -6,10 +6,10 @@
     <name>Gentoo Perl Project</name>
   </maintainer>
   <longdescription>
-		This package contains regular expressions for the following XML tokens:
-		BaseChar, Ideographic, Letter, Digit, Extender, CombiningChar, NameChar,
-		EntityRef, CharRef, Reference, Name, NmToken, and AttValue.
-	</longdescription>
+    This package contains regular expressions for the following XML tokens:
+    BaseChar, Ideographic, Letter, Digit, Extender, CombiningChar, NameChar,
+    EntityRef, CharRef, Reference, Name, NmToken, and AttValue.
+  </longdescription>
   <upstream>
     <remote-id type="cpan">XML-RegExp</remote-id>
     <remote-id type="cpan-module">XML::RegExp</remote-id>