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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0796C138334 for ; Thu, 23 Aug 2018 12:30:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E418BE0AA2; Thu, 23 Aug 2018 12:30:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C19CBE0AA2 for ; Thu, 23 Aug 2018 12:30:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E118335C8D for ; Thu, 23 Aug 2018 12:30:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86D80390 for ; Thu, 23 Aug 2018 12:30:33 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1535027430.c36653f0c0247dabcbb6289d65b7849412f14807.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/vgm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/vgm/vgm-4.4.ebuild X-VCS-Directories: sci-physics/vgm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c36653f0c0247dabcbb6289d65b7849412f14807 X-VCS-Branch: master Date: Thu, 23 Aug 2018 12:30:33 +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-Archives-Salt: 9adbf529-4eec-4710-80a9-6c47c43e740e X-Archives-Hash: 01ee0ec0b686b97409135b12cb5e630c commit: c36653f0c0247dabcbb6289d65b7849412f14807 Author: Oliver Freyermuth googlemail com> AuthorDate: Wed Aug 22 17:05:27 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Aug 23 12:30:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c36653f0 sci-physics/vgm: Release 4.4 does not yet support std=c++14. Package-Manager: Portage-2.3.48, Repoman-2.3.10 Closes: https://github.com/gentoo/gentoo/pull/9668 sci-physics/vgm/vgm-4.4.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sci-physics/vgm/vgm-4.4.ebuild b/sci-physics/vgm/vgm-4.4.ebuild index ebf37d44fd6..71ee86decf4 100644 --- a/sci-physics/vgm/vgm-4.4.ebuild +++ b/sci-physics/vgm/vgm-4.4.ebuild @@ -21,9 +21,10 @@ LICENSE="GPL-2" SLOT="0" IUSE="doc examples +geant4 +root test" +# sci-physics/root[root7] flag activates std=c++14, only supported from VGM >4.4. RDEPEND=" sci-physics/clhep:= - root? ( sci-physics/root:= ) + root? ( sci-physics/root:=[-root7] ) geant4? ( >=sci-physics/geant-4.10.03 )" DEPEND="${RDEPEND} doc? ( app-doc/doxygen[dot] )"