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 DF4A11382C5 for ; Sun, 17 Jan 2021 10:17:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24FF9E0875; Sun, 17 Jan 2021 10:16:59 +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 E05B3E0871 for ; Sun, 17 Jan 2021 10:16:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D600B340F03 for ; Sun, 17 Jan 2021 10:16:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF7B84A2 for ; Sun, 17 Jan 2021 10:16:54 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1610878606.28a8dbc4e265ff3d1510149988b1a246359a1040.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/vmc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/vmc/vmc-1.0_p3.ebuild X-VCS-Directories: sci-physics/vmc/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 28a8dbc4e265ff3d1510149988b1a246359a1040 X-VCS-Branch: master Date: Sun, 17 Jan 2021 10:16:54 +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: 44326613-5de5-4dca-96e2-d9f63e55bd82 X-Archives-Hash: 2a771d0e39f88571f698c658e18d9851 commit: 28a8dbc4e265ff3d1510149988b1a246359a1040 Author: Joonas Niilola gentoo org> AuthorDate: Sun Jan 17 10:11:17 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Jan 17 10:16:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28a8dbc4 sci-physics/vmc: add BDEPEND for 1.0_p3 Signed-off-by: Joonas Niilola gentoo.org> sci-physics/vmc/vmc-1.0_p3.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sci-physics/vmc/vmc-1.0_p3.ebuild b/sci-physics/vmc/vmc-1.0_p3.ebuild index fdebc4ac86f..91c335813c8 100644 --- a/sci-physics/vmc/vmc-1.0_p3.ebuild +++ b/sci-physics/vmc/vmc-1.0_p3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,8 +15,8 @@ else S="${WORKDIR}/${PN}-${MY_PV}" fi -DESCRIPTION="The Virtual Monte Carlo core library." -HOMEPAGE="https://vmc-project.github.io/" +DESCRIPTION="The Virtual Monte Carlo core library" +HOMEPAGE="https://vmc-project.github.io/ https://github.com/vmc-project/vmc" LICENSE="GPL-3" SLOT="0" @@ -25,8 +25,8 @@ IUSE="+c++11 c++14 c++17 doc" REQUIRED_USE="^^ ( c++11 c++14 c++17 )" RDEPEND=">=sci-physics/root-6.18:=[c++11?,c++14?,c++17?,-vmc]" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen[dot] )" +DEPEND="${RDEPEND}" +BDEPEND="doc? ( app-doc/doxygen[dot] )" DOCS=(README.md History)