Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/arachne/
Date: Mon, 01 Feb 2021 09:40:46
Message-Id: 1612172431.f479536b47aa45c35818d45d2652672ed3136a00.andrewammerlaan@gentoo
1 commit: f479536b47aa45c35818d45d2652672ed3136a00
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Mon Feb 1 09:40:31 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Mon Feb 1 09:40:31 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f479536b
7
8 sci-biology/arachne: EAPI bump
9
10 license is MIT as far as I can tell, does not compile though
11 so no keywords yet
12
13 Package-Manager: Portage-3.0.14, Repoman-3.0.2
14 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
15
16 sci-biology/arachne/arachne-46233.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/sci-biology/arachne/arachne-46233.ebuild b/sci-biology/arachne/arachne-46233.ebuild
20 index ec7a59aa1..b34d00134 100644
21 --- a/sci-biology/arachne/arachne-46233.ebuild
22 +++ b/sci-biology/arachne/arachne-46233.ebuild
23 @@ -1,13 +1,13 @@
24 # Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=5
28 +EAPI=7
29
30 DESCRIPTION="Whole genome shotgun OLC assembler for Sanger reads (overlap-layout-contig)"
31 HOMEPAGE="https://genome.cshlp.org/content/12/1/177.abstract"
32 SRC_URI="ftp://ftp.broadinstitute.org/pub/crd/ARACHNE/latest_source_code/${P}.tar.gz"
33
34 -LICENSE="MIT" # not exactly MIT ... hence no KEYWORDS
35 +LICENSE="MIT"
36 SLOT="0"
37 KEYWORDS=""
38 IUSE="doc openmp"