changed spaces to tabs

This commit is contained in:
tastytea 2018-06-04 14:01:06 +02:00
parent 40797afce0
commit 5dab8bf3cb
Signed by untrusted user: tastytea
GPG Key ID: 59346E0EA35C67E5
1 changed files with 34 additions and 34 deletions

View File

@ -14,6 +14,11 @@ DEPEND=">=dev-util/cmake-3.9.6
doc? ( >=app-doc/doxygen-1.8.13-r1 )
${RDEPEND}"
src_unpack() {
default_src_unpack
mv ${PN} ${P}
}
src_configure() {
local mycmakeargs=(
-DWITH_DOC=NO
@ -28,11 +33,6 @@ src_configure() {
cmake-utils_src_configure
}
src_unpack() {
default_src_unpack
mv ${PN} ${P}
}
# We won't let cmake handle the documentation, because it would install the
# examples, no matter if we want them.
src_compile() {