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 208B91382C5 for ; Tue, 15 Dec 2020 07:00:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51F12E08ED; Tue, 15 Dec 2020 07:00: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 3AD9DE08ED for ; Tue, 15 Dec 2020 07:00: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 A6507335DA1 for ; Tue, 15 Dec 2020 07:00:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBE3149 for ; Tue, 15 Dec 2020 07:00:34 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1608015628.8fe09ed775278497bf831b62861c4bd467d09832.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/pugixml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/pugixml/pugixml-1.11.2.ebuild X-VCS-Directories: dev-libs/pugixml/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8fe09ed775278497bf831b62861c4bd467d09832 X-VCS-Branch: master Date: Tue, 15 Dec 2020 07:00:34 +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: 90b1d87b-a71a-4fa0-96b1-a4b19a70b9cc X-Archives-Hash: 02bb0178075693e031e6634faf440bc3 commit: 8fe09ed775278497bf831b62861c4bd467d09832 Author: Sam James gentoo org> AuthorDate: Tue Dec 15 07:00:28 2020 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 15 07:00:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fe09ed7 dev-libs/pugixml: drop patch reference It's included in the release. Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> dev-libs/pugixml/pugixml-1.11.2.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev-libs/pugixml/pugixml-1.11.2.ebuild b/dev-libs/pugixml/pugixml-1.11.2.ebuild index ebdf4d37715..0750359ebd7 100644 --- a/dev-libs/pugixml/pugixml-1.11.2.ebuild +++ b/dev-libs/pugixml/pugixml-1.11.2.ebuild @@ -18,7 +18,3 @@ HOMEPAGE="https://pugixml.org/ https://github.com/zeux/pugixml/" LICENSE="MIT" SLOT="0" - -PATCHES=( - "${FILESDIR}/${P}-cmake-config.patch" -)