summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-16 21:24:11 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-16 21:24:11 +0100
commit872be18108da9051ff8a79c563d2141a992f55fd (patch)
tree6c78830ff034db88c6e977773f0b04fe4f8cc217 /sci-biology
parentnet-vpn/openconnect: [QA] inherit eutils.eclass directly (diff)
downloadgentoo-872be18108da9051ff8a79c563d2141a992f55fd.tar.gz
gentoo-872be18108da9051ff8a79c563d2141a992f55fd.tar.bz2
gentoo-872be18108da9051ff8a79c563d2141a992f55fd.zip
sci-biology/tophat: [QA] inherit eutils.eclass directly
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/tophat/tophat-2.1.1-r5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-biology/tophat/tophat-2.1.1-r5.ebuild b/sci-biology/tophat/tophat-2.1.1-r5.ebuild
index 84f3d82b39d0..753188771381 100644
--- a/sci-biology/tophat/tophat-2.1.1-r5.ebuild
+++ b/sci-biology/tophat/tophat-2.1.1-r5.ebuild
@@ -5,7 +5,7 @@ EAPI=6
PYTHON_COMPAT=( python2_7 )
-inherit autotools flag-o-matic python-single-r1 toolchain-funcs
+inherit autotools eutils flag-o-matic python-single-r1 toolchain-funcs
DESCRIPTION="Python-based splice junction mapper for RNA-Seq reads using bowtie2"
HOMEPAGE="https://ccb.jhu.edu/software/tophat/"