diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-11-22 01:26:41 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-11-22 01:27:39 +0200 |
commit | 150aa3a64226a0caf51f1fbdc83816136f40e014 (patch) | |
tree | 370bebba77ac7feb1303004413e98e8cfacbdfda /app-office/libreoffice | |
parent | app-office/libreoffice: Brute-force compiler settings (clang/gcc) (diff) | |
download | gentoo-150aa3a64226a0caf51f1fbdc83816136f40e014.tar.gz gentoo-150aa3a64226a0caf51f1fbdc83816136f40e014.tar.bz2 gentoo-150aa3a64226a0caf51f1fbdc83816136f40e014.zip |
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@gentoo.org>
Diffstat (limited to 'app-office/libreoffice')
-rw-r--r-- | app-office/libreoffice/libreoffice-7.0.3.1.ebuild | 12 | ||||
-rw-r--r-- | app-office/libreoffice/libreoffice-7.0.9999.ebuild | 12 | ||||
-rw-r--r-- | 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 e561517b8f53..3e988d5940db 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 223d653facc3..79ca095f21bc 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 67ba6c45bbef..b85e0f6e3975 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 ) |