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 B5651138334 for ; Fri, 19 Jul 2019 16:00:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04298E07D7; Fri, 19 Jul 2019 16:00:56 +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 D4F28E07D7 for ; Fri, 19 Jul 2019 16:00:55 +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 96F86348102 for ; Fri, 19 Jul 2019 16:00:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1963466B for ; Fri, 19 Jul 2019 16:00:53 +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: <1563552046.9520d5023dfe91aa7ee02aaffdec55ccc9a7c764.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-2019-r4.ebuild X-VCS-Directories: app-text/texlive-core/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 9520d5023dfe91aa7ee02aaffdec55ccc9a7c764 X-VCS-Branch: master Date: Fri, 19 Jul 2019 16:00:53 +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: 89bc0a01-4d16-493e-9914-84f9abfdf7ed X-Archives-Hash: 04999ad3048ab033f9acd3ea2488108c commit: 9520d5023dfe91aa7ee02aaffdec55ccc9a7c764 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Jul 19 15:59:54 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Jul 19 16:00:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9520d502 app-text/texlive-core: respect AR; Add distro banner Closes: https://bugs.gentoo.org/444624 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 app-text/texlive-core/texlive-core-2019-r4.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-text/texlive-core/texlive-core-2019-r4.ebuild b/app-text/texlive-core/texlive-core-2019-r4.ebuild index e601f071883..18c5e6f08a9 100644 --- a/app-text/texlive-core/texlive-core-2019-r4.ebuild +++ b/app-text/texlive-core/texlive-core-2019-r4.ebuild @@ -228,6 +228,7 @@ src_configure() { --disable-native-texlive-build \ --disable-largefile \ --disable-build-in-source-tree \ + --with-banner-add=" Gentoo Linux" \ $(use_enable luajittex) \ $(use_enable luajittex mfluajit) \ $(use_enable xetex) \ @@ -246,7 +247,7 @@ src_configure() { src_compile() { tc-export CC CXX AR RANLIB - emake SHELL="${EPREFIX}"/bin/sh texmf="${EPREFIX}"${TEXMF_PATH:-/usr/share/texmf-dist} + emake AR="$(tc-getAR)" SHELL="${EPREFIX}"/bin/sh texmf="${EPREFIX}"${TEXMF_PATH:-/usr/share/texmf-dist} cd "${B}" || die # Mimic updmap --syncwithtrees to enable only fonts installed