Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/tophat/
Date: Sun, 16 Feb 2020 20:25:09
Message-Id: 1581884651.872be18108da9051ff8a79c563d2141a992f55fd.soap@gentoo
1 commit: 872be18108da9051ff8a79c563d2141a992f55fd
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 16 20:24:11 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 16 20:24:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=872be181
7
8 sci-biology/tophat: [QA] inherit eutils.eclass directly
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 sci-biology/tophat/tophat-2.1.1-r5.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sci-biology/tophat/tophat-2.1.1-r5.ebuild b/sci-biology/tophat/tophat-2.1.1-r5.ebuild
17 index 84f3d82b39d..75318877138 100644
18 --- a/sci-biology/tophat/tophat-2.1.1-r5.ebuild
19 +++ b/sci-biology/tophat/tophat-2.1.1-r5.ebuild
20 @@ -5,7 +5,7 @@ EAPI=6
21
22 PYTHON_COMPAT=( python2_7 )
23
24 -inherit autotools flag-o-matic python-single-r1 toolchain-funcs
25 +inherit autotools eutils flag-o-matic python-single-r1 toolchain-funcs
26
27 DESCRIPTION="Python-based splice junction mapper for RNA-Seq reads using bowtie2"
28 HOMEPAGE="https://ccb.jhu.edu/software/tophat/"