From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-898400-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 B5F80138330
	for <garchives@archives.gentoo.org>; Wed, 24 Aug 2016 05:19:10 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2B6A2E09AF;
	Wed, 24 Aug 2016 05:19:08 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id C34B2E09AF
	for <gentoo-commits@lists.gentoo.org>; Wed, 24 Aug 2016 05:19:07 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id A42923408A2
	for <gentoo-commits@lists.gentoo.org>; Wed, 24 Aug 2016 05:19:06 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 8960C2455
	for <gentoo-commits@lists.gentoo.org>; Wed, 24 Aug 2016 05:19:03 +0000 (UTC)
From: "Patrick Lauer" <patrick@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, "Patrick Lauer" <patrick@gentoo.org>
Message-ID: <1472015768.f34ec4f202e316a37dac4612f86dbcbcd2e6ae5a.patrick@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-yaml/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-php/pecl-yaml/pecl-yaml-2.0.0_rc8.ebuild
X-VCS-Directories: dev-php/pecl-yaml/
X-VCS-Committer: patrick
X-VCS-Committer-Name: Patrick Lauer
X-VCS-Revision: f34ec4f202e316a37dac4612f86dbcbcd2e6ae5a
X-VCS-Branch: master
Date: Wed, 24 Aug 2016 05:19:03 +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: 98bcb6a4-e761-4214-9d7e-4fe53e5da144
X-Archives-Hash: 8edc8501d235f7649bf4514acd46c4e8

commit:     f34ec4f202e316a37dac4612f86dbcbcd2e6ae5a
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 24 05:16:08 2016 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Wed Aug 24 05:16:08 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f34ec4f2

dev-php/pecl-yaml: Whitespace

Package-Manager: portage-2.3.0

 dev-php/pecl-yaml/pecl-yaml-2.0.0_rc8.ebuild | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/dev-php/pecl-yaml/pecl-yaml-2.0.0_rc8.ebuild b/dev-php/pecl-yaml/pecl-yaml-2.0.0_rc8.ebuild
index 4a34595..5abea27 100644
--- a/dev-php/pecl-yaml/pecl-yaml-2.0.0_rc8.ebuild
+++ b/dev-php/pecl-yaml/pecl-yaml-2.0.0_rc8.ebuild
@@ -31,10 +31,9 @@ RDEPEND="${DEPEND} php_targets_php5-6? ( dev-php/pecl-yaml:0[php_targets_php5-6]
 PHP_EXT_ECONF_ARGS=""
 
 src_prepare() {
-        if use php_targets_php7-0 ; then
-                php-ext-source-r3_src_prepare
-        else
-                default_src_prepare
-        fi
+	if use php_targets_php7-0 ; then
+		php-ext-source-r3_src_prepare
+	else
+		default_src_prepare
+	fi
 }
-