From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-831609-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id EFA7C1383D3
	for <garchives@archives.gentoo.org>; Tue,  1 Sep 2015 07:57:57 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C1BC51419B;
	Tue,  1 Sep 2015 07:57:51 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id EACE614179
	for <gentoo-commits@lists.gentoo.org>; Tue,  1 Sep 2015 07:57:50 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 2F64A340814
	for <gentoo-commits@lists.gentoo.org>; Tue,  1 Sep 2015 07:57:50 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id AD1A5187
	for <gentoo-commits@lists.gentoo.org>; Tue,  1 Sep 2015 07:57:47 +0000 (UTC)
From: "Justin Lecher" <jlec@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, "Justin Lecher" <jlec@gentoo.org>
Message-ID: <1440660518.1dfb9c1cb07dfde39e6f4bd6aa71a3b82f343d35.jlec@gentoo>
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/jupyter_core/
X-VCS-Repository: proj/sci
X-VCS-Files: dev-python/jupyter_core/jupyter_core-9999.ebuild
X-VCS-Directories: dev-python/jupyter_core/
X-VCS-Committer: jlec
X-VCS-Committer-Name: Justin Lecher
X-VCS-Revision: 1dfb9c1cb07dfde39e6f4bd6aa71a3b82f343d35
X-VCS-Branch: master
Date: Tue,  1 Sep 2015 07:57:47 +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: de2fcf16-9179-4fe2-be13-978ff326c620
X-Archives-Hash: de9381b80ca049e1e8700c45d4157e7b

commit:     1dfb9c1cb07dfde39e6f4bd6aa71a3b82f343d35
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Thu Aug 27 07:28:38 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Aug 27 07:28:38 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=1dfb9c1c

dev-python/jupyter_core: Drop empty line

Package-Manager: portage-2.2.20.1

 dev-python/jupyter_core/jupyter_core-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/jupyter_core/jupyter_core-9999.ebuild b/dev-python/jupyter_core/jupyter_core-9999.ebuild
index db3cb0c..60de338 100644
--- a/dev-python/jupyter_core/jupyter_core-9999.ebuild
+++ b/dev-python/jupyter_core/jupyter_core-9999.ebuild
@@ -31,7 +31,6 @@ DEPEND="${RDEPEND}
 			dev-python/mock[${PYTHON_USEDEP}] )
 	"
 
-
 python_test() {
 	distutils_install_for_testing
 	cd "${TEST_DIR}"/lib || die