diff options
Diffstat (limited to 'dev-java/jython/jython-2.5.1-r2.ebuild')
-rw-r--r-- | dev-java/jython/jython-2.5.1-r2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-java/jython/jython-2.5.1-r2.ebuild b/dev-java/jython/jython-2.5.1-r2.ebuild index 6910e35163e8..c55dbcde8007 100644 --- a/dev-java/jython/jython-2.5.1-r2.ebuild +++ b/dev-java/jython/jython-2.5.1-r2.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/jython-2.5.1-r2.ebuild,v 1.2 2011/11/16 19:05:54 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/jython-2.5.1-r2.ebuild,v 1.3 2012/04/13 18:47:54 ulm Exp $ + +EAPI="3" JAVA_PKG_IUSE="source doc examples oracle" #informix missing. This is a jdbc driver, similar to oracle use flag #functionality. -EAPI="3" - inherit base java-pkg-2 java-ant-2 python DESCRIPTION="An implementation of Python written in Java" |