commit: 260df94b4a03fc4ed314deafac6424bede1a2703
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 21 11:55:20 2016 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Feb 21 11:55:41 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=260df94b
dev-java/java-config: Add Python 3.5, fix Python deps wrt bug #539802
Package-Manager: portage-2.2.27
.../{java-config-2.2.0-r2.ebuild => java-config-2.2.0-r3.ebuild} | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/dev-java/java-config/java-config-2.2.0-r2.ebuild
b/dev-java/java-config/java-config-2.2.0-r3.ebuild
similarity index 84%
rename from dev-java/java-config/java-config-2.2.0-r2.ebuild
rename to dev-java/java-config/java-config-2.2.0-r3.ebuild
index 75780b7..464984e 100644
--- a/dev-java/java-config/java-config-2.2.0-r2.ebuild
+++ b/dev-java/java-config/java-config-2.2.0-r3.ebuild
@@ -5,7 +5,7 @@
EAPI="6"
# jython depends on java-config, so don't add it or things will break
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
inherit distutils-r1
@@ -16,13 +16,15 @@
SRC_URI="https://dev.gentoo.org/~sera/distfiles/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="2"
KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
-IUSE=""
+IUSE="test"
+
+DEPEND="test? ( sys-apps/portage[${PYTHON_USEDEP}] )"
# baselayout-java is added as a dep till it can be added to eclass.
RDEPEND="
!dev-java/java-config-wrapper
sys-apps/baselayout-java
- sys-apps/portage"
+ sys-apps/portage[${PYTHON_USEDEP}]"
python_install_all() {
distutils-r1_python_install_all