diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2008-03-12 19:58:27 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2008-03-12 19:58:27 +0000 |
commit | c3d3a4313eec2a335b3261201f973650a0538a6c (patch) | |
tree | bb60b5a8693e85132d87155f1e8f94fd31fbabd0 /dev-util/weka | |
parent | Quoting fix and version bump (diff) | |
download | gentoo-2-c3d3a4313eec2a335b3261201f973650a0538a6c.tar.gz gentoo-2-c3d3a4313eec2a335b3261201f973650a0538a6c.tar.bz2 gentoo-2-c3d3a4313eec2a335b3261201f973650a0538a6c.zip |
Uses com.sun.image so restrict to 1.6 and 1.5.
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-util/weka')
-rw-r--r-- | dev-util/weka/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/weka/weka-3.5.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/weka/ChangeLog b/dev-util/weka/ChangeLog index 72ec2ae2c418..9805cacc3554 100644 --- a/dev-util/weka/ChangeLog +++ b/dev-util/weka/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/weka # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/weka/ChangeLog,v 1.25 2008/02/07 19:34:04 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/weka/ChangeLog,v 1.26 2008/03/12 19:58:27 betelgeuse Exp $ + + 12 Mar 2008; Petteri Räty <betelgeuse@gentoo.org> weka-3.5.7.ebuild: + Uses com.sun.image so restrict to 1.6 and 1.5. *weka-3.5.7 (07 Feb 2008) diff --git a/dev-util/weka/weka-3.5.7.ebuild b/dev-util/weka/weka-3.5.7.ebuild index a6a4952d1e59..33920e84a26c 100644 --- a/dev-util/weka/weka-3.5.7.ebuild +++ b/dev-util/weka/weka-3.5.7.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-util/weka/weka-3.5.7.ebuild,v 1.1 2008/02/07 19:34:04 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/weka/weka-3.5.7.ebuild,v 1.2 2008/03/12 19:58:27 betelgeuse Exp $ JAVA_PKG_IUSE="doc source" @@ -13,7 +13,7 @@ HOMEPAGE="http://www.cs.waikato.ac.nz/ml/weka/" SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc ~x86" -DEPEND=">=virtual/jdk-1.5 +DEPEND="|| ( =virtual/jdk-1.6* =virtual/jdk-1.5* ) app-arch/unzip" RDEPEND=">=virtual/jre-1.5" IUSE="" |