diff options
author | Oliver Freyermuth <o.freyermuth@googlemail.com> | 2019-07-15 19:49:20 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-18 20:00:20 +0200 |
commit | b51e1f9fa3c5575fba3fc672822e2bff468409ee (patch) | |
tree | b41caa30c55916321a80a889665e34e52da4e509 /sci-physics/vgm/vgm-9999.ebuild | |
parent | sys-libs/musl: version bump to 1.1.23 (diff) | |
download | gentoo-b51e1f9fa3c5575fba3fc672822e2bff468409ee.tar.gz gentoo-b51e1f9fa3c5575fba3fc672822e2bff468409ee.tar.bz2 gentoo-b51e1f9fa3c5575fba3fc672822e2bff468409ee.zip |
sci-physics/vgm: Add patch for vgm-4.4, correct dependency.
Patch needed to correctly find CLHEP on 17.1 profile,
upstreamed. sci-physics/root now has c++11 to depend on.
Revbump for EAPI bump.
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-physics/vgm/vgm-9999.ebuild')
-rw-r--r-- | sci-physics/vgm/vgm-9999.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sci-physics/vgm/vgm-9999.ebuild b/sci-physics/vgm/vgm-9999.ebuild index b303e23a06c6..00846ae113bd 100644 --- a/sci-physics/vgm/vgm-9999.ebuild +++ b/sci-physics/vgm/vgm-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit cmake-utils @@ -21,9 +21,10 @@ LICENSE="GPL-2" SLOT="0" IUSE="doc examples +geant4 +root test" +# sci-physics/root[c++11] required to match sci-physics/geant RDEPEND=" sci-physics/clhep:= - root? ( sci-physics/root:= ) + root? ( sci-physics/root:=[c++11] ) geant4? ( >=sci-physics/geant-4.10.03 )" DEPEND="${RDEPEND} doc? ( app-doc/doxygen[dot] ) |