diff options
author | 2014-11-14 17:13:34 -0700 | |
---|---|---|
committer | 2014-11-14 17:13:34 -0700 | |
commit | 7ae038944fbfe5679efb95df512ac24a2347bcad (patch) | |
tree | 3f2535e84c720594bc32a02af8e449a6b6a20300 /virtual | |
parent | fix mvapich2 dep (diff) | |
download | sci-7ae038944fbfe5679efb95df512ac24a2347bcad.tar.gz sci-7ae038944fbfe5679efb95df512ac24a2347bcad.tar.bz2 sci-7ae038944fbfe5679efb95df512ac24a2347bcad.zip |
fixed geant-vmc deps
Package-Manager: portage-2.2.8-r2
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/geant/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/geant/geant-3.ebuild | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/virtual/geant/ChangeLog b/virtual/geant/ChangeLog index e0d93226c..a5031fecf 100644 --- a/virtual/geant/ChangeLog +++ b/virtual/geant/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for virtual/geant -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 15 Nov 2014; Christoph Junghans <ottxor@gentoo.org> geant-3.ebuild: + fixed geant-vmc deps + *geant-3 (18 Jan 2013) 18 Jan 2013; SĂ©bastien Fabbro <bicatali@gentoo.org> +geant-3.ebuild, diff --git a/virtual/geant/geant-3.ebuild b/virtual/geant/geant-3.ebuild index 134c8bbd0..49ed9aae5 100644 --- a/virtual/geant/geant-3.ebuild +++ b/virtual/geant/geant-3.ebuild @@ -14,4 +14,4 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" DEPEND="" -RDEPEND="|| ( sci-physics/geant:3 sci-physics/geant3-vmc )" +RDEPEND="|| ( sci-physics/geant:3 sci-physics/geant-vmc:3 )" |