From 7da9e67c54c9144bcb6eb42de7b5c1d21c7d8c9b Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Sat, 6 Jan 2018 12:38:52 +0000 Subject: sci-libs/neartree: Fix order in src_prepare Closes: https://bugs.gentoo.org/634548 Signed-off-by: Justin Lecher Package-Manager: Portage-2.3.19, Repoman-2.3.6 --- sci-libs/neartree/neartree-5.1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sci-libs/neartree') diff --git a/sci-libs/neartree/neartree-5.1.1.ebuild b/sci-libs/neartree/neartree-5.1.1.ebuild index eff4bd3646ce..0d1ac6098867 100644 --- a/sci-libs/neartree/neartree-5.1.1.ebuild +++ b/sci-libs/neartree/neartree-5.1.1.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,8 +22,8 @@ DEPEND="${RDEPEND}" S="${WORKDIR}/${MY_P}" src_prepare() { - cmake-utils_src_prepare cp "${FILESDIR}"/CMakeLists.txt . || die + cmake-utils_src_prepare } src_configure() { -- cgit v1.2.3-65-gdbad