Package-Manager: Portage-2.3.3, Repoman-2.3.1
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=4
+EAPI=6
inherit cmake-utils
)
"
-DOCS="README AUTHORS"
+DOCS=( README AUTHORS )
src_prepare() {
+ cmake-utils_src_prepare
+
sed -i \
-e '/CMAKE_C_FLAGS/d' \
CMakeLists.txt || die
src_configure() {
local mycmakeargs=(
- $(cmake-utils_use debug)
+ -DDebug=$(usex debug)
)
cmake-utils_src_configure