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 14A401382C5 for ; Sat, 13 Jun 2020 08:54:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35838E0E0D; Sat, 13 Jun 2020 08:54:08 +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 14638E0E0D for ; Sat, 13 Jun 2020 08:54:08 +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 A32E834F13D for ; Sat, 13 Jun 2020 08:54:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8AC09242 for ; Sat, 13 Jun 2020 08:54:04 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1592038438.5f01de1275725c2ff0c6bb37b9c44027b77e87e4.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/texlive-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/texlive-core/texlive-core-2020-r5.ebuild X-VCS-Directories: app-text/texlive-core/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 5f01de1275725c2ff0c6bb37b9c44027b77e87e4 X-VCS-Branch: master Date: Sat, 13 Jun 2020 08:54:04 +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: 1d25bdfa-7a72-420c-85b0-9272a786362b X-Archives-Hash: 6c3f5e5ea79dd8e024445561ea474a0a commit: 5f01de1275725c2ff0c6bb37b9c44027b77e87e4 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Jun 13 08:53:30 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Jun 13 08:53:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f01de12 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 gentoo.org> app-text/texlive-core/texlive-core-2020-r5.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-text/texlive-core/texlive-core-2020-r5.ebuild b/app-text/texlive-core/texlive-core-2020-r5.ebuild index 93cfc86bccf..d508896e46c 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) \