Closes: https://bugs.gentoo.org/647980
Package-Manager: Portage-2.3.40, Repoman-2.3.9
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
S="${WORKDIR}/${PN}3-${PV}"
src_prepare() {
+ cmake-utils_src_prepare
+
# allow to generate docs
sed -i -e 's/GENERATE_HTMLHELP.*//g' Doxyfile || die
}
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
S="${WORKDIR}/${PN}3-${PV}"
src_prepare() {
+ cmake-utils_src_prepare
+
# allow to generate docs
sed -i -e 's/GENERATE_HTMLHELP.*//g' Doxyfile || die
}