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 DFDE9139345 for ; Tue, 13 Jul 2021 21:16:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40CA6E0D9A; Tue, 13 Jul 2021 21:16:10 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 288A2E0D9A for ; Tue, 13 Jul 2021 21:16:10 +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 BDA7B342CB3 for ; Tue, 13 Jul 2021 21:16:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 127337D5 for ; Tue, 13 Jul 2021 21:16:06 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1626210946.b00cb4c5941e41693ff01b541acb8c3cc4b56af7.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/cups-filters/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-print/cups-filters/files/cups-filters-1.27.4-make-missing-testfont-non-fatal.patch X-VCS-Directories: net-print/cups-filters/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: b00cb4c5941e41693ff01b541acb8c3cc4b56af7 X-VCS-Branch: master Date: Tue, 13 Jul 2021 21:16:06 +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: 9a87a23d-a9e7-4fcf-a70b-bb16fae16bd7 X-Archives-Hash: 0f889ecb81c0f4e808ebb6bf7775f0c5 commit: b00cb4c5941e41693ff01b541acb8c3cc4b56af7 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Tue Jul 13 19:11:57 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Tue Jul 13 21:15:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b00cb4c5 net-print/cups-filters: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/21630 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> .../cups-filters-1.27.4-make-missing-testfont-non-fatal.patch | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/net-print/cups-filters/files/cups-filters-1.27.4-make-missing-testfont-non-fatal.patch b/net-print/cups-filters/files/cups-filters-1.27.4-make-missing-testfont-non-fatal.patch deleted file mode 100644 index 50866e4a729..00000000000 --- a/net-print/cups-filters/files/cups-filters-1.27.4-make-missing-testfont-non-fatal.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/configure.ac -+++ b/configure.ac -@@ -789,7 +789,7 @@ AC_ARG_WITH([test-font-path], - [with_test_font_path=`find /usr/share/fonts -name DejaVuSans.ttf || echo /usr/share/fonts/dejavu/DejaVuSans.ttf`] - ) - AC_CHECK_FILE("$with_test_font_path", [], [ -- AC_MSG_ERROR([Requested font file is missing. Please install a package providing it.]) -+ AC_MSG_WARN([Specified font for tests not found. Expect test failures!]) - ]) - AC_DEFINE_UNQUOTED([TESTFONT], ["$with_test_font_path"], [Path to font used in tests]) -