diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2008-03-10 13:10:01 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2008-03-10 13:10:01 +0000 |
commit | 8fad186ae79226e3a2ea10d8e5522a00be27eba4 (patch) | |
tree | ceeb5ba226c043c71e7b00272b8fba62f7897fe7 /dev-java/xmlgraphics-commons | |
parent | Removing after last rites, bug 150670 (diff) | |
download | gentoo-2-8fad186ae79226e3a2ea10d8e5522a00be27eba4.tar.gz gentoo-2-8fad186ae79226e3a2ea10d8e5522a00be27eba4.tar.bz2 gentoo-2-8fad186ae79226e3a2ea10d8e5522a00be27eba4.zip |
Restrict DEPEND to 1.4 to 1.6 because classes use com.sun.image.
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-java/xmlgraphics-commons')
-rw-r--r-- | dev-java/xmlgraphics-commons/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/xmlgraphics-commons/xmlgraphics-commons-1.2.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-java/xmlgraphics-commons/ChangeLog b/dev-java/xmlgraphics-commons/ChangeLog index b342ea0b3f7b..fa3019b5e5d0 100644 --- a/dev-java/xmlgraphics-commons/ChangeLog +++ b/dev-java/xmlgraphics-commons/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/xmlgraphics-commons # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog,v 1.12 2008/01/27 03:56:56 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog,v 1.13 2008/03/10 13:10:01 betelgeuse Exp $ + + 10 Mar 2008; Petteri Räty <betelgeuse@gentoo.org> + xmlgraphics-commons-1.2.ebuild: + Restrict DEPEND to 1.4 to 1.6 because classes use com.sun.image. 27 Jan 2008; Petteri Räty <betelgeuse@gentoo.org> -xmlgraphics-commons-1.1.ebuild: diff --git a/dev-java/xmlgraphics-commons/xmlgraphics-commons-1.2.ebuild b/dev-java/xmlgraphics-commons/xmlgraphics-commons-1.2.ebuild index a8e61a53b378..173c5a4f9e7c 100644 --- a/dev-java/xmlgraphics-commons/xmlgraphics-commons-1.2.ebuild +++ b/dev-java/xmlgraphics-commons/xmlgraphics-commons-1.2.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/xmlgraphics-commons/xmlgraphics-commons-1.2.ebuild,v 1.4 2007/11/25 09:36:52 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/xmlgraphics-commons-1.2.ebuild,v 1.5 2008/03/10 13:10:01 betelgeuse Exp $ JAVA_PKG_IUSE="doc examples source test" @@ -18,7 +18,7 @@ IUSE="jpeg" # fails connect to X even tho it sets java.awt.headless RESTRICT="test" CDEPEND=">=dev-java/commons-io-1" -DEPEND=">=virtual/jdk-1.4 +DEPEND="|| ( =virtual/jdk-1.6* =virtual/jdk-1.5* =virtual/jdk-1.4* ) jpeg? ( || ( >=dev-java/sun-jdk-1.4 |