diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-14 21:39:43 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-14 21:39:43 +0200 |
commit | c57483ec6b4288705e780c7e023ccb9d23e73e6c (patch) | |
tree | cbe90deb31a25aa8ee56e45846e8a83a8352c1b8 /sci-chemistry/tm-align | |
parent | sci-chemistry/openbabel-perl: Drop 2.3.2 (diff) | |
download | gentoo-c57483ec6b4288705e780c7e023ccb9d23e73e6c.tar.gz gentoo-c57483ec6b4288705e780c7e023ccb9d23e73e6c.tar.bz2 gentoo-c57483ec6b4288705e780c7e023ccb9d23e73e6c.zip |
sci-chemistry/tm-align: EAPI-6 bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'sci-chemistry/tm-align')
-rw-r--r-- | sci-chemistry/tm-align/tm-align-20150914.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sci-chemistry/tm-align/tm-align-20150914.ebuild b/sci-chemistry/tm-align/tm-align-20150914.ebuild index 6732f611eaad..f84b13e9e8f8 100644 --- a/sci-chemistry/tm-align/tm-align-20150914.ebuild +++ b/sci-chemistry/tm-align/tm-align-20150914.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 inherit cmake-utils flag-o-matic fortran-2 @@ -12,14 +12,14 @@ SRC_URI="http://zhanglab.ccmb.med.umich.edu/TM-align/TMtools${PV}.tar.gz" LICENSE="tm-align" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="static custom-cflags" +IUSE="custom-cflags static" S="${WORKDIR}" src_prepare() { + cp "${FILESDIR}"/CMakeLists.txt . || die cmake-utils_src_prepare - cp "${FILESDIR}"/CMakeLists.txt . || die use static && append-fflags -static && append-ldflags -static # recommended by upstream use custom-cflags || replace-flags -O* -O3 && append-fflags -ffast-math |