summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/java-gnome/java-gnome-4.0.20.ebuild5
-rw-r--r--dev-java/java-gnome/java-gnome-4.1.3.ebuild5
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-java/java-gnome/java-gnome-4.0.20.ebuild b/dev-java/java-gnome/java-gnome-4.0.20.ebuild
index cf8d906ecfdc..30758d204308 100644
--- a/dev-java/java-gnome/java-gnome-4.0.20.ebuild
+++ b/dev-java/java-gnome/java-gnome-4.0.20.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -18,6 +18,7 @@ SRC_URI="mirror://gnome/sources/${PN}/$(get_version_component_range 1-2)/${MY_P}
LICENSE="GPL-2-with-linking-exception"
SLOT="4.0"
KEYWORDS="~amd64 ~x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND=">=dev-libs/glib-2.22
>=x11-libs/gtk+-2.22.0:2
@@ -31,7 +32,7 @@ RDEPEND=">=dev-libs/glib-2.22
>=dev-libs/libunique-1.0.8:1
>=gnome-base/librsvg-2.32.1
dev-libs/atk
- >=virtual/jre-1.5
+ >=virtual/jre-1.5:*
${PYTHON_DEPS}"
DEPEND="${RDEPEND}
diff --git a/dev-java/java-gnome/java-gnome-4.1.3.ebuild b/dev-java/java-gnome/java-gnome-4.1.3.ebuild
index 051f591fef85..cde5b52e2cb8 100644
--- a/dev-java/java-gnome/java-gnome-4.1.3.ebuild
+++ b/dev-java/java-gnome/java-gnome-4.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -18,6 +18,7 @@ SRC_URI="mirror://gnome/sources/${PN}/$(get_version_component_range 1-2)/${MY_P}
LICENSE="GPL-2-with-linking-exception"
SLOT="4.1"
KEYWORDS="amd64 x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
COMMON_DEP="
app-text/enchant:0
@@ -34,7 +35,7 @@ COMMON_DEP="
${PYTHON_DEPS}"
RDEPEND="${COMMON_DEP}
- >=virtual/jre-1.6"
+ >=virtual/jre-1.6:*"
DEPEND="${COMMON_DEP}
dev-java/junit:0