aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-16 19:09:32 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-16 19:09:32 +0100
commit000bf66a1f3eead559a19c1810d2ca0b66b06f93 (patch)
tree28c99a6576b30638f304e1e4ae7185f4edd3a738
parentsci-biology/stringtie: fix checksum in manifest (diff)
downloadsci-000bf66a1f3eead559a19c1810d2ca0b66b06f93.tar.gz
sci-000bf66a1f3eead559a19c1810d2ca0b66b06f93.tar.bz2
sci-000bf66a1f3eead559a19c1810d2ca0b66b06f93.zip
sci-biology/minced: fix build
turns out the jar file was only generated if FEATURES="test", Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
-rw-r--r--sci-biology/minced/minced-0.4.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-biology/minced/minced-0.4.2.ebuild b/sci-biology/minced/minced-0.4.2.ebuild
index ed2609e4a..b9845e859 100644
--- a/sci-biology/minced/minced-0.4.2.ebuild
+++ b/sci-biology/minced/minced-0.4.2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit java-pkg-2
+inherit java-pkg-2 java-pkg-simple
DESCRIPTION="Short Palindromic Repeat finder tool (for CRISPRs)"
HOMEPAGE="https://github.com/ctSkennerton/minced"