diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-01-17 12:11:17 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-01-17 12:16:46 +0200 |
commit | 28a8dbc4e265ff3d1510149988b1a246359a1040 (patch) | |
tree | 1dd44b163683dc74e3b08d37b63ebee874adaf5c /sci-physics/vmc | |
parent | sci-physics/vmc: Version bump to 1.0_p3. (diff) | |
download | gentoo-28a8dbc4e265ff3d1510149988b1a246359a1040.tar.gz gentoo-28a8dbc4e265ff3d1510149988b1a246359a1040.tar.bz2 gentoo-28a8dbc4e265ff3d1510149988b1a246359a1040.zip |
sci-physics/vmc: add BDEPEND for 1.0_p3
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sci-physics/vmc')
-rw-r--r-- | sci-physics/vmc/vmc-1.0_p3.ebuild | 10 |
1 files 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 fdebc4ac86fa..91c335813c8d 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) |