diff options
Diffstat (limited to 'dev-python/jpype')
-rw-r--r-- | dev-python/jpype/jpype-0.6.1.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dev-python/jpype/jpype-0.6.1.ebuild b/dev-python/jpype/jpype-0.6.1.ebuild index f8d469f21b5d..cad4ffaa9ece 100644 --- a/dev-python/jpype/jpype-0.6.1.ebuild +++ b/dev-python/jpype/jpype-0.6.1.ebuild @@ -6,7 +6,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) -inherit distutils-r1 java-pkg-opt-2 +inherit java-pkg-2 distutils-r1 DESCRIPTION="JPype is an effort to allow Python programs full access to Java class libraries" HOMEPAGE="https://github.com/originell/jpype" @@ -23,10 +23,6 @@ DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] >=virtual/jdk-1.6" -pkg_setup() { - java-pkg_init -} - python_compile() { if ! python_is_python3; then local CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing" |