diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-01-07 20:23:46 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-01-07 20:23:46 +0100 |
commit | 29fb908337297d83ef1a6ef6dd750fb7c8b5e5a4 (patch) | |
tree | 1f67fc0d7d2b9da3dad7a6009a49e8fdddf383bc /sci-libs/flann/flann-9999.ebuild | |
parent | dev-python/flexx: New package, ebuild written by me (diff) | |
download | gentoo-29fb908337297d83ef1a6ef6dd750fb7c8b5e5a4.tar.gz gentoo-29fb908337297d83ef1a6ef6dd750fb7c8b5e5a4.tar.bz2 gentoo-29fb908337297d83ef1a6ef6dd750fb7c8b5e5a4.zip |
sci-libs/flann: Drop unnecesarry patches
Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-libs/flann/flann-9999.ebuild')
-rw-r--r-- | sci-libs/flann/flann-9999.ebuild | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sci-libs/flann/flann-9999.ebuild b/sci-libs/flann/flann-9999.ebuild index 5a505d892a4a..14e09961af66 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 |