From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4C48F15808B for ; Fri, 18 Mar 2022 14:38:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EEA9E07FE; Fri, 18 Mar 2022 14:38:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AC6EAE07FE for ; Fri, 18 Mar 2022 14:38:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BB8453431DE for ; Fri, 18 Mar 2022 14:38:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2114C327 for ; Fri, 18 Mar 2022 14:38:41 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1647614275.b76e896576011d975f62f32285e28acd7f19cd9b.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/vmc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/vmc/metadata.xml sci-physics/vmc/vmc-1.1_p1.ebuild sci-physics/vmc/vmc-2.0.ebuild sci-physics/vmc/vmc-9999.ebuild X-VCS-Directories: sci-physics/vmc/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: b76e896576011d975f62f32285e28acd7f19cd9b X-VCS-Branch: master Date: Fri, 18 Mar 2022 14:38:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3de1d9ac-cdd2-48ef-9f3e-2e046668a6a8 X-Archives-Hash: 56ab61052b8971aa0b4df7660d5ab0f6 commit: b76e896576011d975f62f32285e28acd7f19cd9b Author: Oliver Freyermuth googlemail com> AuthorDate: Sun Mar 13 03:18:11 2022 +0000 Commit: Guilherme Amadio gentoo 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 googlemail.com> Signed-off-by: Guilherme Amadio 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 @@ Proxy Maintainers - Build using the C++11 standard Build using the C++14 standard Build using the C++17 standard 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] )"