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 360B5138334 for ; Mon, 4 Nov 2019 12:45:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4BD38E0AF2; Mon, 4 Nov 2019 12:45:39 +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 341FBE0AF2 for ; Mon, 4 Nov 2019 12:45:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1C3DF34C865 for ; Mon, 4 Nov 2019 12:45:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8D2C824 for ; Mon, 4 Nov 2019 12:45:35 +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: <1572871511.482c27f91960c8d9a96262e497b367d8db244426.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-latexrecommended.extraexec X-VCS-Directories: scripts/texlive/tlpsrc/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 482c27f91960c8d9a96262e497b367d8db244426 X-VCS-Branch: master Date: Mon, 4 Nov 2019 12:45:35 +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: 4d0c1e6e-fea1-4f01-a6e1-7b63a1701616 X-Archives-Hash: baac81aef999247e39415b6a3a59cd97 commit: 482c27f91960c8d9a96262e497b367d8db244426 Author: Mikle Kolyada gentoo org> AuthorDate: Mon Nov 4 12:45:11 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Mon Nov 4 12:45:11 2019 +0000 URL: https://gitweb.gentoo.org/proj/tex.git/commit/?id=482c27f9 do not strip xcolor Signed-off-by: Mikle Kolyada gentoo.org> scripts/texlive/tlpsrc/texlive-latexrecommended.extraexec | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/texlive/tlpsrc/texlive-latexrecommended.extraexec b/scripts/texlive/tlpsrc/texlive-latexrecommended.extraexec index d7fd01e..a90c525 100644 --- a/scripts/texlive/tlpsrc/texlive-latexrecommended.extraexec +++ b/scripts/texlive/tlpsrc/texlive-latexrecommended.extraexec @@ -1,2 +1 @@ -sed -i -e "s/xcolor//" $@ sed -i -e "s/beamer//" $@