diff options
author | Sam James <sam@gentoo.org> | 2021-03-28 01:15:35 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-28 01:26:12 +0000 |
commit | 38413f3b54f7090b0bcd40720b3e469deac3a2da (patch) | |
tree | 95f89ce2b3b3a2e7a52d10a3e19312319dedc04b /sci-physics | |
parent | sys-kernel/gentoo-sources: sparc marked stable (bug #768894) (diff) | |
download | gentoo-38413f3b54f7090b0bcd40720b3e469deac3a2da.tar.gz gentoo-38413f3b54f7090b0bcd40720b3e469deac3a2da.tar.bz2 gentoo-38413f3b54f7090b0bcd40720b3e469deac3a2da.zip |
sci-physics/herwig++: fix DoubleEmptyLine
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/herwig++/herwig++-2.7.1-r1.ebuild | 2 |
1 files changed, 0 insertions, 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 0efec5352f5b..8f7bfafc0549 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 |