From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1052077-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 317DD138334
	for <garchives@archives.gentoo.org>; Sun, 14 Oct 2018 19:41:09 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 04519E0819;
	Sun, 14 Oct 2018 19:41:08 +0000 (UTC)
Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id CCCA8E0817
	for <gentoo-commits@lists.gentoo.org>; Sun, 14 Oct 2018 19:41:07 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id A7338335CDE
	for <gentoo-commits@lists.gentoo.org>; Sun, 14 Oct 2018 19:41:05 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id AA32F43E
	for <gentoo-commits@lists.gentoo.org>; Sun, 14 Oct 2018 19:41:03 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" <asturm@gentoo.org>
Message-ID: <1539545983.c57483ec6b4288705e780c7e023ccb9d23e73e6c.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/tm-align/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sci-chemistry/tm-align/tm-align-20150914.ebuild
X-VCS-Directories: sci-chemistry/tm-align/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: c57483ec6b4288705e780c7e023ccb9d23e73e6c
X-VCS-Branch: master
Date: Sun, 14 Oct 2018 19:41:03 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: ebacc1a9-0382-4ed9-8f6c-1e15fe67308d
X-Archives-Hash: 327e81620c6dd237692bbb4dc5743bdc

commit:     c57483ec6b4288705e780c7e023ccb9d23e73e6c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 14 19:39:43 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 14 19:39:43 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c57483ec

sci-chemistry/tm-align: EAPI-6 bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 sci-chemistry/tm-align/tm-align-20150914.ebuild | 8 ++++----
 1 file 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 6732f611eaa..f84b13e9e8f 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