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 739ED138334 for ; Wed, 5 Jun 2019 12:32:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0789E08A4; Wed, 5 Jun 2019 12:32:18 +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 8699DE08A4 for ; Wed, 5 Jun 2019 12:32:18 +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 905A4345756 for ; Wed, 5 Jun 2019 12:32:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B590360A for ; Wed, 5 Jun 2019 12:32:14 +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: <1496841338.b44c28e24301767017eae26d375d07669a567297.aballier@gentoo> Subject: [gentoo-commits] proj/tex:master commit in: scripts/texlive/tlpsrc/ X-VCS-Repository: proj/tex X-VCS-Files: scripts/texlive/tlpsrc/texlive-latexrecommended-post-ebuild X-VCS-Directories: scripts/texlive/tlpsrc/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: b44c28e24301767017eae26d375d07669a567297 X-VCS-Branch: master Date: Wed, 5 Jun 2019 12:32:14 +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: baaeebd8-a0ca-4ccd-8b30-1f138979b21d X-Archives-Hash: 3fb12e44733b134f4e14375083173a9a commit: b44c28e24301767017eae26d375d07669a567297 Author: Alexis Ballier gentoo org> AuthorDate: Wed Jun 7 13:15:38 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Jun 7 13:15:38 2017 +0000 URL: https://gitweb.gentoo.org/proj/tex.git/commit/?id=b44c28e2 lwarpmk script for tl latex reco scripts/texlive/tlpsrc/texlive-latexrecommended-post-ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/texlive/tlpsrc/texlive-latexrecommended-post-ebuild b/scripts/texlive/tlpsrc/texlive-latexrecommended-post-ebuild index e1ec3c3..5dba2f7 100644 --- a/scripts/texlive/tlpsrc/texlive-latexrecommended-post-ebuild +++ b/scripts/texlive/tlpsrc/texlive-latexrecommended-post-ebuild @@ -1,2 +1,2 @@ -TEXLIVE_MODULE_BINSCRIPTS="texmf-dist/scripts/thumbpdf/thumbpdf.pl" +TEXLIVE_MODULE_BINSCRIPTS="texmf-dist/scripts/thumbpdf/thumbpdf.pl texmf-dist/scripts/lwarp/lwarpmk.lua" PATCHES=( "${FILESDIR}/thumbpdf_invocation.patch" )