sci-physics/vgm: Release 4.4 does not yet support std=c++14.
authorOliver Freyermuth <o.freyermuth@googlemail.com>
Wed, 22 Aug 2018 17:05:27 +0000 (19:05 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 23 Aug 2018 12:30:30 +0000 (14:30 +0200)
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Closes: https://github.com/gentoo/gentoo/pull/9668

sci-physics/vgm/vgm-4.4.ebuild

index ebf37d44fd6032ee43a65240e3c64da4afcc33f1..71ee86decf4e44872307dd3accca3caced23a165 100644 (file)
@@ -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] )"