summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuilherme Amadio <amadio@gentoo.org>2023-12-01 09:45:11 +0100
committerGuilherme Amadio <amadio@gentoo.org>2023-12-05 13:16:25 +0100
commitc0d4e0e0dcda069e135684405320c69d372c699b (patch)
treeba76d6593d2ad387769565fcd5649f4b8a5bf7d6 /sci-physics/vmc
parentsci-physics/geant: add subslots (diff)
downloadgentoo-c0d4e0e0dcda069e135684405320c69d372c699b.tar.gz
gentoo-c0d4e0e0dcda069e135684405320c69d372c699b.tar.bz2
gentoo-c0d4e0e0dcda069e135684405320c69d372c699b.zip
sci-physics/vmc: drop USE flags for C++ standard
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'sci-physics/vmc')
-rw-r--r--sci-physics/vmc/metadata.xml4
-rw-r--r--sci-physics/vmc/vmc-1.1_p1-r1.ebuild (renamed from sci-physics/vmc/vmc-1.1_p1.ebuild)8
-rw-r--r--sci-physics/vmc/vmc-2.0-r1.ebuild (renamed from sci-physics/vmc/vmc-2.0.ebuild)8
-rw-r--r--sci-physics/vmc/vmc-9999.ebuild6
4 files changed, 8 insertions, 18 deletions
diff --git a/sci-physics/vmc/metadata.xml b/sci-physics/vmc/metadata.xml
index e83a4cd24ef5..966a77c37cd6 100644
--- a/sci-physics/vmc/metadata.xml
+++ b/sci-physics/vmc/metadata.xml
@@ -13,10 +13,6 @@
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
- <use>
- <flag name="c++14">Build using the C++14 standard</flag>
- <flag name="c++17">Build using the C++17 standard</flag>
- </use>
<upstream>
<remote-id type="github">vmc-project/vmc</remote-id>
</upstream>
diff --git a/sci-physics/vmc/vmc-1.1_p1.ebuild b/sci-physics/vmc/vmc-1.1_p1-r1.ebuild
index a92dc7f26a5a..8cf9327f72c4 100644
--- a/sci-physics/vmc/vmc-1.1_p1.ebuild
+++ b/sci-physics/vmc/vmc-1.1_p1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -20,11 +20,9 @@ HOMEPAGE="https://vmc-project.github.io/ https://github.com/vmc-project/vmc"
LICENSE="GPL-3"
SLOT="0"
-IUSE="c++14 +c++17 doc"
+IUSE="doc"
-REQUIRED_USE="^^ ( c++14 c++17 )"
-
-RDEPEND="sci-physics/root:=[c++14?,c++17?,-vmc(-)]"
+RDEPEND="sci-physics/root:="
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-r1.ebuild
index a92dc7f26a5a..8cf9327f72c4 100644
--- a/sci-physics/vmc/vmc-2.0.ebuild
+++ b/sci-physics/vmc/vmc-2.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -20,11 +20,9 @@ HOMEPAGE="https://vmc-project.github.io/ https://github.com/vmc-project/vmc"
LICENSE="GPL-3"
SLOT="0"
-IUSE="c++14 +c++17 doc"
+IUSE="doc"
-REQUIRED_USE="^^ ( c++14 c++17 )"
-
-RDEPEND="sci-physics/root:=[c++14?,c++17?,-vmc(-)]"
+RDEPEND="sci-physics/root:="
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 cf26fb07595b..b7d3876a475b 100644
--- a/sci-physics/vmc/vmc-9999.ebuild
+++ b/sci-physics/vmc/vmc-9999.ebuild
@@ -20,11 +20,9 @@ HOMEPAGE="https://vmc-project.github.io/ https://github.com/vmc-project/vmc"
LICENSE="GPL-3"
SLOT="0"
-IUSE="c++14 +c++17 doc"
+IUSE="doc"
-REQUIRED_USE="^^ ( c++14 c++17 )"
-
-RDEPEND="sci-physics/root:=[c++14?,c++17?,-vmc(-)]"
+RDEPEND="sci-physics/root:="
DEPEND="${RDEPEND}"
BDEPEND="doc? ( app-doc/doxygen[dot] )"