aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mokrejs <mmokrejs@gentoo.org>2010-12-10 02:39:42 +0100
committerMartin Mokrejs <mmokrejs@gentoo.org>2010-12-10 02:39:42 +0100
commitce4ffb163be673baf8c8059c1b7f39236b748692 (patch)
treef1450a93383da02ea4acce8c1cc65305913db53b /sci-biology/apollo/apollo-9999.ebuild
parentsci-biology/argo-bin: new package, current 1.0.31 bin-only version (diff)
downloadsci-ce4ffb163be673baf8c8059c1b7f39236b748692.tar.gz
sci-ce4ffb163be673baf8c8059c1b7f39236b748692.tar.bz2
sci-ce4ffb163be673baf8c8059c1b7f39236b748692.zip
sci-biology/apollo: added java classes to inherit
(Portage version: 2.1.9.25/git/Linux i686, unsigned Manifest commit)
Diffstat (limited to 'sci-biology/apollo/apollo-9999.ebuild')
-rw-r--r--sci-biology/apollo/apollo-9999.ebuild4
1 files changed, 4 insertions, 0 deletions
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}"