aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Freyermuth <o.freyermuth@googlemail.com>2014-04-01 01:17:11 +0200
committerOliver Freyermuth <o.freyermuth@googlemail.com>2014-04-03 01:53:23 +0200
commit3b27eb8df38476bf37c48bd0e49de78271385deb (patch)
treebecf558db5daacfccb922234b9867a2fb691f46c /sci-physics
parentin main tree (diff)
downloadsci-3b27eb8df38476bf37c48bd0e49de78271385deb.tar.gz
sci-3b27eb8df38476bf37c48bd0e49de78271385deb.tar.bz2
sci-3b27eb8df38476bf37c48bd0e49de78271385deb.zip
Fix syntax bug in dependency atom
Package-Manager: portage-2.2.8-r1
Diffstat (limited to 'sci-physics')
-rw-r--r--sci-physics/geant-vmc/ChangeLog4
-rw-r--r--sci-physics/geant-vmc/geant-vmc-3.1.15a.ebuild2
2 files changed, 5 insertions, 1 deletions
diff --git a/sci-physics/geant-vmc/ChangeLog b/sci-physics/geant-vmc/ChangeLog
index 7a23104e5..353b8417e 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 <o.freyermuth@googlemail.com>
+ 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 <o.freyermuth@googlemail.com>
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 ba8fcad4b..06c5def67 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}"