Package-Manager: Portage-2.3.11, Repoman-2.3.3
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
S="${WORKDIR}"
src_prepare() {
+ cmake-utils_src_prepare
+
cp "${FILESDIR}"/CMakeLists.txt . || die
use static && append-fflags -static && append-ldflags -static
# recommended by upstream
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
S="${WORKDIR}"
src_prepare() {
+ cmake-utils_src_prepare
+
cp "${FILESDIR}"/CMakeLists.txt . || die
use static && append-fflags -static && append-ldflags -static
# recommended by upstream