From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 09675138206 for ; Mon, 1 Aug 2016 15:01:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 120F8E0B2A; Mon, 1 Aug 2016 15:01:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A97D2E0B2A for ; Mon, 1 Aug 2016 15:01:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1CA96340D6F for ; Mon, 1 Aug 2016 15:01:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 479B67CD for ; Mon, 1 Aug 2016 15:01:12 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <1470063660.c6e36f2534e6753c8365198695b5aa5f3e3d0d6e.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/msautil/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/msautil/msautil-1.1.ebuild X-VCS-Directories: sci-biology/msautil/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: c6e36f2534e6753c8365198695b5aa5f3e3d0d6e X-VCS-Branch: master Date: Mon, 1 Aug 2016 15:01:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 124acbd2-ea88-489a-9a72-9c763d3c32a8 X-Archives-Hash: 17a634f946c99753e6b78a62b1e7238c commit: c6e36f2534e6753c8365198695b5aa5f3e3d0d6e Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Mon Aug 1 15:01:00 2016 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Mon Aug 1 15:01:00 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c6e36f25 sci-biology/msautil: respect CFLAGS Package-Manager: portage-2.3.0 sci-biology/msautil/msautil-1.1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sci-biology/msautil/msautil-1.1.ebuild b/sci-biology/msautil/msautil-1.1.ebuild index 0d2e237..5ef4dd6 100644 --- a/sci-biology/msautil/msautil-1.1.ebuild +++ b/sci-biology/msautil/msautil-1.1.ebuild @@ -16,6 +16,10 @@ IUSE="" DEPEND="" RDEPEND="${DEPEND}" +src_prepare(){ + for f in fac.mak fas.mak mscore.mak; do sed -e "s/OPT = -O3/OPT = ${CFLAGS}/" -i $f || die; done +} + src_install(){ dobin fac fas mscore dodoc README.txt