commit: 150aa3a64226a0caf51f1fbdc83816136f40e014
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 21 23:26:41 2020 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Nov 21 23:27:39 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=150aa3a6
app-office/libreoffice: Fix clang alternatives order
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
app-office/libreoffice/libreoffice-7.0.3.1.ebuild | 12 ++++++------
app-office/libreoffice/libreoffice-7.0.9999.ebuild | 12 ++++++------
app-office/libreoffice/libreoffice-9999.ebuild | 12 ++++++------
3 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/app-office/libreoffice/libreoffice-7.0.3.1.ebuild
b/app-office/libreoffice/libreoffice-7.0.3.1.ebuild
index e561517b8f5..3e988d5940d 100644
--- a/app-office/libreoffice/libreoffice-7.0.3.1.ebuild
+++ b/app-office/libreoffice/libreoffice-7.0.3.1.ebuild
@@ -184,15 +184,15 @@ COMMON_DEPEND="${PYTHON_DEPS}
)
clang? (
|| (
- ( sys-devel/clang:10
- sys-devel/llvm:10
- =sys-devel/lld-10* )
- ( sys-devel/clang:11
- sys-devel/llvm:11
- =sys-devel/lld-11* )
( 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 )
diff --git a/app-office/libreoffice/libreoffice-7.0.9999.ebuild
b/app-office/libreoffice/libreoffice-7.0.9999.ebuild
index 223d653facc..79ca095f21b 100644
--- a/app-office/libreoffice/libreoffice-7.0.9999.ebuild
+++ b/app-office/libreoffice/libreoffice-7.0.9999.ebuild
@@ -184,15 +184,15 @@ COMMON_DEPEND="${PYTHON_DEPS}
)
clang? (
|| (
- ( sys-devel/clang:10
- sys-devel/llvm:10
- =sys-devel/lld-10* )
- ( sys-devel/clang:11
- sys-devel/llvm:11
- =sys-devel/lld-11* )
( 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 )
diff --git a/app-office/libreoffice/libreoffice-9999.ebuild
b/app-office/libreoffice/libreoffice-9999.ebuild
index 67ba6c45bbe..b85e0f6e397 100644
--- a/app-office/libreoffice/libreoffice-9999.ebuild
+++ b/app-office/libreoffice/libreoffice-9999.ebuild
@@ -184,15 +184,15 @@ COMMON_DEPEND="${PYTHON_DEPS}
)
clang? (
|| (
- ( sys-devel/clang:10
- sys-devel/llvm:10
- =sys-devel/lld-10* )
- ( sys-devel/clang:11
- sys-devel/llvm:11
- =sys-devel/lld-11* )
( 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 )