From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2D2E758973 for ; Fri, 22 Jan 2016 10:12:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2C7521C006; Fri, 22 Jan 2016 10:12:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8C3E921C006 for ; Fri, 22 Jan 2016 10:12:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7312F34089F for ; Fri, 22 Jan 2016 10:12:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0185CB3 for ; Fri, 22 Jan 2016 10:12:08 +0000 (UTC) From: "Marius Brehler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marius Brehler" Message-ID: <1453457496.4225f8d28949708acc08616a68d5aec3879ec11f.marbre@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-libs/boost-compute/ X-VCS-Repository: proj/sci X-VCS-Files: dev-libs/boost-compute/boost-compute-0.5.ebuild X-VCS-Directories: dev-libs/boost-compute/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: 4225f8d28949708acc08616a68d5aec3879ec11f X-VCS-Branch: master Date: Fri, 22 Jan 2016 10:12:08 +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: bcc262e9-8a85-4fa0-95ae-9d20567f074a X-Archives-Hash: 0404250f8696b376fd4647d1c876b2af commit: 4225f8d28949708acc08616a68d5aec3879ec11f Author: Marius Brehler linux sungazer de> AuthorDate: Fri Jan 22 10:11:36 2016 +0000 Commit: Marius Brehler linux sungazer de> CommitDate: Fri Jan 22 10:11:36 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4225f8d2 dev-libs/boost-compute: Drop patch (included upstream) Package-Manager: portage-2.2.26 dev-libs/boost-compute/boost-compute-0.5.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-libs/boost-compute/boost-compute-0.5.ebuild b/dev-libs/boost-compute/boost-compute-0.5.ebuild index 151d185..9472785 100644 --- a/dev-libs/boost-compute/boost-compute-0.5.ebuild +++ b/dev-libs/boost-compute/boost-compute-0.5.ebuild @@ -22,5 +22,3 @@ RDEPEND=" DEPEND="${RDEPEND}" S="${WORKDIR}/compute-${PV}" - -PATCHES=( "${FILESDIR}/${P}"-CMakeLists.patch )