sci-physics/bullet: [QA] Add call to cmake-utils_src_prepare
authorDavid Seifert <soap@gentoo.org>
Sat, 26 May 2018 22:26:00 +0000 (00:26 +0200)
committerDavid Seifert <soap@gentoo.org>
Sat, 26 May 2018 22:35:47 +0000 (00:35 +0200)
Closes: https://bugs.gentoo.org/647980
Package-Manager: Portage-2.3.40, Repoman-2.3.9

sci-physics/bullet/bullet-2.83.4.ebuild
sci-physics/bullet/bullet-2.83.5.ebuild

index 0349165b5aad3629de64f2f39a68948c31bb2262..9eefee74682b15f23e1f9c016adff302c08e1ebb 100644 (file)
@@ -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
 }
index dea774e6092caac2558195c576fe6dad51ba5d46..4f4153fd1cc292d6600f5b258840888cc7fe51ef 100644 (file)
@@ -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
 }