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 51CF5138350 for ; Sat, 7 Mar 2020 22:51:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5E58E08CD; Sat, 7 Mar 2020 22:51:17 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6DE58E08CD for ; Sat, 7 Mar 2020 22:51:17 +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 3FD7634F114 for ; Sat, 7 Mar 2020 22:51:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43A3B103 for ; Sat, 7 Mar 2020 22:51:13 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1583621378.d6efbfad3cc43b0d6f9ebd110fb977e9a8257a70.ulm@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-r9.ebuild X-VCS-Directories: app-text/texlive-core/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: d6efbfad3cc43b0d6f9ebd110fb977e9a8257a70 X-VCS-Branch: master Date: Sat, 7 Mar 2020 22:51: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: ec293ba8-889b-4eee-8158-e8766d7040c5 X-Archives-Hash: 1c947ce492621698a5412ad699a84cac commit: d6efbfad3cc43b0d6f9ebd110fb977e9a8257a70 Author: Ulrich Müller gentoo org> AuthorDate: Sat Mar 7 22:06:31 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Mar 7 22:49:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6efbfad app-text/texlive-core: Fix typo in poppler-0.86 patch name. Acked-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.92, Repoman-2.3.20 Signed-off-by: Ulrich Müller gentoo.org> app-text/texlive-core/texlive-core-2019-r9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/texlive-core/texlive-core-2019-r9.ebuild b/app-text/texlive-core/texlive-core-2019-r9.ebuild index c559ea59e3d..baff7ac5224 100644 --- a/app-text/texlive-core/texlive-core-2019-r9.ebuild +++ b/app-text/texlive-core/texlive-core-2019-r9.ebuild @@ -157,7 +157,7 @@ src_prepare() { eapply "${WORKDIR}"/patches/${P}-poppler083.patch eapply "${WORKDIR}"/patches/${P}-poppler084.patch elif has_version "=app-text/poppler-0.86*"; then - eapply "${WORKDIR}"/patches/${P}-poppler-086.patch + eapply "${WORKDIR}"/patches/${P}-poppler086.patch else eapply "${WORKDIR}"/patches/${P}-poppler076.patch fi