summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-devel/llvm-common: Remove 10*Michał Górny2021-11-082-27/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/llvm: Remove 10*Michał Górny2021-11-082-479/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/llvmgold: Remove 10*Michał Górny2021-11-081-24/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-ml/llvm-ocaml: Remove 10*Michał Górny2021-11-082-121/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/clang-common: Remove 10*Michał Górny2021-11-082-24/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/clang: Remove 10*Michał Górny2021-11-082-427/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/clang-python: Remove 10*Michał Górny2021-11-082-41/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/lit: Remove 10*Michał Górny2021-11-082-40/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/lld: Remove 10*Michał Górny2021-11-083-111/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/lldb: Remove 10*Michał Górny2021-11-082-97/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/compiler-rt: Remove 10*Michał Górny2021-11-082-109/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/compiler-rt-sanitizers: Remove 10*Michał Górny2021-11-083-153/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/llvm-libunwind: Remove 10*Michał Górny2021-11-082-123/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libcxxabi: Remove 10*Michał Górny2021-11-082-116/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libcxx: Remove 10*Michał Górny2021-11-082-192/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libomp: Remove 10*Michał Górny2021-11-082-105/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/clang-runtime: Remove 10*Michał Górny2021-11-081-24/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/sparse: Remove versions requiring LLVM 10Michał Górny2021-11-082-72/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-libs/keystone: Remove versions requiring LLVM 10Michał Górny2021-11-082-92/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-libs/osl: Remove versions requiring LLVM 10Michał Górny2021-11-085-324/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-gfx/blender: Remove versions requiring LLVM 10Michał Górny2021-11-088-1421/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-gfx/plantuml: removed obsolete 1.2021.5Miroslav Šulc2021-11-082-34/+0
| | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* media-sound/qjackctl: removed obsolete 0.9.4Miroslav Šulc2021-11-082-47/+0
| | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* sys-apps/plocate: drop 1.1.8, 1.1.12Florian Schmaus2021-11-083-165/+0
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* sys-apps/plocate: bump to 1.13Arsen Arsenović2021-11-082-0/+82
| | | | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Arsen Arsenović <arsen@aarsen.me> Closes: https://github.com/gentoo/gentoo/pull/22859 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* dev-libs/libclc: Remove oldMichał Górny2021-11-083-122/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libomp: Fix building w/ NVPTX targetMichał Górny2021-11-082-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libomp: Selectively enable deviceRTLs based on CHOSTMichał Górny2021-11-083-42/+54
| | | | | | | | | deviceRTLs are only supported on amd64, aarch64 and ppc64le, and trying to build them elsewhere may cause CMake failures. Check CHOST to determine whether to enable them. Closes: https://bugs.gentoo.org/822369 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libomp: Fix finding llvm-link when using compiler shadowMichał Górny2021-11-083-0/+9
| | | | | | | | Pass the path to llvm-link explicitly in order to fix finding it when the compiler directory is different than llvm-link directory. This happens e.g. when ccache is being used. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-libs/libclc: x86 stable wrt bug #822147Agostino Sarubbo2021-11-081-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-sound/qjackctl: x86 stable wrt bug #822045Agostino Sarubbo2021-11-081-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* www-apache/passenger: x86 stable wrt bug #822042Agostino Sarubbo2021-11-081-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-qt/qtwebengine: x86 stable wrt bug #820893Agostino Sarubbo2021-11-081-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-php/pecl-mongodb: x86 stable wrt bug #791511Agostino Sarubbo2021-11-081-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-devel/gdb: sparc stable wrt bug #822219Agostino Sarubbo2021-11-081-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-dns/bind: sparc stable wrt bug #822168Agostino Sarubbo2021-11-081-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-devel/gdb: amd64 stable wrt bug #822219Agostino Sarubbo2021-11-081-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-gfx/inkscape: amd64 stable wrt bug #822174Agostino Sarubbo2021-11-081-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* www-apache/passenger: amd64 stable wrt bug #822042Agostino Sarubbo2021-11-081-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-dns/bind: Stabilize 9.16.22 amd64, #822168Jakov Smolić2021-11-081-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* media-gfx/plantuml: Stabilize 1.2021.12 amd64, #822390Jakov Smolić2021-11-081-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-python/moto: Bump to 2.2.13Michał Górny2021-11-082-0/+86
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/graphviz: Bump to 0.18Michał Górny2021-11-082-0/+34
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pygame: Bump to 2.1.0Michał Górny2021-11-082-0/+92
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/wtforms: Bump to 3.0.0Michał Górny2021-11-082-0/+35
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/flask-wtf: Bump to 1.0.0Michał Górny2021-11-082-0/+40
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/rich: Bump to 10.13.0Michał Górny2021-11-082-0/+28
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pyfakefs: Bump to 4.5.2Michał Górny2021-11-082-0/+24
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pyparsing: Bump to 3.0.5Michał Górny2021-11-082-0/+45
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/iso8601: Bump to 1.0.0Michał Górny2021-11-082-0/+20
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>