aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sci-biology/apollo/Manifest2
-rw-r--r--sci-biology/apollo/apollo-9999.ebuild4
2 files changed, 5 insertions, 1 deletions
diff --git a/sci-biology/apollo/Manifest b/sci-biology/apollo/Manifest
index e20daeebb..73d1a4158 100644
--- a/sci-biology/apollo/Manifest
+++ b/sci-biology/apollo/Manifest
@@ -1,2 +1,2 @@
-EBUILD apollo-9999.ebuild 956 RMD160 4fb93160ae1b114f276461bacd8eaa66dc35be23 SHA1 94516683b729daabdd507027b292095aad77ce1e SHA256 324ce0d53d97554b35f79f87657f6caab03161330f9cd6447a8207373d4c2bc9
+EBUILD apollo-9999.ebuild 1008 RMD160 71dbcc87425987a7449777de91460905a892473b SHA1 334699f1c8c17aa74b5d1900b2ce76f9fcef2a4f SHA256 123e52981c4a16d41fa041c3359a92f9eae893eb082cf635a4b2e3f6a4d0815b
MISC metadata.xml 261 RMD160 ce19afc5fdd536a9eadb35a705f09613e3774e32 SHA1 b95b491e808c8dd5a106edae7e48af4f8d61f58a SHA256 e3766426d46af16432093cd9fb8a2df3862c77ef313ad175ca2ef60af5cee6f5
diff --git a/sci-biology/apollo/apollo-9999.ebuild b/sci-biology/apollo/apollo-9999.ebuild
index b3ed6ee7f..4164ac067 100644
--- a/sci-biology/apollo/apollo-9999.ebuild
+++ b/sci-biology/apollo/apollo-9999.ebuild
@@ -3,6 +3,9 @@
# $Header: $
EAPI=3
+
+inherit java-pkg-2 java-ant-2
+
[ "$PV" == "9999" ] && inherit subversion
DESCRIPTION="The Apollo genome editor is a Java-based application for browsing and annotating genomic sequences."
@@ -23,6 +26,7 @@ KEYWORDS=""
DEPEND="dev-vcs/subversion
>=dev-java/sun-jdk-1.5
+ dev-java/ant-core
dev-lang/perl"
RDEPEND="${DEPEND}"