commit:     130d9ae77b65b294a16dc841647b17109191c547
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 22:26:00 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat May 26 22:35:47 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=130d9ae7

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

 sci-physics/bullet/bullet-2.83.4.ebuild | 4 +++-
 sci-physics/bullet/bullet-2.83.5.ebuild | 4 +++-
 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 0349165b5aa..9eefee74682 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 dea774e6092..4f4153fd1cc 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
 }

Reply via email to