diff options
author | Oliver Freyermuth <o.freyermuth@googlemail.com> | 2021-12-14 20:04:45 +0100 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2021-12-14 23:05:33 +0100 |
commit | a23eb57f39837343e3042f7502db9101a8196a5c (patch) | |
tree | dfac98355d38007613f01acaea0691a69afbd864 /sci-physics/geant4_vmc/geant4_vmc-5.4.ebuild | |
parent | www-client/microsoft-edge: amd64 stable (diff) | |
download | gentoo-a23eb57f39837343e3042f7502db9101a8196a5c.tar.gz gentoo-a23eb57f39837343e3042f7502db9101a8196a5c.tar.bz2 gentoo-a23eb57f39837343e3042f7502db9101a8196a5c.zip |
sci-physics/geant4_vmc: USE=doc depends on app-doc/doxygen[dot]
Closes: https://bugs.gentoo.org/829198
Closes: https://github.com/gentoo/gentoo/pull/23298
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com>
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'sci-physics/geant4_vmc/geant4_vmc-5.4.ebuild')
-rw-r--r-- | sci-physics/geant4_vmc/geant4_vmc-5.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-physics/geant4_vmc/geant4_vmc-5.4.ebuild b/sci-physics/geant4_vmc/geant4_vmc-5.4.ebuild index 9126c02198df..db6fc22f8e35 100644 --- a/sci-physics/geant4_vmc/geant4_vmc-5.4.ebuild +++ b/sci-physics/geant4_vmc/geant4_vmc-5.4.ebuild @@ -28,7 +28,7 @@ RDEPEND=" sci-physics/vmc:=[c++17] vgm? ( sci-physics/vgm:= )" DEPEND="${RDEPEND}" -BDEPEND="doc? ( app-doc/doxygen )" +BDEPEND="doc? ( app-doc/doxygen[dot] )" RESTRICT=" !examples? ( test ) !geant3? ( test ) |