Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/
Date: Thu, 26 Dec 2019 10:25:21
Message-Id: 1577355903.3e0327452fb06ade6604e833f312945d6656fe97.asturm@gentoo
1 commit: 3e0327452fb06ade6604e833f312945d6656fe97
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 26 10:24:14 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 26 10:25:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e032745
7
8 app-office/libreoffice: Add missing RESTRICT="!test? ( test )"
9
10 Package-Manager: Portage-2.3.83, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-office/libreoffice/libreoffice-6.3.4.2.ebuild | 2 ++
14 app-office/libreoffice/libreoffice-6.3.9999.ebuild | 3 ++-
15 app-office/libreoffice/libreoffice-9999.ebuild | 3 ++-
16 3 files changed, 6 insertions(+), 2 deletions(-)
17
18 diff --git a/app-office/libreoffice/libreoffice-6.3.4.2.ebuild b/app-office/libreoffice/libreoffice-6.3.4.2.ebuild
19 index 550acf13ab8..bfa4361c3b2 100644
20 --- a/app-office/libreoffice/libreoffice-6.3.4.2.ebuild
21 +++ b/app-office/libreoffice/libreoffice-6.3.4.2.ebuild
22 @@ -74,6 +74,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}
23 libreoffice_extensions_wiki-publisher? ( java )
24 "
25
26 +RESTRICT="!test? ( test )"
27 +
28 LICENSE="|| ( LGPL-3 MPL-1.1 )"
29 SLOT="0"
30 [[ ${MY_PV} == *9999* ]] || \
31
32 diff --git a/app-office/libreoffice/libreoffice-6.3.9999.ebuild b/app-office/libreoffice/libreoffice-6.3.9999.ebuild
33 index 19a2070ce5c..bc4dff890b8 100644
34 --- a/app-office/libreoffice/libreoffice-6.3.9999.ebuild
35 +++ b/app-office/libreoffice/libreoffice-6.3.9999.ebuild
36 @@ -66,7 +66,6 @@ IUSE="accessibility bluetooth +branding coinmp +cups dbus debug eds firebird
37 googledrive gstreamer +gtk gtk2 kde ldap +mariadb odk pdfimport postgres test
38 $(printf 'libreoffice_extensions_%s ' ${LO_EXTS})"
39
40 -RESTRICT="!test? ( test )"
41 REQUIRED_USE="${PYTHON_REQUIRED_USE}
42 bluetooth? ( dbus )
43 libreoffice_extensions_nlpsolver? ( java )
44 @@ -75,6 +74,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}
45 libreoffice_extensions_wiki-publisher? ( java )
46 "
47
48 +RESTRICT="!test? ( test )"
49 +
50 LICENSE="|| ( LGPL-3 MPL-1.1 )"
51 SLOT="0"
52 [[ ${MY_PV} == *9999* ]] || \
53
54 diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild
55 index b71dce302d5..3c04bc1de8e 100644
56 --- a/app-office/libreoffice/libreoffice-9999.ebuild
57 +++ b/app-office/libreoffice/libreoffice-9999.ebuild
58 @@ -66,7 +66,6 @@ IUSE="accessibility bluetooth +branding coinmp +cups dbus debug eds firebird
59 googledrive gstreamer +gtk kde ldap +mariadb odk pdfimport postgres test
60 $(printf 'libreoffice_extensions_%s ' ${LO_EXTS})"
61
62 -RESTRICT="!test? ( test )"
63 REQUIRED_USE="${PYTHON_REQUIRED_USE}
64 bluetooth? ( dbus )
65 libreoffice_extensions_nlpsolver? ( java )
66 @@ -75,6 +74,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}
67 libreoffice_extensions_wiki-publisher? ( java )
68 "
69
70 +RESTRICT="!test? ( test )"
71 +
72 LICENSE="|| ( LGPL-3 MPL-1.1 )"
73 SLOT="0"
74 [[ ${MY_PV} == *9999* ]] || \