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 81918138334 for ; Wed, 22 May 2019 13:46:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABE8FE0898; Wed, 22 May 2019 13:46:04 +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 926BAE0898 for ; Wed, 22 May 2019 13:46:04 +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 9E2B6344A70 for ; Wed, 22 May 2019 13:46:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FE9B5DC for ; Wed, 22 May 2019 13:46:02 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1558532754.de1fbad09616de3cac55acbab74326815ba43b8e.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/rapidjson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/rapidjson/rapidjson-9999.ebuild X-VCS-Directories: dev-libs/rapidjson/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: de1fbad09616de3cac55acbab74326815ba43b8e X-VCS-Branch: master Date: Wed, 22 May 2019 13:46:02 +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: 946f4166-dbe2-4a9b-824d-1bcc9d38cbee X-Archives-Hash: 9ccc434ce9083d02437abf5a8794f898 commit: de1fbad09616de3cac55acbab74326815ba43b8e Author: Craig Andrews gentoo org> AuthorDate: Wed May 22 13:45:00 2019 +0000 Commit: Craig Andrews gentoo org> CommitDate: Wed May 22 13:45:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de1fbad0 dev-libs/rapidjson: Remove invalid PATCH from -9999 Closes: https://bugs.gentoo.org/686508 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Craig Andrews gentoo.org> dev-libs/rapidjson/rapidjson-9999.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dev-libs/rapidjson/rapidjson-9999.ebuild b/dev-libs/rapidjson/rapidjson-9999.ebuild index fe37df29542..160fb5e9d92 100644 --- a/dev-libs/rapidjson/rapidjson-9999.ebuild +++ b/dev-libs/rapidjson/rapidjson-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -30,10 +30,6 @@ DEPEND=" )" RDEPEND="" -PATCHES=( - "${FILESDIR}/${P}-gcc-7.patch" -) - src_prepare() { cmake-utils_src_prepare