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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E470E158090 for ; Thu, 26 May 2022 20:31:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D82BE081E; Thu, 26 May 2022 20:31:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 13E3BE081E for ; Thu, 26 May 2022 20:31:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F22F934199A for ; Thu, 26 May 2022 20:31:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41D3A4C3 for ; Thu, 26 May 2022 20:31:33 +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: <1653597002.a41722950c1c7d56d22dba0929a1759d7b5a8c30.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/qpdfview/files/qpdfview-0.4.18-qt-5.15.patch X-VCS-Directories: app-text/qpdfview/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: a41722950c1c7d56d22dba0929a1759d7b5a8c30 X-VCS-Branch: master Date: Thu, 26 May 2022 20:31:33 +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: b8bd1172-a79b-4abd-b87e-0f2c691a1a91 X-Archives-Hash: ad4e6af692e636bc6f93bd5b8a631017 commit: a41722950c1c7d56d22dba0929a1759d7b5a8c30 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Thu May 26 18:09:34 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu May 26 20:30:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4172295 app-text/qpdfview: remove unused patch(es) Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/25646 Signed-off-by: Conrad Kostecki gentoo.org> app-text/qpdfview/files/qpdfview-0.4.18-qt-5.15.patch | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/app-text/qpdfview/files/qpdfview-0.4.18-qt-5.15.patch b/app-text/qpdfview/files/qpdfview-0.4.18-qt-5.15.patch deleted file mode 100644 index b19f247a7c38..000000000000 --- a/app-text/qpdfview/files/qpdfview-0.4.18-qt-5.15.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -ur qpdfview-0.4.18.orig/sources/model.h qpdfview-0.4.18/sources/model.h ---- a/sources/model.h 2019-07-24 21:18:33.000000000 +0200 -+++ b/sources/model.h 2020-05-29 11:44:33.012891583 +0200 -@@ -27,6 +27,7 @@ - #include - #include - #include -+#include - - class QAbstractItemModel; - class QColor;