diff options
author | David Seifert <soap@gentoo.org> | 2017-10-15 19:52:05 -0700 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-10-15 19:52:05 -0700 |
commit | d27a6ac610de662cbf1398caccee1fcd4bf5c2c5 (patch) | |
tree | c29be5726ac6fd6168e66cb2a1564702bd714fad /sci-chemistry | |
parent | sci-chemistry/openbabel-perl: [QA] Add cmake-utils_src_prepare (diff) | |
download | gentoo-d27a6ac610de662cbf1398caccee1fcd4bf5c2c5.tar.gz gentoo-d27a6ac610de662cbf1398caccee1fcd4bf5c2c5.tar.bz2 gentoo-d27a6ac610de662cbf1398caccee1fcd4bf5c2c5.zip |
sci-chemistry/tm-align: [QA] Add cmake-utils_src_prepare
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/tm-align/tm-align-20140601.ebuild | 4 | ||||
-rw-r--r-- | sci-chemistry/tm-align/tm-align-20150914.ebuild | 4 |
2 files changed, 6 insertions, 2 deletions
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 |