Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/vgm/
Date: Mon, 07 Jul 2014 06:36:52
Message-Id: 1404678845.9387586b5eb68566a052b9af47c629cae8fc897e.jlec@gentoo
1 commit: 9387586b5eb68566a052b9af47c629cae8fc897e
2 Author: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
3 AuthorDate: Sun Jul 6 20:34:05 2014 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 6 20:34:05 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=9387586b
7
8 Add subslot dependency on clhep, we need to rebuild for each clhep subslot change.
9
10 ---
11 sci-physics/vgm/ChangeLog | 4 ++++
12 sci-physics/vgm/vgm-3.06.ebuild | 2 +-
13 2 files changed, 5 insertions(+), 1 deletion(-)
14
15 diff --git a/sci-physics/vgm/ChangeLog b/sci-physics/vgm/ChangeLog
16 index a316389..5b5dce5 100644
17 --- a/sci-physics/vgm/ChangeLog
18 +++ b/sci-physics/vgm/ChangeLog
19 @@ -2,6 +2,10 @@
20 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
21 # $Header: $
22
23 + 06 Jul 2014; Oliver Freyermuth <o.freyermuth@××××××××××.com> vgm-3.06.ebuild:
24 + Add subslot dependency on clhep, we need to rebuild for each clhep subslot
25 + change.
26 +
27 *vgm-9999 (06 Jul 2014)
28
29 06 Jul 2014; Oliver Freyermuth <o.freyermuth@××××××××××.com> +vgm-9999.ebuild:
30
31 diff --git a/sci-physics/vgm/vgm-3.06.ebuild b/sci-physics/vgm/vgm-3.06.ebuild
32 index ccdc5a3..bd650c6 100644
33 --- a/sci-physics/vgm/vgm-3.06.ebuild
34 +++ b/sci-physics/vgm/vgm-3.06.ebuild
35 @@ -24,7 +24,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
36 IUSE="doc examples +geant4 +root test xml"
37
38 RDEPEND="
39 - sci-physics/clhep
40 + sci-physics/clhep:=
41 root? ( sci-physics/root:= )
42 geant4? ( >=sci-physics/geant-4.9.6[examples?] )
43 xml? ( dev-libs/xerces-c )"