summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-04-23 09:30:32 +0200
committerDavid Seifert <soap@gentoo.org>2017-04-23 13:21:14 +0200
commit4fa813be5f68af2781ee70ad87d5b425b21c9793 (patch)
tree49a0995b4167e42513df263d816205d663b28d1e /dev-java
parentdev-embedded/pk2-la: [QA] Add missing python metadata variables (diff)
downloadgentoo-4fa813be5f68af2781ee70ad87d5b425b21c9793.tar.gz
gentoo-4fa813be5f68af2781ee70ad87d5b425b21c9793.tar.bz2
gentoo-4fa813be5f68af2781ee70ad87d5b425b21c9793.zip
dev-java/java-gnome: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
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