diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-02-28 22:05:06 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-02-28 22:05:06 +0000 |
commit | 5df0c8ba4bb09f65c6cfb7d67dead00d6b2a1bf9 (patch) | |
tree | ad139c5164214ddcb3471af11b3bbba70e031e24 /profiles | |
parent | 158e7d0067767d034ef3a86a07afbf5bb9bf579f (diff) |
gentoo auto-resync : 28:02:2023 - 22:05:06
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/Manifest.gz | bin | 182754 -> 182748 bytes | |||
-rw-r--r-- | profiles/base/make.defaults | 6 | ||||
-rw-r--r-- | profiles/package.mask | 15 | ||||
-rw-r--r-- | profiles/use.local.desc | 1 |
4 files changed, 11 insertions, 11 deletions
diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz Binary files differindex 7190f1f47beb..c004ed3b6b02 100644 --- a/profiles/Manifest.gz +++ b/profiles/Manifest.gz diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index ab69dbfae58e..68ff36a90cc8 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -181,3 +181,9 @@ ADA_TARGET="gnat_2021" # Default targets for lua{,-single}.eclass LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" + +# Sam James <sam@gentoo.org> (2023-02-28) +# Reduce -Wimplicit-function-declaration noise from autoconf. Any compilers +# we care about should match these anyway. See https://wiki.gentoo.org/wiki/Modern_C_porting. +ac_cv_c_undeclared_builtin_options="none needed" +gl_cv_compiler_check_decl_option="-Werror=implicit-function-declaration" diff --git a/profiles/package.mask b/profiles/package.mask index f57f758e8581..f7d2971e3669 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,12 +33,10 @@ #--- END OF EXAMPLES --- -# Joonas Niilola <juippis@gentoo.org> (2023-02-28) -# Bash and therefore ebuild syntax highlight seems broken. -# Bug #898446. -=app-editors/gvim-9.0.1341 -=app-editors/vim-9.0.1341 -=app-editors/vim-core-9.0.1341 +# Michał Górny <mgorny@gentoo.org> (2023-02-28) +# Unmaintained. Last (keep-alive) commit in 2019. Suffers from bitrot. +# Removal on 2023-03-30. Bug #885713. +net-im/ekg2 # Mike Pagano <mpagano@gentoo.org> (2023-02-27) # Mask =www-servers/nginx-unit-1.29.0-r1 for testing @@ -468,11 +466,6 @@ net-p2p/vuze-coreplugins # This version currently is not compatible with kernel build (yet) ~dev-util/bindgen-0.63.0 -# Sam James <sam@gentoo.org> (2022-12-09) -# Breaks compilation of reverse dependencies with broken pkgconfig (pc) file -# bug #885075, https://github.com/libarchive/libarchive/issues/1766 -=app-arch/libarchive-3.6.2 - # Stephan Hartmann <sultan@gentoo.org> (2023-01-15) # Dev channel releases are only for people who # are developers or want more experimental features diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 367373f29069..5d064a5f4523 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -7189,6 +7189,7 @@ sci-libs/caffe2:opencl - Use OpenCL sci-libs/caffe2:opencv - Add support for image processing operators sci-libs/caffe2:openmp - Use OpenMP for parallel code sci-libs/caffe2:qnnpack - Use QNNPACK +sci-libs/caffe2:tensorpipe - Use tensorpipe sci-libs/caffe2:xnnpack - Use XNNPACK sci-libs/cantera:cti - Install CTI tools (ck2cti, ck2yaml, ctml_writer) for conversion of Chemkin files to Cantera format sci-libs/cddlib:tools - Add a few executables and tests for cddlib |