commit: e98946107a4a52c3f17056b692e0daf2a71c59da
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 25 20:00:19 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Feb 25 20:03:11 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9894610
dev-python/jpype: Switch to java-pkg-2.
Package-Manager: portage-2.2.26
dev-python/jpype/jpype-0.6.1.ebuild | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/dev-python/jpype/jpype-0.6.1.ebuild
b/dev-python/jpype/jpype-0.6.1.ebuild
index f8d469f..cad4ffa 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"