diff options
author | Oliver Freyermuth <o.freyermuth@googlemail.com> | 2018-08-22 19:05:27 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-23 14:30:30 +0200 |
commit | c36653f0c0247dabcbb6289d65b7849412f14807 (patch) | |
tree | 6dbfde296166f579d2a78519a3726d9a8a79cc30 /sci-physics/vgm | |
parent | sci-physics/vgm: Restrict test-suite to what upstream supports. (diff) | |
download | gentoo-c36653f0c0247dabcbb6289d65b7849412f14807.tar.gz gentoo-c36653f0c0247dabcbb6289d65b7849412f14807.tar.bz2 gentoo-c36653f0c0247dabcbb6289d65b7849412f14807.zip |
sci-physics/vgm: Release 4.4 does not yet support std=c++14.
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Closes: https://github.com/gentoo/gentoo/pull/9668
Diffstat (limited to 'sci-physics/vgm')
-rw-r--r-- | sci-physics/vgm/vgm-4.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-physics/vgm/vgm-4.4.ebuild b/sci-physics/vgm/vgm-4.4.ebuild index ebf37d44fd60..71ee86decf4e 100644 --- a/sci-physics/vgm/vgm-4.4.ebuild +++ b/sci-physics/vgm/vgm-4.4.ebuild @@ -21,9 +21,10 @@ LICENSE="GPL-2" SLOT="0" IUSE="doc examples +geant4 +root test" +# sci-physics/root[root7] flag activates std=c++14, only supported from VGM >4.4. RDEPEND=" sci-physics/clhep:= - root? ( sci-physics/root:= ) + root? ( sci-physics/root:=[-root7] ) geant4? ( >=sci-physics/geant-4.10.03 )" DEPEND="${RDEPEND} doc? ( app-doc/doxygen[dot] )" |