diff options
Diffstat (limited to 'dev-java/jgraphx/jgraphx-1.4.1.0.ebuild')
-rw-r--r-- | dev-java/jgraphx/jgraphx-1.4.1.0.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-java/jgraphx/jgraphx-1.4.1.0.ebuild b/dev-java/jgraphx/jgraphx-1.4.1.0.ebuild index 5813fb713..a0f83e766 100644 --- a/dev-java/jgraphx/jgraphx-1.4.1.0.ebuild +++ b/dev-java/jgraphx/jgraphx-1.4.1.0.ebuild @@ -1,9 +1,11 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -JAVA_PKG_IUSE="doc source" EAPI=2 + +JAVA_PKG_IUSE="doc source" + inherit java-pkg-2 java-ant-2 versionator MY_PV=$(replace_all_version_separators '_') |