commit:     000bf66a1f3eead559a19c1810d2ca0b66b06f93
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Mar 16 18:09:32 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Mar 16 18:09:32 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=000bf66a

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 <AT> riseup.net>

 sci-biology/minced/minced-0.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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";

Reply via email to