diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-02-25 20:00:19 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-02-25 20:03:11 +0000 |
commit | e98946107a4a52c3f17056b692e0daf2a71c59da (patch) | |
tree | b0287fabea733a430c73b71f25b38b55d4d5493a /dev-python/jpype | |
parent | www-apps/baikal: version bump by Perfect Gentleman in bug #575082 (diff) | |
download | gentoo-e98946107a4a52c3f17056b692e0daf2a71c59da.tar.gz gentoo-e98946107a4a52c3f17056b692e0daf2a71c59da.tar.bz2 gentoo-e98946107a4a52c3f17056b692e0daf2a71c59da.zip |
dev-python/jpype: Switch to java-pkg-2.
Package-Manager: portage-2.2.26
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" |