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 EC2F413835A for ; Sat, 6 Mar 2021 14:25:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21B7FE0896; Sat, 6 Mar 2021 14:25:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 0D039E0896 for ; Sat, 6 Mar 2021 14:25:21 +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 D4E87335DC2 for ; Sat, 6 Mar 2021 14:25:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06B02567 for ; Sat, 6 Mar 2021 14:25:18 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1615039592.b6f38786ebf672f55dbb0e342f6098fffeb179f2.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/sff_dump/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/sff_dump/sff_dump-1.04.ebuild X-VCS-Directories: sci-biology/sff_dump/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: b6f38786ebf672f55dbb0e342f6098fffeb179f2 X-VCS-Branch: master Date: Sat, 6 Mar 2021 14:25:18 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a2ef4caf-4409-4227-a4eb-0a9153431b29 X-Archives-Hash: 4ce129032e7354797e121f4be9f88a80 commit: b6f38786ebf672f55dbb0e342f6098fffeb179f2 Author: Andrew Ammerlaan riseup net> AuthorDate: Sat Mar 6 14:06:32 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sat Mar 6 14:06:32 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b6f38786 sci-biology/sff_dump: EAPI bump Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> sci-biology/sff_dump/sff_dump-1.04.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-biology/sff_dump/sff_dump-1.04.ebuild b/sci-biology/sff_dump/sff_dump-1.04.ebuild index 8ae736155..3f434a1ea 100644 --- a/sci-biology/sff_dump/sff_dump-1.04.ebuild +++ b/sci-biology/sff_dump/sff_dump-1.04.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 inherit toolchain-funcs @@ -12,9 +12,9 @@ SRC_URI="http://genome.imb-jena.de/software/roche454ace2caf/download/src/${P}.tg LICENSE="FLI-Jena" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" src_prepare(){ + default sed \ -e 's:^CC :#CC :' \ -e 's:^LD :#LD :' \