diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2008-05-23 19:57:10 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2008-05-23 19:57:10 +0000 |
commit | d6956af8a8b01e1829adfa082b09f48ae37369a8 (patch) | |
tree | 100baf5f0ceb845384d368f09deddffb360a3cbd /dev-java/commons-cli/commons-cli-1.1.ebuild | |
parent | Sparc stable, Bug #223369. All tests pass. (diff) | |
download | gentoo-2-d6956af8a8b01e1829adfa082b09f48ae37369a8.tar.gz gentoo-2-d6956af8a8b01e1829adfa082b09f48ae37369a8.tar.bz2 gentoo-2-d6956af8a8b01e1829adfa082b09f48ae37369a8.zip |
Add junit blocker for bug 215659.
(Portage version: 2.1.5_rc10)
Diffstat (limited to 'dev-java/commons-cli/commons-cli-1.1.ebuild')
-rw-r--r-- | dev-java/commons-cli/commons-cli-1.1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-java/commons-cli/commons-cli-1.1.ebuild b/dev-java/commons-cli/commons-cli-1.1.ebuild index ba79edf4aaea..4453739342ec 100644 --- a/dev-java/commons-cli/commons-cli-1.1.ebuild +++ b/dev-java/commons-cli/commons-cli-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-cli/commons-cli-1.1.ebuild,v 1.1 2008/03/31 23:38:14 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-cli/commons-cli-1.1.ebuild,v 1.2 2008/05/23 19:57:10 betelgeuse Exp $ JAVA_PKG_IUSE="doc source test" @@ -17,7 +17,9 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="" RDEPEND=">=virtual/jre-1.4" +# Blocking junit for https://bugs.gentoo.org/show_bug.cgi?id=215659 DEPEND=">=virtual/jdk-1.4 + !<dev-java/junit-3.8.2 test? ( dev-java/ant-junit )" S=${WORKDIR}/${MY_P} |