changed spaces to tabs
This commit is contained in:
parent
40797afce0
commit
5dab8bf3cb
@ -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() {
|
||||
|
Reference in New Issue
Block a user