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 43305138AE9 for ; Thu, 28 Dec 2017 10:03:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CDD6E0ECC; Thu, 28 Dec 2017 10:03:55 +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 5E54CE0ECC for ; Thu, 28 Dec 2017 10:03:55 +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 8627533D4A6 for ; Thu, 28 Dec 2017 10:03:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EA01AE8F for ; Thu, 28 Dec 2017 10:03:53 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1514455424.b9f5a9e8d3b5f03d93db6b5e8d5575f485371368.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtcore/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtcore/files/qtcore-4.8.6-moc-boost-1.60.patch X-VCS-Directories: dev-qt/qtcore/files/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: b9f5a9e8d3b5f03d93db6b5e8d5575f485371368 X-VCS-Branch: master Date: Thu, 28 Dec 2017 10:03:53 +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-Archives-Salt: bb84ab8d-6ded-4d13-abfd-5b40ea936814 X-Archives-Hash: cffbda7746eeffec1401fe1a983715a8 commit: b9f5a9e8d3b5f03d93db6b5e8d5575f485371368 Author: Michael Mair-Keimberger gmail com> AuthorDate: Thu Dec 28 07:30:45 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Dec 28 10:03:44 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9f5a9e8 dev-qt/qtcore: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/6665 dev-qt/qtcore/files/qtcore-4.8.6-moc-boost-1.60.patch | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/dev-qt/qtcore/files/qtcore-4.8.6-moc-boost-1.60.patch b/dev-qt/qtcore/files/qtcore-4.8.6-moc-boost-1.60.patch deleted file mode 100644 index 91a5526ad83..00000000000 --- a/dev-qt/qtcore/files/qtcore-4.8.6-moc-boost-1.60.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff -up qt-everywhere-opensource-src-4.8.7/src/tools/moc/main.cpp.QTBUG-22829 qt-everywhere-opensource-src-4.8.7/src/tools/moc/main.cpp ---- qt-everywhere-opensource-src-4.8.7/src/tools/moc/main.cpp.QTBUG-22829 2015-05-07 09:14:44.000000000 -0500 -+++ qt-everywhere-opensource-src-4.8.7/src/tools/moc/main.cpp 2016-03-16 13:20:43.145899869 -0500 -@@ -188,8 +188,11 @@ int runMoc(int _argc, char **_argv) - pp.macros["Q_MOC_RUN"]; - pp.macros["__cplusplus"]; - -- // Workaround a bug while parsing the boost/type_traits/has_operator.hpp header. See QTBUG-22829 -+ // Workaround a bug while parsing some boost headers. See QTBUG-22829 - pp.macros["BOOST_TT_HAS_OPERATOR_HPP_INCLUDED"]; -+ pp.macros["BOOST_LEXICAL_CAST_INCLUDED"]; -+ pp.macros["BOOST_NEXT_PRIOR_HPP_INCLUDED"]; -+ pp.macros["BOOST_TYPE_TRAITS_HPP"]; - - QByteArray filename; - QByteArray output;