summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlastimil Babka <caster@gentoo.org>2009-01-14 14:30:05 +0000
committerVlastimil Babka <caster@gentoo.org>2009-01-14 14:30:05 +0000
commit883faae7bd8f266449e355949ebae2aba0aa435b (patch)
treeee3c4b157396ae5a29e1940fe124c9a166602e8d /dev-java
parentDrop KDE 4.1.2 and 4.1.3 (diff)
downloadgentoo-2-883faae7bd8f266449e355949ebae2aba0aa435b.tar.gz
gentoo-2-883faae7bd8f266449e355949ebae2aba0aa435b.tar.bz2
gentoo-2-883faae7bd8f266449e355949ebae2aba0aa435b.zip
Use a list of supported jre versions instead of blocker that breaks deptrees.
(Portage version: 2.2_rc22/cvs/Linux 2.6.28-gentoo-perfctr x86_64)
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/jdictrayapi/ChangeLog9
-rw-r--r--dev-java/jdictrayapi/jdictrayapi-0.9.1-r3.ebuild7
2 files changed, 10 insertions, 6 deletions
diff --git a/dev-java/jdictrayapi/ChangeLog b/dev-java/jdictrayapi/ChangeLog
index 9b2b851fbfa3..76532f356823 100644
--- a/dev-java/jdictrayapi/ChangeLog
+++ b/dev-java/jdictrayapi/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-java/jdictrayapi
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jdictrayapi/ChangeLog,v 1.16 2007/10/24 05:04:38 wltjr Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jdictrayapi/ChangeLog,v 1.17 2009/01/14 14:30:05 caster Exp $
+
+ 14 Jan 2009; Vlastimil Babka <caster@gentoo.org>
+ jdictrayapi-0.9.1-r3.ebuild:
+ Use a list of supported jre versions instead of blocker that breaks
+ deptrees.
24 Oct 2007; William L. Thomson Jr. <wltjr@gentoo.org>
-jdictrayapi-0.8.7.ebuild, jdictrayapi-0.9.1-r2.ebuild:
diff --git a/dev-java/jdictrayapi/jdictrayapi-0.9.1-r3.ebuild b/dev-java/jdictrayapi/jdictrayapi-0.9.1-r3.ebuild
index 13e2ad0dd654..2ae8b1b0abcb 100644
--- a/dev-java/jdictrayapi/jdictrayapi-0.9.1-r3.ebuild
+++ b/dev-java/jdictrayapi/jdictrayapi-0.9.1-r3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jdictrayapi/jdictrayapi-0.9.1-r3.ebuild,v 1.2 2007/10/20 22:51:59 ali_bush Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jdictrayapi/jdictrayapi-0.9.1-r3.ebuild,v 1.3 2009/01/14 14:30:05 caster Exp $
JAVA_PKG_IUSE="doc source"
@@ -19,8 +19,7 @@ IUSE="examples"
DEPEND=">=virtual/jdk-1.4
app-arch/unzip"
-RDEPEND=">=virtual/jre-1.4
- !=virtual/jre-1.6*"
+RDEPEND="|| ( =virtual/jre-1.4* =virtual/jre-1.5* )"
S="${WORKDIR}/${MY_P}-src/${MY_PN}"