aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Freyermuth <o.freyermuth@googlemail.com>2014-07-06 22:34:05 +0200
committerOliver Freyermuth <o.freyermuth@googlemail.com>2014-07-06 22:34:05 +0200
commit9387586b5eb68566a052b9af47c629cae8fc897e (patch)
tree0ff5a542d2c5be540b57e0868ed5c68d9ba59986
parentNew live ebuild for VGM, adapting to fixes for cmake install paths in upstrea... (diff)
downloadsci-9387586b5eb68566a052b9af47c629cae8fc897e.tar.gz
sci-9387586b5eb68566a052b9af47c629cae8fc897e.tar.bz2
sci-9387586b5eb68566a052b9af47c629cae8fc897e.zip
Add subslot dependency on clhep, we need to rebuild for each clhep subslot change.
-rw-r--r--sci-physics/vgm/ChangeLog4
-rw-r--r--sci-physics/vgm/vgm-3.06.ebuild2
2 files changed, 5 insertions, 1 deletions
diff --git a/sci-physics/vgm/ChangeLog b/sci-physics/vgm/ChangeLog
index a3163895b..5b5dce520 100644
--- a/sci-physics/vgm/ChangeLog
+++ b/sci-physics/vgm/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 06 Jul 2014; Oliver Freyermuth <o.freyermuth@googlemail.com> vgm-3.06.ebuild:
+ Add subslot dependency on clhep, we need to rebuild for each clhep subslot
+ change.
+
*vgm-9999 (06 Jul 2014)
06 Jul 2014; Oliver Freyermuth <o.freyermuth@googlemail.com> +vgm-9999.ebuild:
diff --git a/sci-physics/vgm/vgm-3.06.ebuild b/sci-physics/vgm/vgm-3.06.ebuild
index ccdc5a3d2..bd650c6e2 100644
--- a/sci-physics/vgm/vgm-3.06.ebuild
+++ b/sci-physics/vgm/vgm-3.06.ebuild
@@ -24,7 +24,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc examples +geant4 +root test xml"
RDEPEND="
- sci-physics/clhep
+ sci-physics/clhep:=
root? ( sci-physics/root:= )
geant4? ( >=sci-physics/geant-4.9.6[examples?] )
xml? ( dev-libs/xerces-c )"