summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2018-05-27 00:26:00 +0200
committerDavid Seifert <soap@gentoo.org>2018-05-27 00:35:47 +0200
commit130d9ae77b65b294a16dc841647b17109191c547 (patch)
treeac714c4fc90ade26d9b9c2d040ce975992f5721c /sci-physics/bullet
parentapp-text/kbibtex: Relax app-crypt/qca[qt5] use-dep (diff)
downloadgentoo-130d9ae77b65b294a16dc841647b17109191c547.tar.gz
gentoo-130d9ae77b65b294a16dc841647b17109191c547.tar.bz2
gentoo-130d9ae77b65b294a16dc841647b17109191c547.zip
sci-physics/bullet: [QA] Add call to cmake-utils_src_prepare
Closes: https://bugs.gentoo.org/647980 Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'sci-physics/bullet')
-rw-r--r--sci-physics/bullet/bullet-2.83.4.ebuild4
-rw-r--r--sci-physics/bullet/bullet-2.83.5.ebuild4
2 files changed, 6 insertions, 2 deletions
diff --git a/sci-physics/bullet/bullet-2.83.4.ebuild b/sci-physics/bullet/bullet-2.83.4.ebuild
index 0349165b5aad..9eefee74682b 100644
--- a/sci-physics/bullet/bullet-2.83.4.ebuild
+++ b/sci-physics/bullet/bullet-2.83.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -25,6 +25,8 @@ PATCHES=( "${FILESDIR}"/${PN}-2.78-soversion.patch )
S="${WORKDIR}/${PN}3-${PV}"
src_prepare() {
+ cmake-utils_src_prepare
+
# allow to generate docs
sed -i -e 's/GENERATE_HTMLHELP.*//g' Doxyfile || die
}
diff --git a/sci-physics/bullet/bullet-2.83.5.ebuild b/sci-physics/bullet/bullet-2.83.5.ebuild
index dea774e6092c..4f4153fd1cc2 100644
--- a/sci-physics/bullet/bullet-2.83.5.ebuild
+++ b/sci-physics/bullet/bullet-2.83.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -25,6 +25,8 @@ PATCHES=( "${FILESDIR}"/${PN}-2.78-soversion.patch )
S="${WORKDIR}/${PN}3-${PV}"
src_prepare() {
+ cmake-utils_src_prepare
+
# allow to generate docs
sed -i -e 's/GENERATE_HTMLHELP.*//g' Doxyfile || die
}