commit: 22f184981c5f5e48cbbdada5e4a3b1234c64c123
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Mar 5 15:30:40 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Mar 5 15:30:40 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=22f18498
sci-biology/BlastToSam: EAPI bump
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
sci-biology/BlastToSam/BlastToSam-1.1.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/sci-biology/BlastToSam/BlastToSam-1.1.ebuild
b/sci-biology/BlastToSam/BlastToSam-1.1.ebuild
index 6053606ad..775889330 100644
--- a/sci-biology/BlastToSam/BlastToSam-1.1.ebuild
+++ b/sci-biology/BlastToSam/BlastToSam-1.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit git-r3 java-pkg-2 java-ant-2
@@ -13,13 +13,13 @@ EGIT_COMMIT="8f543ff1640b64e44701cb534e2959ff46469b2e"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
RDEPEND=">=virtual/jre-1.5:*"
DEPEND="${RDEPEND}
>=virtual/jdk-1.5:*
dev-java/ant-core
- dev-java/jython"
+ dev-java/jython
+"
src_compile() {
ant compile || die