From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1264940-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 B56EF1382C5
	for <garchives@archives.gentoo.org>; Sun, 28 Mar 2021 01:29:21 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 05325E0870;
	Sun, 28 Mar 2021 01:29:21 +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-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id DF9F0E0870
	for <gentoo-commits@lists.gentoo.org>; Sun, 28 Mar 2021 01:29:20 +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 D3CBE340D90
	for <gentoo-commits@lists.gentoo.org>; Sun, 28 Mar 2021 01:29:19 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D6A45D2
	for <gentoo-commits@lists.gentoo.org>; Sun, 28 Mar 2021 01:29:18 +0000 (UTC)
From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org>
Message-ID: <1616894772.38413f3b54f7090b0bcd40720b3e469deac3a2da.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/herwig++/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sci-physics/herwig++/herwig++-2.7.1-r1.ebuild
X-VCS-Directories: sci-physics/herwig++/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 38413f3b54f7090b0bcd40720b3e469deac3a2da
X-VCS-Branch: master
Date: Sun, 28 Mar 2021 01:29:18 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 3bbcfbee-7632-47c4-8a20-b449cb3b9eb5
X-Archives-Hash: 4c705b1e8d2d75ff51fdf45239f8a9b6

commit:     38413f3b54f7090b0bcd40720b3e469deac3a2da
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 28 01:15:35 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 28 01:26:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38413f3b

sci-physics/herwig++: fix DoubleEmptyLine

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-physics/herwig++/herwig++-2.7.1-r1.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sci-physics/herwig++/herwig++-2.7.1-r1.ebuild b/sci-physics/herwig++/herwig++-2.7.1-r1.ebuild
index 0efec5352f5..8f7bfafc054 100644
--- a/sci-physics/herwig++/herwig++-2.7.1-r1.ebuild
+++ b/sci-physics/herwig++/herwig++-2.7.1-r1.ebuild
@@ -30,14 +30,12 @@ DEPEND="
 	>=sys-devel/boost-m4-0.4_p20160328
 "
 
-
 src_prepare() {
 	default
 
 	eapply -p0 "${FILESDIR}"/${PN}-2.6.3-looptools.patch
 	eapply "${FILESDIR}"/${PN}-2.7.1-fix-boost-1.67.patch
 
-
 	# fixes bug 570458, which is due to an outdated bundled boost.m4
 	rm m4/boost.m4 || die