mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
sci-physics/vmc: Adapt to dropped vmc,c++11 USE in sci-physics/root
Closes: https://github.com/gentoo/gentoo/pull/24523 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com> Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
This commit is contained in:
committed by
Guilherme Amadio
parent
ee07a9ebb7
commit
b76e896576
@@ -14,7 +14,6 @@
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="c++11">Build using the C++11 standard</flag>
|
||||
<flag name="c++14">Build using the C++14 standard</flag>
|
||||
<flag name="c++17">Build using the C++17 standard</flag>
|
||||
</use>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -20,11 +20,11 @@ HOMEPAGE="https://vmc-project.github.io/ https://github.com/vmc-project/vmc"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
IUSE="c++11 c++14 +c++17 doc"
|
||||
IUSE="c++14 +c++17 doc"
|
||||
|
||||
REQUIRED_USE="^^ ( c++11 c++14 c++17 )"
|
||||
REQUIRED_USE="^^ ( c++14 c++17 )"
|
||||
|
||||
RDEPEND="sci-physics/root:=[c++11?,c++14?,c++17?,-vmc]"
|
||||
RDEPEND="sci-physics/root:=[c++14?,c++17?,-vmc(-)]"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="doc? ( app-doc/doxygen[dot] )"
|
||||
|
||||
|
||||
@@ -20,11 +20,11 @@ HOMEPAGE="https://vmc-project.github.io/ https://github.com/vmc-project/vmc"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
IUSE="c++11 c++14 +c++17 doc"
|
||||
IUSE="c++14 +c++17 doc"
|
||||
|
||||
REQUIRED_USE="^^ ( c++11 c++14 c++17 )"
|
||||
REQUIRED_USE="^^ ( c++14 c++17 )"
|
||||
|
||||
RDEPEND="sci-physics/root:=[c++11?,c++14?,c++17?,-vmc]"
|
||||
RDEPEND="sci-physics/root:=[c++14?,c++17?,-vmc(-)]"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="doc? ( app-doc/doxygen[dot] )"
|
||||
|
||||
|
||||
@@ -20,11 +20,11 @@ HOMEPAGE="https://vmc-project.github.io/ https://github.com/vmc-project/vmc"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
IUSE="c++11 c++14 +c++17 doc"
|
||||
IUSE="c++14 +c++17 doc"
|
||||
|
||||
REQUIRED_USE="^^ ( c++11 c++14 c++17 )"
|
||||
REQUIRED_USE="^^ ( c++14 c++17 )"
|
||||
|
||||
RDEPEND=">=sci-physics/root-6.18:=[c++11?,c++14?,c++17?,-vmc]"
|
||||
RDEPEND="sci-physics/root:=[c++14?,c++17?,-vmc(-)]"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="doc? ( app-doc/doxygen[dot] )"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user