From 130d9ae77b65b294a16dc841647b17109191c547 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 27 May 2018 00:26:00 +0200 Subject: 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(-) (limited to 'sci-physics') 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 } -- cgit v1.2.3-18-g5258