diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2019-03-09 21:28:26 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2019-03-09 21:28:26 +0000 |
commit | b116101051ade6aef7cf51a44ba17757c27f09d1 (patch) | |
tree | dc45d9037d471c11966a2f2e460b3aa66f0dbb7a /www-client | |
parent | 2019-03-09 20:24:21 UTC (diff) | |
parent | dev-python/sphinx-bootstrap-theme-0.6.5: added ~arm, bug 664178 (diff) | |
download | gentoo-b116101051ade6aef7cf51a44ba17757c27f09d1.tar.gz gentoo-b116101051ade6aef7cf51a44ba17757c27f09d1.tar.bz2 gentoo-b116101051ade6aef7cf51a44ba17757c27f09d1.zip |
Merge updates from master
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox/firefox-60.5.2.ebuild | 2 | ||||
-rw-r--r-- | www-client/firefox/firefox-65.0.2.ebuild | 42 |
2 files changed, 24 insertions, 20 deletions
diff --git a/www-client/firefox/firefox-60.5.2.ebuild b/www-client/firefox/firefox-60.5.2.ebuild index a96c670e53ef..0b8b37bfe425 100644 --- a/www-client/firefox/firefox-60.5.2.ebuild +++ b/www-client/firefox/firefox-60.5.2.ebuild @@ -32,6 +32,8 @@ MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/releases" MOZCONFIG_OPTIONAL_WIFI=1 +LLVM_MAX_SLOT=8 + inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils llvm \ mozconfig-v6.60 pax-utils xdg-utils autotools mozlinguas-v2 diff --git a/www-client/firefox/firefox-65.0.2.ebuild b/www-client/firefox/firefox-65.0.2.ebuild index df3ae98aab10..8c9f3333e124 100644 --- a/www-client/firefox/firefox-65.0.2.ebuild +++ b/www-client/firefox/firefox-65.0.2.ebuild @@ -30,6 +30,8 @@ fi PATCH="${PN}-65.0-patches-04" MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/releases" +LLVM_MAX_SLOT=8 + inherit check-reqs eapi7-ver flag-o-matic toolchain-funcs eutils \ gnome2-utils llvm mozcoreconf-v6 pax-utils xdg-utils \ autotools mozlinguas-v2 virtualx @@ -116,21 +118,21 @@ DEPEND="${CDEPEND} sys-apps/findutils || ( ( - sys-devel/clang:4 - !clang? ( sys-devel/llvm:4 ) + sys-devel/clang:8 + !clang? ( sys-devel/llvm:8 ) clang? ( - =sys-devel/lld-4* - sys-devel/llvm:4[gold] - pgo? ( =sys-libs/compiler-rt-sanitizers-4*[profile] ) + =sys-devel/lld-8* + sys-devel/llvm:8[gold] + pgo? ( =sys-libs/compiler-rt-sanitizers-8*[profile] ) ) ) ( - sys-devel/clang:5 - !clang? ( sys-devel/llvm:5 ) + sys-devel/clang:7 + !clang? ( sys-devel/llvm:7 ) clang? ( - =sys-devel/lld-5* - sys-devel/llvm:5[gold] - pgo? ( =sys-libs/compiler-rt-sanitizers-5*[profile] ) + =sys-devel/lld-7* + sys-devel/llvm:7[gold] + pgo? ( =sys-libs/compiler-rt-sanitizers-7*[profile] ) ) ) ( @@ -143,21 +145,21 @@ DEPEND="${CDEPEND} ) ) ( - sys-devel/clang:7 - !clang? ( sys-devel/llvm:7 ) + sys-devel/clang:5 + !clang? ( sys-devel/llvm:5 ) clang? ( - =sys-devel/lld-7* - sys-devel/llvm:7[gold] - pgo? ( =sys-libs/compiler-rt-sanitizers-7*[profile] ) + =sys-devel/lld-5* + sys-devel/llvm:5[gold] + pgo? ( =sys-libs/compiler-rt-sanitizers-5*[profile] ) ) ) ( - sys-devel/clang:8 - !clang? ( sys-devel/llvm:8 ) + sys-devel/clang:4 + !clang? ( sys-devel/llvm:4 ) clang? ( - =sys-devel/lld-8* - sys-devel/llvm:8[gold] - pgo? ( =sys-libs/compiler-rt-sanitizers-8*[profile] ) + =sys-devel/lld-4* + sys-devel/llvm:4[gold] + pgo? ( =sys-libs/compiler-rt-sanitizers-4*[profile] ) ) ) ) |