diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 13:24:31 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 13:24:31 +0000 |
commit | e5f5af90a66b835c95b7c784a6231497add7877c (patch) | |
tree | 9ff5296faa9b093392b047375060ed43c25b91f9 /dev-java/velocity | |
parent | add cast patch for cdrdao 1.1.9 (Manifest recommit) (diff) | |
download | gentoo-2-e5f5af90a66b835c95b7c784a6231497add7877c.tar.gz gentoo-2-e5f5af90a66b835c95b7c784a6231497add7877c.tar.bz2 gentoo-2-e5f5af90a66b835c95b7c784a6231497add7877c.zip |
sync IUSE (+j2ee)
Diffstat (limited to 'dev-java/velocity')
-rw-r--r-- | dev-java/velocity/velocity-1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/velocity/velocity-1.3.ebuild b/dev-java/velocity/velocity-1.3.ebuild index 87f686e14b67..f9658b4c1b65 100644 --- a/dev-java/velocity/velocity-1.3.ebuild +++ b/dev-java/velocity/velocity-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/velocity/velocity-1.3.ebuild,v 1.8 2004/06/24 22:44:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/velocity/velocity-1.3.ebuild,v 1.9 2004/07/14 13:24:31 agriffis Exp $ DESCRIPTION="A Java-based template engine that allows easy creation/rendering of documents that format and present data." HOMEPAGE="http://jakarta.apache.org/velocity/" @@ -9,7 +9,7 @@ SRC_URI="http://jakarta.apache.org/builds/jakarta-${PN}/release/v${PV}/${PN}-${P LICENSE="Apache-1.1" SLOT="0" KEYWORDS="x86" -IUSE="jikes doc" +IUSE="doc j2ee jikes" DEPEND=">=dev-java/sun-jdk-1.3.1" RDEPEND=">=dev-java/sun-jdk-1.3.1 |