diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-06-13 11:53:30 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-06-13 11:53:58 +0300 |
commit | 5f01de1275725c2ff0c6bb37b9c44027b77e87e4 (patch) | |
tree | 68e8ae26c87721718d96b1eed57f66ce97cafaaf /app-text | |
parent | media-sound/lmms: removed obsolete 1.2.0 (diff) | |
download | gentoo-5f01de1275725c2ff0c6bb37b9c44027b77e87e4.tar.gz gentoo-5f01de1275725c2ff0c6bb37b9c44027b77e87e4.tar.bz2 gentoo-5f01de1275725c2ff0c6bb37b9c44027b77e87e4.zip |
app-text/texlive-core: disable xindy-docs
Otherwise we are going to end up with packages collision,
as xindy docs require some texlive packages that in turn require
texlive-core itself.
Closes: https://bugs.gentoo.org/727314
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/texlive-core/texlive-core-2020-r5.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-text/texlive-core/texlive-core-2020-r5.ebuild b/app-text/texlive-core/texlive-core-2020-r5.ebuild index 93cfc86bccf1..d508896e46c0 100644 --- a/app-text/texlive-core/texlive-core-2020-r5.ebuild +++ b/app-text/texlive-core/texlive-core-2020-r5.ebuild @@ -241,6 +241,7 @@ src_configure() { --disable-native-texlive-build \ --disable-largefile \ --disable-build-in-source-tree \ + --disable-xindy-docs \ --with-banner-add=" Gentoo Linux" \ $(use_enable luajittex) \ $(use_enable luajittex luajithbtex) \ |