dev-java/java-gnome: [QA] Add missing python metadata variables
authorDavid Seifert <soap@gentoo.org>
Sun, 23 Apr 2017 07:30:32 +0000 (09:30 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 23 Apr 2017 11:21:14 +0000 (13:21 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

dev-java/java-gnome/java-gnome-4.0.20.ebuild
dev-java/java-gnome/java-gnome-4.1.3.ebuild

index cf8d906ecfdc1c7eaad1b93f97360e61f2c31b07..30758d204308f483f49d88f536665f727d914603 100644 (file)
@@ -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}
index 051f591fef85d1434773c7e125802e6b022fea9f..cde5b52e2cb82daf5dafadccbbe1ab36fd8f4eac 100644 (file)
@@ -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