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 A64B41382C5 for ; Thu, 19 Apr 2018 12:37:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B16C8E0984; Thu, 19 Apr 2018 12:37:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 8D3D0E0984 for ; Thu, 19 Apr 2018 12:37:36 +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 088BF335C60 for ; Thu, 19 Apr 2018 12:37:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87A9D270 for ; Thu, 19 Apr 2018 12:37:33 +0000 (UTC) From: "Amy Liffey" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Liffey" Message-ID: <1524141438.15c118b7175f99581d50b6788579202ce5dfef9c.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/tbb/tbb-2017.20170226.ebuild X-VCS-Directories: dev-cpp/tbb/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Liffey X-VCS-Revision: 15c118b7175f99581d50b6788579202ce5dfef9c X-VCS-Branch: master Date: Thu, 19 Apr 2018 12:37: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-Archives-Salt: afba6068-2919-4761-85b5-ccf4b9518063 X-Archives-Hash: 5ba041352e30eee6541149cdd10edc34 commit: 15c118b7175f99581d50b6788579202ce5dfef9c Author: Marty E. Plummer startmail com> AuthorDate: Wed Apr 18 21:51:47 2018 +0000 Commit: Amy Liffey gentoo org> CommitDate: Thu Apr 19 12:37:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15c118b7 dev-cpp/tbb: point PATCHES at remaining deduped patch. Closes: https://bugs.gentoo.org/653308 Closes: https://github.com/gentoo/gentoo/pull/8061 Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-cpp/tbb/tbb-2017.20170226.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-cpp/tbb/tbb-2017.20170226.ebuild b/dev-cpp/tbb/tbb-2017.20170226.ebuild index 187f9ac0615..c2780f710a8 100644 --- a/dev-cpp/tbb/tbb-2017.20170226.ebuild +++ b/dev-cpp/tbb/tbb-2017.20170226.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -22,7 +22,7 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/${PN}-${MY_PV}" PATCHES=( - "${FILESDIR}"/${PN}-2017.20161128-underlinking.patch + "${FILESDIR}"/${PN}-4.4.20160803-underlinking.patch "${FILESDIR}"/${PN}-2017.20161128-build.patch )