diff options
author | Vlastimil Babka <caster@gentoo.org> | 2008-01-10 23:04:47 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2008-01-10 23:04:47 +0000 |
commit | 579aa645255ff68e19a04a5cdf05fb31bb886567 (patch) | |
tree | ceb17cea2e28fcd9e370c2bb83167bc08f4524d4 /dev-java/jid3 | |
parent | Restrict junit dependency. (diff) | |
download | gentoo-2-579aa645255ff68e19a04a5cdf05fb31bb886567.tar.gz gentoo-2-579aa645255ff68e19a04a5cdf05fb31bb886567.tar.bz2 gentoo-2-579aa645255ff68e19a04a5cdf05fb31bb886567.zip |
Restrict junit dependency.
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'dev-java/jid3')
-rw-r--r-- | dev-java/jid3/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/jid3/jid3-0.46.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-java/jid3/ChangeLog b/dev-java/jid3/ChangeLog index 74e44445ad4d..f33f9b90a893 100644 --- a/dev-java/jid3/ChangeLog +++ b/dev-java/jid3/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/jid3 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jid3/ChangeLog,v 1.1 2007/05/06 10:19:28 betelgeuse Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/jid3/ChangeLog,v 1.2 2008/01/10 23:04:47 caster Exp $ + + 10 Jan 2008; Vlastimil Babka <caster@gentoo.org> jid3-0.46.ebuild: + Restrict junit dependency. *jid3-0.46 (06 May 2007) diff --git a/dev-java/jid3/jid3-0.46.ebuild b/dev-java/jid3/jid3-0.46.ebuild index 262baa146913..97d6b998cd93 100644 --- a/dev-java/jid3/jid3-0.46.ebuild +++ b/dev-java/jid3/jid3-0.46.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-java/jid3/jid3-0.46.ebuild,v 1.1 2007/05/06 10:19:28 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jid3/jid3-0.46.ebuild,v 1.2 2008/01/10 23:04:47 caster Exp $ JAVA_PKG_IUSE="doc source test" # To make sure the javadoc patch doesn't break things @@ -22,10 +22,10 @@ IUSE="" # Feel free to submit a patch that doesn't bundle the classes # into the result jar RDEPEND=">=virtual/jre-1.4 - test? ( dev-java/junit )" + test? ( =dev-java/junit-3.8* )" DEPEND=">=virtual/jdk-1.4 - test? ( dev-java/junit )" + test? ( =dev-java/junit-3.8* )" src_unpack() { unpack ${A} |