aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2021-12-16 11:24:40 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2021-12-16 11:24:40 +0100
commit9db96fc507deb101b1d2618ba425da3b612ccb35 (patch)
treedc94533655d86e5d0de382154f5762c85d40a1b9 /sci-biology/fastqc
parentsci-biology/canu: drop UnusedInherits (diff)
downloadsci-9db96fc507deb101b1d2618ba425da3b612ccb35.tar.gz
sci-9db96fc507deb101b1d2618ba425da3b612ccb35.tar.bz2
sci-9db96fc507deb101b1d2618ba425da3b612ccb35.zip
sci-biology/fastqc: drop UnusedInherits
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-biology/fastqc')
-rw-r--r--sci-biology/fastqc/fastqc-0.11.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-biology/fastqc/fastqc-0.11.3.ebuild b/sci-biology/fastqc/fastqc-0.11.3.ebuild
index 4be2ae23b..bfbca83a0 100644
--- a/sci-biology/fastqc/fastqc-0.11.3.ebuild
+++ b/sci-biology/fastqc/fastqc-0.11.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit java-pkg-2 eutils java-ant-2 prefix
+inherit java-pkg-2 java-ant-2 prefix
DESCRIPTION="Quality control FASTA/FASTQ sequence files"
HOMEPAGE="https://www.bioinformatics.babraham.ac.uk/projects/fastqc/"