Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/vgm/
Date: Thu, 23 Aug 2018 12:30:38
Message-Id: 1535027430.c36653f0c0247dabcbb6289d65b7849412f14807.mgorny@gentoo
1 commit: c36653f0c0247dabcbb6289d65b7849412f14807
2 Author: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
3 AuthorDate: Wed Aug 22 17:05:27 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 23 12:30:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c36653f0
7
8 sci-physics/vgm: Release 4.4 does not yet support std=c++14.
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11 Closes: https://github.com/gentoo/gentoo/pull/9668
12
13 sci-physics/vgm/vgm-4.4.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/sci-physics/vgm/vgm-4.4.ebuild b/sci-physics/vgm/vgm-4.4.ebuild
17 index ebf37d44fd6..71ee86decf4 100644
18 --- a/sci-physics/vgm/vgm-4.4.ebuild
19 +++ b/sci-physics/vgm/vgm-4.4.ebuild
20 @@ -21,9 +21,10 @@ LICENSE="GPL-2"
21 SLOT="0"
22 IUSE="doc examples +geant4 +root test"
23
24 +# sci-physics/root[root7] flag activates std=c++14, only supported from VGM >4.4.
25 RDEPEND="
26 sci-physics/clhep:=
27 - root? ( sci-physics/root:= )
28 + root? ( sci-physics/root:=[-root7] )
29 geant4? ( >=sci-physics/geant-4.10.03 )"
30 DEPEND="${RDEPEND}
31 doc? ( app-doc/doxygen[dot] )"