commit: 3b27eb8df38476bf37c48bd0e49de78271385deb Author: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com> AuthorDate: Mon Mar 31 23:17:11 2014 +0000 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org> CommitDate: Wed Apr 2 23:53:23 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=3b27eb8d
Fix syntax bug in dependency atom Package-Manager: portage-2.2.8-r1 --- sci-physics/geant-vmc/ChangeLog | 4 ++++ sci-physics/geant-vmc/geant-vmc-3.1.15a.ebuild | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/sci-physics/geant-vmc/ChangeLog b/sci-physics/geant-vmc/ChangeLog index 7a23104..353b841 100644 --- a/sci-physics/geant-vmc/ChangeLog +++ b/sci-physics/geant-vmc/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 31 Mar 2014; Oliver Freyermuth <[email protected]> + geant-vmc-3.1.15a.ebuild: + Fix syntax bug in dependency atom + *geant-vmc-4.2.15a (31 Mar 2014) 31 Mar 2014; Oliver Freyermuth <[email protected]> diff --git a/sci-physics/geant-vmc/geant-vmc-3.1.15a.ebuild b/sci-physics/geant-vmc/geant-vmc-3.1.15a.ebuild index ba8fcad..06c5def 100644 --- a/sci-physics/geant-vmc/geant-vmc-3.1.15a.ebuild +++ b/sci-physics/geant-vmc/geant-vmc-3.1.15a.ebuild @@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="examples" RDEPEND=" - sci-physics/root[pythia6]:= + sci-physics/root:=[pythia6] !sci-physics/geant:3" DEPEND="${RDEPEND}"
