diff options
author | Vlastimil Babka <caster@gentoo.org> | 2008-01-10 21:59:09 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2008-01-10 21:59:09 +0000 |
commit | 9a91e123471c9bfcc9a1b04cc5aa026fde5c2afb (patch) | |
tree | 86771104897563d907095fce8668608f54c5246b /dev-db/octopus/octopus-3.0.1-r1.ebuild | |
parent | Restrict junit dependency. (diff) | |
download | historical-9a91e123471c9bfcc9a1b04cc5aa026fde5c2afb.tar.gz historical-9a91e123471c9bfcc9a1b04cc5aa026fde5c2afb.tar.bz2 historical-9a91e123471c9bfcc9a1b04cc5aa026fde5c2afb.zip |
Restrict junit dependency.
Package-Manager: portage-2.1.4_rc14
Diffstat (limited to 'dev-db/octopus/octopus-3.0.1-r1.ebuild')
-rw-r--r-- | dev-db/octopus/octopus-3.0.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/octopus/octopus-3.0.1-r1.ebuild b/dev-db/octopus/octopus-3.0.1-r1.ebuild index 53f1207e81a5..cd6d26684801 100644 --- a/dev-db/octopus/octopus-3.0.1-r1.ebuild +++ b/dev-db/octopus/octopus-3.0.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/octopus/octopus-3.0.1-r1.ebuild,v 1.8 2007/11/13 12:27:27 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/octopus/octopus-3.0.1-r1.ebuild,v 1.9 2008/01/10 21:59:09 caster Exp $ JAVA_PKG_IUSE="doc source" @@ -20,7 +20,7 @@ COMMON_DEP=" >=dev-java/xerces-2.7 >=dev-java/log4j-1.2.8 =dev-java/rhino-1.6* - dev-java/junit + =dev-java/junit-3.8* >=dev-java/ant-core-1.4" # Does not like org.w3c.dom.Node |