diff options
author | Sam James <sam@gentoo.org> | 2021-01-14 21:55:48 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-14 21:55:51 +0000 |
commit | 271a3b03441ac1894796b98d030e8840c19a49a2 (patch) | |
tree | 29a49e0898ee0bdefd75b16dbb5072e0b14258b3 /app-doc/doxygen/doxygen-9999.ebuild | |
parent | games-strategy/colobot-data: Add build-time dep on Python (diff) | |
download | gentoo-271a3b03441ac1894796b98d030e8840c19a49a2.tar.gz gentoo-271a3b03441ac1894796b98d030e8840c19a49a2.tar.bz2 gentoo-271a3b03441ac1894796b98d030e8840c19a49a2.zip |
app-doc/doxygen: tests require TeX
Closes: https://bugs.gentoo.org/765472
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-doc/doxygen/doxygen-9999.ebuild')
-rw-r--r-- | app-doc/doxygen/doxygen-9999.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-doc/doxygen/doxygen-9999.ebuild b/app-doc/doxygen/doxygen-9999.ebuild index 949ef011d174..c44b0d62387b 100644 --- a/app-doc/doxygen/doxygen-9999.ebuild +++ b/app-doc/doxygen/doxygen-9999.ebuild @@ -21,6 +21,8 @@ HOMEPAGE="http://www.doxygen.org" LICENSE="GPL-2" SLOT="0" IUSE="clang debug doc dot doxysearch qt5 sqlite userland_GNU" +# We need TeX for tests, bug #765472 +RESTRICT="!doc? ( test )" BDEPEND="sys-devel/bison sys-devel/flex |