commit:     b76e896576011d975f62f32285e28acd7f19cd9b
Author:     Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
AuthorDate: Sun Mar 13 03:18:11 2022 +0000
Commit:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Fri Mar 18 14:37:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b76e8965

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 <AT> googlemail.com>
Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>

 sci-physics/vmc/metadata.xml      | 1 -
 sci-physics/vmc/vmc-1.1_p1.ebuild | 8 ++++----
 sci-physics/vmc/vmc-2.0.ebuild    | 6 +++---
 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] )"
 

Reply via email to