commit: a36a40167120a1d50e9f0ddec5724547d2406e34
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 07:51:21 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 07:59:09 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a36a4016
app-office/libreoffice-bin: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
app-office/libreoffice-bin/libreoffice-bin-5.2.3.3-r1.ebuild | 3 ++-
app-office/libreoffice-bin/libreoffice-bin-5.2.6.2.ebuild | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/app-office/libreoffice-bin/libreoffice-bin-5.2.3.3-r1.ebuild
b/app-office/libreoffice-bin/libreoffice-bin-5.2.3.3-r1.ebuild
index adab366f9a1..6f1af27e97a 100644
--- a/app-office/libreoffice-bin/libreoffice-bin-5.2.3.3-r1.ebuild
+++ b/app-office/libreoffice-bin/libreoffice-bin-5.2.3.3-r1.ebuild
@@ -166,7 +166,7 @@ PDEPEND="
DEPEND="dev-util/xdelta:3"
# only one flavor at a time
-REQUIRED_USE="kde? ( !gnome ) gnome? ( !kde )"
+REQUIRED_USE="kde? ( !gnome ) gnome? ( !kde ) ${PYTHON_REQUIRED_USE}"
RESTRICT="test strip"
@@ -184,6 +184,7 @@ pkg_pretend() {
pkg_setup() {
kde4-base_pkg_setup
+ python-single-r1_pkg_setup
}
src_unpack() {
diff --git a/app-office/libreoffice-bin/libreoffice-bin-5.2.6.2.ebuild
b/app-office/libreoffice-bin/libreoffice-bin-5.2.6.2.ebuild
index b47608ee63b..36436b6ccab 100644
--- a/app-office/libreoffice-bin/libreoffice-bin-5.2.6.2.ebuild
+++ b/app-office/libreoffice-bin/libreoffice-bin-5.2.6.2.ebuild
@@ -166,7 +166,7 @@ PDEPEND="
DEPEND="dev-util/xdelta:3"
# only one flavor at a time
-REQUIRED_USE="kde? ( !gnome ) gnome? ( !kde )"
+REQUIRED_USE="kde? ( !gnome ) gnome? ( !kde ) ${PYTHON_REQUIRED_USE}"
RESTRICT="test strip"
@@ -184,6 +184,7 @@ pkg_pretend() {
pkg_setup() {
kde4-base_pkg_setup
+ python-single-r1_pkg_setup
}
src_unpack() {