From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-928803-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 641F8139085
	for <garchives@archives.gentoo.org>; Thu,  2 Feb 2017 06:30:10 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 9B1B721C028;
	Thu,  2 Feb 2017 06:30:09 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 7CFE021C028
	for <gentoo-commits@lists.gentoo.org>; Thu,  2 Feb 2017 06:30:09 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 6562B34105A
	for <gentoo-commits@lists.gentoo.org>; Thu,  2 Feb 2017 06:30:08 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id DE4C03D60
	for <gentoo-commits@lists.gentoo.org>; Thu,  2 Feb 2017 06:30:02 +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: <1486016987.1a2fef46603fccacd3c7ba9dee731713682827a0.patrick@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/layman/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-portage/layman/layman-2.4.2.ebuild
X-VCS-Directories: app-portage/layman/
X-VCS-Committer: patrick
X-VCS-Committer-Name: Patrick Lauer
X-VCS-Revision: 1a2fef46603fccacd3c7ba9dee731713682827a0
X-VCS-Branch: master
Date: Thu,  2 Feb 2017 06:30:02 +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: eb8a90a2-9cfc-4ec6-b975-385aff5f8177
X-Archives-Hash: fccfff2c3a5d3c23bd63c67596848754

commit:     1a2fef46603fccacd3c7ba9dee731713682827a0
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  2 06:29:47 2017 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Thu Feb  2 06:29:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a2fef46

app-portage/layman: Whitespace

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-portage/layman/layman-2.4.2.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-portage/layman/layman-2.4.2.ebuild b/app-portage/layman/layman-2.4.2.ebuild
index c17c906..e0dff12 100644
--- a/app-portage/layman/layman-2.4.2.ebuild
+++ b/app-portage/layman/layman-2.4.2.ebuild
@@ -41,7 +41,6 @@ RDEPEND="
 	>=dev-python/ssl-fetch-0.4[${PYTHON_USEDEP}]
 	"
 
-
 layman_check_kernel_config() {
 	local CONFIG_CHECK
 	use squashfs && CONFIG_CHECK+=" ~BLK_DEV_LOOP ~SQUASHFS"