diff options
author | Oliver Freyermuth <o.freyermuth@googlemail.com> | 2022-03-13 04:18:11 +0100 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2022-03-18 15:37:55 +0100 |
commit | b76e896576011d975f62f32285e28acd7f19cd9b (patch) | |
tree | ea15020d6d402308a0e1ce370c9c5e1b505dedf8 /sci-physics/vmc | |
parent | dev-python/jupyter_core: Stabilize 4.9.2 ALLARCHES, #835543 (diff) | |
download | gentoo-b76e896576011d975f62f32285e28acd7f19cd9b.tar.gz gentoo-b76e896576011d975f62f32285e28acd7f19cd9b.tar.bz2 gentoo-b76e896576011d975f62f32285e28acd7f19cd9b.zip |
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>
Diffstat (limited to 'sci-physics/vmc')
-rw-r--r-- | sci-physics/vmc/metadata.xml | 1 | ||||
-rw-r--r-- | sci-physics/vmc/vmc-1.1_p1.ebuild | 8 | ||||
-rw-r--r-- | sci-physics/vmc/vmc-2.0.ebuild | 6 | ||||
-rw-r--r-- | sci-physics/vmc/vmc-9999.ebuild | 6 |
4 files changed, 10 insertions, 11 deletions
diff --git a/sci-physics/vmc/metadata.xml b/sci-physics/vmc/metadata.xml index 4b0be037bb7f..e83a4cd24ef5 100644 --- a/sci-physics/vmc/metadata.xml +++ b/sci-physics/vmc/metadata.xml @@ -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> diff --git a/sci-physics/vmc/vmc-1.1_p1.ebuild b/sci-physics/vmc/vmc-1.1_p1.ebuild index 548f95349c9c..a92dc7f26a5a 100644 --- a/sci-physics/vmc/vmc-1.1_p1.ebuild +++ b/sci-physics/vmc/vmc-1.1_p1.ebuild @@ -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] )" diff --git a/sci-physics/vmc/vmc-2.0.ebuild b/sci-physics/vmc/vmc-2.0.ebuild index 2eb8760c25bf..a92dc7f26a5a 100644 --- a/sci-physics/vmc/vmc-2.0.ebuild +++ b/sci-physics/vmc/vmc-2.0.ebuild @@ -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] )" diff --git a/sci-physics/vmc/vmc-9999.ebuild b/sci-physics/vmc/vmc-9999.ebuild index 7e948ba20921..cf26fb07595b 100644 --- a/sci-physics/vmc/vmc-9999.ebuild +++ b/sci-physics/vmc/vmc-9999.ebuild @@ -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] )" |