projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
821242f
)
sci-libs/neartree: Fix order in src_prepare
author
Justin Lecher
<jlec@gentoo.org>
Sat, 6 Jan 2018 12:38:52 +0000
(12:38 +0000)
committer
Justin Lecher
<jlec@gentoo.org>
Sat, 6 Jan 2018 13:35:36 +0000
(13:35 +0000)
Closes: https://bugs.gentoo.org/634548
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Package-Manager: Portage-2.3.19, Repoman-2.3.6
sci-libs/neartree/neartree-5.1.1.ebuild
patch
|
blob
|
history
diff --git
a/sci-libs/neartree/neartree-5.1.1.ebuild
b/sci-libs/neartree/neartree-5.1.1.ebuild
index eff4bd3646cecc3fdb1703801bcd85b8e8869641..0d1ac6098867f8f526592817973f2e71d8726ec8 100644
(file)
--- a/
sci-libs/neartree/neartree-5.1.1.ebuild
+++ b/
sci-libs/neartree/neartree-5.1.1.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-201
7
Gentoo Foundation
+# Copyright 1999-201
8
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() {