commit:     95247259e84b5e18dfed7a325fb6f6d792bfac89
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  5 16:50:36 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Nov  5 17:57:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95247259

app-office/libreoffice: Move clang to BDEPEND, allow sys-devel/llvm:13

Bug: https://bugs.gentoo.org/816075
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-office/libreoffice/libreoffice-7.1.9999.ebuild | 27 +++++++++++-----------
 1 file changed, 14 insertions(+), 13 deletions(-)

diff --git a/app-office/libreoffice/libreoffice-7.1.9999.ebuild 
b/app-office/libreoffice/libreoffice-7.1.9999.ebuild
index 74914f80b47..1aabf934a4c 100644
--- a/app-office/libreoffice/libreoffice-7.1.9999.ebuild
+++ b/app-office/libreoffice/libreoffice-7.1.9999.ebuild
@@ -113,6 +113,20 @@ BDEPEND="
        sys-devel/flex
        sys-devel/gettext
        virtual/pkgconfig
+       clang? ( || (
+               (       sys-devel/clang:13
+                       sys-devel/llvm:13
+                       =sys-devel/lld-13*      )
+               (       sys-devel/clang:12
+                       sys-devel/llvm:12
+                       =sys-devel/lld-12*      )
+               (       sys-devel/clang:11
+                       sys-devel/llvm:11
+                       =sys-devel/lld-11*      )
+               (       sys-devel/clang:10
+                       sys-devel/llvm:10
+                       =sys-devel/lld-10*      )
+       ) )
        odk? ( >=app-doc/doxygen-1.8.4 )
 "
 COMMON_DEPEND="${PYTHON_DEPS}
@@ -186,19 +200,6 @@ COMMON_DEPEND="${PYTHON_DEPS}
                dev-libs/glib:2
                net-wireless/bluez
        )
-       clang? (
-               || (
-                       (       sys-devel/clang:12
-                               sys-devel/llvm:12
-                               =sys-devel/lld-12*      )
-                       (       sys-devel/clang:11
-                               sys-devel/llvm:11
-                               =sys-devel/lld-11*      )
-                       (       sys-devel/clang:10
-                               sys-devel/llvm:10
-                               =sys-devel/lld-10*      )
-               )
-       )
        coinmp? ( sci-libs/coinor-mp )
        cups? ( net-print/cups )
        dbus? ( sys-apps/dbus[X] )

Reply via email to