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 2EB6D1382C5 for ; Thu, 1 Apr 2021 12:36:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7AEDCE069C; Thu, 1 Apr 2021 12:36:16 +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 5DF6AE069C for ; Thu, 1 Apr 2021 12:36:16 +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 EA2E3340B66 for ; Thu, 1 Apr 2021 12:36:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 575534A5 for ; Thu, 1 Apr 2021 12:36:13 +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: <1617280555.56cf25ca300b81bced743a91bde596ae3f7face5.zlogene@gentoo> Subject: [gentoo-commits] proj/tex:master commit in: scripts/texlive/tlpsrc/ X-VCS-Repository: proj/tex X-VCS-Files: scripts/texlive/tlpsrc/texlive-binextra.extraexec X-VCS-Directories: scripts/texlive/tlpsrc/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 56cf25ca300b81bced743a91bde596ae3f7face5 X-VCS-Branch: master Date: Thu, 1 Apr 2021 12:36:13 +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: 6c9cf210-1b16-4a00-8555-a7a983eaaa49 X-Archives-Hash: f180870ba2b38a600f22b9781967aaf2 commit: 56cf25ca300b81bced743a91bde596ae3f7face5 Author: Mikle Kolyada gentoo org> AuthorDate: Thu Apr 1 12:35:55 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Thu Apr 1 12:35:55 2021 +0000 URL: https://gitweb.gentoo.org/proj/tex.git/commit/?id=56cf25ca merge pdfjam Signed-off-by: Mikle Kolyada gentoo.org> scripts/texlive/tlpsrc/texlive-binextra.extraexec | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/texlive/tlpsrc/texlive-binextra.extraexec b/scripts/texlive/tlpsrc/texlive-binextra.extraexec index 144f5b5..954c2ca 100644 --- a/scripts/texlive/tlpsrc/texlive-binextra.extraexec +++ b/scripts/texlive/tlpsrc/texlive-binextra.extraexec @@ -4,4 +4,3 @@ sed -i -e "s/chktex //" $@ sed -i -e "s/dvisvgm //" $@ sed -i -e "s/latexdiff //" $@ sed -i -e "s/latexmk //" $@ -sed -i -e "s/pdfjam //" $@