commit: 3b1cd4fa57847b1ee1e14f0124ec9d6fd1f2df53 Author: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org> AuthorDate: Sun Aug 31 10:51:34 2014 +0000 Commit: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org> CommitDate: Sun Aug 31 10:51:34 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=3b1cd4fa
sci-physics/herwig++: fix dependency on sci-physics/looptools --- sci-physics/herwig++/ChangeLog | 3 +++ sci-physics/herwig++/herwig++-2.7.0-r1.ebuild | 2 +- sci-physics/herwig++/metadata.xml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sci-physics/herwig++/ChangeLog b/sci-physics/herwig++/ChangeLog index c38c984..3173f38 100644 --- a/sci-physics/herwig++/ChangeLog +++ b/sci-physics/herwig++/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 31 Aug 2014; Jauhien Piatlicki <[email protected]> herwig++-2.7.0-r1.ebuild: + fix dependency on sci-physics/looptools + *herwig++-2.7.0-r1 (07 May 2014) 07 May 2014; Sébastien Fabbro <[email protected]> +herwig++-2.7.0-r1.ebuild, diff --git a/sci-physics/herwig++/herwig++-2.7.0-r1.ebuild b/sci-physics/herwig++/herwig++-2.7.0-r1.ebuild index 330652e..39408ed 100644 --- a/sci-physics/herwig++/herwig++-2.7.0-r1.ebuild +++ b/sci-physics/herwig++/herwig++-2.7.0-r1.ebuild @@ -24,7 +24,7 @@ IUSE="c++0x fastjet static-libs" RDEPEND=" dev-libs/boost:0= sci-libs/gsl:0= - sci-physics/looptools:0= + <=sci-physics/looptools-2.8:0= >=sci-physics/thepeg-1.9.1:0= fastjet? ( sci-physics/fastjet:0= )" DEPEND="${RDEPEND} diff --git a/sci-physics/herwig++/metadata.xml b/sci-physics/herwig++/metadata.xml index e8ade11..ce1ef84 100644 --- a/sci-physics/herwig++/metadata.xml +++ b/sci-physics/herwig++/metadata.xml @@ -3,7 +3,7 @@ <pkgmetadata> <herd>sci-physics</herd> <maintainer> - <email>[email protected]</email> + <email>[email protected]</email> </maintainer> <longdescription> Herwig++ is a completely new event generator, written in C++.
