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 E0327139085 for ; Thu, 2 Feb 2017 08:07:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E237E21C043; Thu, 2 Feb 2017 08:07:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BED5E21C043 for ; Thu, 2 Feb 2017 08:07:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 86B9034108B for ; Thu, 2 Feb 2017 08:07:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98B033DA2 for ; Thu, 2 Feb 2017 08:07:42 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1486022857.bddcf1c4a7f3e7ff2a3345c5f8f3a4456d1008a0.aballier@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-2016-r1.ebuild app-text/texlive-core/texlive-core-2016.ebuild X-VCS-Directories: app-text/texlive-core/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: bddcf1c4a7f3e7ff2a3345c5f8f3a4456d1008a0 X-VCS-Branch: master Date: Thu, 2 Feb 2017 08:07:42 +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-Archives-Salt: 9dd268f6-bbb5-463b-8190-0eecad10cadf X-Archives-Hash: 931609a5f75b04c93006ac2085030983 commit: bddcf1c4a7f3e7ff2a3345c5f8f3a4456d1008a0 Author: Alexis Ballier gentoo org> AuthorDate: Thu Feb 2 08:07:28 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Feb 2 08:07:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bddcf1c4 app-text/texlive-core: disable mfluajit with luajittex too, bug #554376 by Francois Bissey. Package-Manager: Portage-2.3.3, Repoman-2.3.1 .../{texlive-core-2016.ebuild => texlive-core-2016-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/app-text/texlive-core/texlive-core-2016.ebuild b/app-text/texlive-core/texlive-core-2016-r1.ebuild similarity index 99% rename from app-text/texlive-core/texlive-core-2016.ebuild rename to app-text/texlive-core/texlive-core-2016-r1.ebuild index 4210fb9..0a81747 100644 --- a/app-text/texlive-core/texlive-core-2016.ebuild +++ b/app-text/texlive-core/texlive-core-2016-r1.ebuild @@ -235,6 +235,7 @@ src_configure() { --disable-native-texlive-build \ --disable-largefile \ $(use_enable luajittex) \ + $(use_enable luajittex mfluajit) \ $(use_enable xetex) \ $(use_enable cjk ptex) \ $(use_enable cjk eptex) \