commit:     7da9e67c54c9144bcb6eb42de7b5c1d21c7d8c9b
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  6 12:38:52 2018 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jan  6 13:35:36 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7da9e67c

sci-libs/neartree: Fix order in src_prepare

Closes: https://bugs.gentoo.org/634548
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
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(-)

diff --git a/sci-libs/neartree/neartree-5.1.1.ebuild 
b/sci-libs/neartree/neartree-5.1.1.ebuild
index eff4bd3646c..0d1ac609886 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() {

Reply via email to