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 63BDD138359 for ; Mon, 20 Jul 2020 09:01:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A14C0E0921; Mon, 20 Jul 2020 09:01:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 8D0BFE0921 for ; Mon, 20 Jul 2020 09:01:41 +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 A901234EEF4 for ; Mon, 20 Jul 2020 09:01:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E2B52EE for ; Mon, 20 Jul 2020 09:01:37 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1595235680.b2cdee2afeaf743367c789d3c3fa03ea41a2b300.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/openscad/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/openscad/openscad-9999.ebuild X-VCS-Directories: media-gfx/openscad/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: b2cdee2afeaf743367c789d3c3fa03ea41a2b300 X-VCS-Branch: master Date: Mon, 20 Jul 2020 09:01:37 +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: afcdb18c-eedd-4b4e-a2f0-c1f017e06312 X-Archives-Hash: 5ca924cc15aa4c934a1c91d0e17366d2 commit: b2cdee2afeaf743367c789d3c3fa03ea41a2b300 Author: Bernd Waibel gmail com> AuthorDate: Mon Jul 6 18:29:48 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Jul 20 09:01:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2cdee2a media-gfx/openscad: remove unneeded patch Remove a backported patch which is no longer needed for live ebuild. Reported-by: Michael Moon gmail.com> Closes: https://bugs.gentoo.org/728560 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Bernd Waibel gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16616 Signed-off-by: Joonas Niilola gentoo.org> media-gfx/openscad/openscad-9999.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/media-gfx/openscad/openscad-9999.ebuild b/media-gfx/openscad/openscad-9999.ebuild index 4dc6fbc2617..a718d9a9a8a 100644 --- a/media-gfx/openscad/openscad-9999.ebuild +++ b/media-gfx/openscad/openscad-9999.ebuild @@ -17,10 +17,6 @@ KEYWORDS="" IUSE="ccache emacs" RESTRICT="test" -PATCHES=( - "${FILESDIR}/${PN}-2019.05-0001-Fix-build-with-boost-1.73.patch" -) - RDEPEND=" dev-cpp/eigen:3 dev-libs/boost:=