From d27a6ac610de662cbf1398caccee1fcd4bf5c2c5 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 15 Oct 2017 19:52:05 -0700 Subject: sci-chemistry/tm-align: [QA] Add cmake-utils_src_prepare Package-Manager: Portage-2.3.11, Repoman-2.3.3 --- sci-chemistry/tm-align/tm-align-20140601.ebuild | 4 +++- sci-chemistry/tm-align/tm-align-20150914.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'sci-chemistry') diff --git a/sci-chemistry/tm-align/tm-align-20140601.ebuild b/sci-chemistry/tm-align/tm-align-20140601.ebuild index 9159714e0193..a0010e5ebfcb 100644 --- a/sci-chemistry/tm-align/tm-align-20140601.ebuild +++ b/sci-chemistry/tm-align/tm-align-20140601.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -17,6 +17,8 @@ IUSE="static custom-cflags" S="${WORKDIR}" src_prepare() { + cmake-utils_src_prepare + cp "${FILESDIR}"/CMakeLists.txt . || die use static && append-fflags -static && append-ldflags -static # recommended by upstream diff --git a/sci-chemistry/tm-align/tm-align-20150914.ebuild b/sci-chemistry/tm-align/tm-align-20150914.ebuild index 4d36b45a8cad..6732f611eaad 100644 --- a/sci-chemistry/tm-align/tm-align-20150914.ebuild +++ b/sci-chemistry/tm-align/tm-align-20150914.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -17,6 +17,8 @@ IUSE="static custom-cflags" S="${WORKDIR}" src_prepare() { + cmake-utils_src_prepare + cp "${FILESDIR}"/CMakeLists.txt . || die use static && append-fflags -static && append-ldflags -static # recommended by upstream -- cgit v1.2.3-65-gdbad