diff options
author | Alistair Bush <ali_bush@gentoo.org> | 2008-03-01 02:42:28 +0000 |
---|---|---|
committer | Alistair Bush <ali_bush@gentoo.org> | 2008-03-01 02:42:28 +0000 |
commit | bd4319c452a93e4248320190b698f86f2928c8e0 (patch) | |
tree | 492df2eeab0f1b41e77467679b2d3f3ddbf32e91 /dev-java | |
parent | Bump freemarker with patch to support latest jython version. see #211503 and ... (diff) | |
download | gentoo-2-bd4319c452a93e4248320190b698f86f2928c8e0.tar.gz gentoo-2-bd4319c452a93e4248320190b698f86f2928c8e0.tar.bz2 gentoo-2-bd4319c452a93e4248320190b698f86f2928c8e0.zip |
Added block on versions of <=dev-java/freemarker-2.3.10. See #211503 and #106239
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/jython/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/jython/jython-2.2.1-r1.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-java/jython/ChangeLog b/dev-java/jython/ChangeLog index 7a5bab3ad16c..896e99c02e28 100644 --- a/dev-java/jython/ChangeLog +++ b/dev-java/jython/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/jython # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/ChangeLog,v 1.54 2008/02/26 10:30:51 ali_bush Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/ChangeLog,v 1.55 2008/03/01 02:42:28 ali_bush Exp $ + + 01 Mar 2008; Alistair Bush <ali_bush@gentoo.org> jython-2.2.1-r1.ebuild: + Added block on versions of <=dev-java/freemarker-2.3.10. See #211503 and + #106239 *jython-2.2.1-r1 (26 Feb 2008) diff --git a/dev-java/jython/jython-2.2.1-r1.ebuild b/dev-java/jython/jython-2.2.1-r1.ebuild index 67bf38fcf4f1..d43cd373f337 100644 --- a/dev-java/jython/jython-2.2.1-r1.ebuild +++ b/dev-java/jython/jython-2.2.1-r1.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/jython/jython-2.2.1-r1.ebuild,v 1.2 2008/02/26 16:29:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/jython-2.2.1-r1.ebuild,v 1.3 2008/03/01 02:42:28 ali_bush Exp $ JAVA_PKG_IUSE="readline source doc servletapi mysql postgres examples oracle" #jdnc @@ -28,7 +28,8 @@ CDEPEND="=dev-java/jakarta-oro-2.0* mysql? ( >=dev-java/jdbc-mysql-3.1 ) postgres? ( dev-java/jdbc-postgresql ) oracle? ( dev-java/jdbc-oracle-bin:10.2 ) - servletapi? ( java-virtuals/servlet-api:2.5 )" + servletapi? ( java-virtuals/servlet-api:2.5 ) + !<=dev-java/freemarker-2.3.10" RDEPEND=">=virtual/jre-1.4 ${CDEPEND}" DEPEND=">=virtual/jdk-1.4 |