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 37FBD1388BF for ; Thu, 7 Jan 2016 19:25:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2ED3DE0866; Thu, 7 Jan 2016 19:25:24 +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 8E34DE0852 for ; Thu, 7 Jan 2016 19:25:23 +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 371083408F9 for ; Thu, 7 Jan 2016 19:25:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC7F4138 for ; Thu, 7 Jan 2016 19:25:20 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1452194626.29fb908337297d83ef1a6ef6dd750fb7c8b5e5a4.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/flann/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/flann/flann-9999.ebuild X-VCS-Directories: sci-libs/flann/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 29fb908337297d83ef1a6ef6dd750fb7c8b5e5a4 X-VCS-Branch: master Date: Thu, 7 Jan 2016 19:25:20 +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: 5aecded5-3a40-4cb7-8587-c22ba7153175 X-Archives-Hash: e138f70fe5bddb1901d1fb5f091d20a1 commit: 29fb908337297d83ef1a6ef6dd750fb7c8b5e5a4 Author: Justin Lecher gentoo org> AuthorDate: Thu Jan 7 19:23:46 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Jan 7 19:23:46 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29fb9083 sci-libs/flann: Drop unnecesarry patches Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher gentoo.org> sci-libs/flann/flann-9999.ebuild | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/sci-libs/flann/flann-9999.ebuild b/sci-libs/flann/flann-9999.ebuild index 5a505d8..14e0996 100644 --- a/sci-libs/flann/flann-9999.ebuild +++ b/sci-libs/flann/flann-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -33,14 +33,6 @@ DEPEND="${RDEPEND} ) " -PATCHES=( - "${FILESDIR}"/${PN}-1.8.4-options.patch - "${FILESDIR}"/${PN}-1.8.4-CUDA_NVCC_FLAGS.patch - "${FILESDIR}"/${PN}-1.8.4-cuda5.5.patch - "${FILESDIR}"/${PN}-1.8.4-multilib.patch - "${FILESDIR}"/${PN}-1.8.4-docdir.patch -) - pkg_setup() { if use openmp; then if [[ $(tc-getCC) == *gcc ]] && ! tc-has-openmp ; then