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: Fri, 05 Nov 2021 17:58:15
Message-Id: 1636135052.95247259e84b5e18dfed7a325fb6f6d792bfac89.asturm@gentoo
1 commit: 95247259e84b5e18dfed7a325fb6f6d792bfac89
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 5 16:50:36 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 5 17:57:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95247259
7
8 app-office/libreoffice: Move clang to BDEPEND, allow sys-devel/llvm:13
9
10 Bug: https://bugs.gentoo.org/816075
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 app-office/libreoffice/libreoffice-7.1.9999.ebuild | 27 +++++++++++-----------
15 1 file changed, 14 insertions(+), 13 deletions(-)
16
17 diff --git a/app-office/libreoffice/libreoffice-7.1.9999.ebuild b/app-office/libreoffice/libreoffice-7.1.9999.ebuild
18 index 74914f80b47..1aabf934a4c 100644
19 --- a/app-office/libreoffice/libreoffice-7.1.9999.ebuild
20 +++ b/app-office/libreoffice/libreoffice-7.1.9999.ebuild
21 @@ -113,6 +113,20 @@ BDEPEND="
22 sys-devel/flex
23 sys-devel/gettext
24 virtual/pkgconfig
25 + clang? ( || (
26 + ( sys-devel/clang:13
27 + sys-devel/llvm:13
28 + =sys-devel/lld-13* )
29 + ( sys-devel/clang:12
30 + sys-devel/llvm:12
31 + =sys-devel/lld-12* )
32 + ( sys-devel/clang:11
33 + sys-devel/llvm:11
34 + =sys-devel/lld-11* )
35 + ( sys-devel/clang:10
36 + sys-devel/llvm:10
37 + =sys-devel/lld-10* )
38 + ) )
39 odk? ( >=app-doc/doxygen-1.8.4 )
40 "
41 COMMON_DEPEND="${PYTHON_DEPS}
42 @@ -186,19 +200,6 @@ COMMON_DEPEND="${PYTHON_DEPS}
43 dev-libs/glib:2
44 net-wireless/bluez
45 )
46 - clang? (
47 - || (
48 - ( sys-devel/clang:12
49 - sys-devel/llvm:12
50 - =sys-devel/lld-12* )
51 - ( sys-devel/clang:11
52 - sys-devel/llvm:11
53 - =sys-devel/lld-11* )
54 - ( sys-devel/clang:10
55 - sys-devel/llvm:10
56 - =sys-devel/lld-10* )
57 - )
58 - )
59 coinmp? ( sci-libs/coinor-mp )
60 cups? ( net-print/cups )
61 dbus? ( sys-apps/dbus[X] )