diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-10-22 04:04:46 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-10-22 04:04:46 +0100 |
commit | a15e8dc7444560123d7d4be1bccb19afd5b611d0 (patch) | |
tree | 6e26ee0323c09494a66d0f78c4b81e305bb0d096 /profiles | |
parent | 3dc4de6331223493015f198dc61854af604da86c (diff) |
gentoo auto-resync : 22:10:2024 - 04:04:46
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/Manifest.gz | bin | 235428 -> 236060 bytes | |||
-rw-r--r-- | profiles/base/package.use.mask | 5 | ||||
-rw-r--r-- | profiles/base/use.mask | 5 | ||||
-rw-r--r-- | profiles/features/time64/package.use.force | 5 | ||||
-rw-r--r-- | profiles/features/time64/package.use.mask | 5 | ||||
-rw-r--r-- | profiles/features/time64/use.force | 5 | ||||
-rw-r--r-- | profiles/features/time64/use.mask | 5 | ||||
-rw-r--r-- | profiles/package.mask | 5 | ||||
-rw-r--r-- | profiles/use.local.desc | 7 |
9 files changed, 37 insertions, 5 deletions
diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz Binary files differindex 863eae4aa525..66a234e55372 100644 --- a/profiles/Manifest.gz +++ b/profiles/Manifest.gz diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index afc2e1e4ea73..d2d2e9dce85f 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -3,6 +3,11 @@ # New entries go on top. +# Andreas K. Hüttel <dilfridge@gentoo.org> (2024-10-21) +# Mechanism for coping with the time64 transition of 32bit arches +# Will be unmasked in the time64 profiles +sys-devel/gcc time64 + # Peter Levine <plevine457@gmail.com> (2024-10-09) # Leads to missing symbols while building testcases # Masked for further testing. diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 3db1ca5d5430..d4be55670c18 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -4,6 +4,11 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Andreas K. Hüttel <dilfridge@gentoo.org> (2024-10-21) +# Mechanism for coping with the time64 transition of 32bit arches +# Will be unmasked in the time64 profiles +perl_features_time64 + # Andreas K. Hüttel <dilfridge@gentoo.org> (2024-05-01) # PERL_FEATURES=debug is not a setting that should be used lightly. # If you really need it, then unmask it... diff --git a/profiles/features/time64/package.use.force b/profiles/features/time64/package.use.force new file mode 100644 index 000000000000..137600d494b1 --- /dev/null +++ b/profiles/features/time64/package.use.force @@ -0,0 +1,5 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Andreas K. Hüttel <dilfridge@gentoo.org> (2024-10-21) +sys-devel/gcc time64 diff --git a/profiles/features/time64/package.use.mask b/profiles/features/time64/package.use.mask new file mode 100644 index 000000000000..3afaa4de7226 --- /dev/null +++ b/profiles/features/time64/package.use.mask @@ -0,0 +1,5 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Andreas K. Hüttel <dilfridge@gentoo.org> (2024-10-21) +sys-devel/gcc -time64 diff --git a/profiles/features/time64/use.force b/profiles/features/time64/use.force new file mode 100644 index 000000000000..8f63a8938bd6 --- /dev/null +++ b/profiles/features/time64/use.force @@ -0,0 +1,5 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Andreas K. Hüttel <dilfridge@gentoo.org> (2024-10-21) +perl_features_time64 diff --git a/profiles/features/time64/use.mask b/profiles/features/time64/use.mask new file mode 100644 index 000000000000..f450cc45526d --- /dev/null +++ b/profiles/features/time64/use.mask @@ -0,0 +1,5 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Andreas K. Hüttel <dilfridge@gentoo.org> (2024-10-21) +-perl_features_time64 diff --git a/profiles/package.mask b/profiles/package.mask index 09e50020ea9d..8595cce7b6c1 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -244,11 +244,6 @@ dev-python/pypy3_9-exe-bin # Removal on 2024-10-21. Bug #939420. dev-python/pytest-lazy-fixture -# Andreas Sturmlechner <asturm@gentoo.org> (2024-09-20) -# No more revdeps after app-accessibility/kontrast:5 cleanup. -# Removal on 2024-10-20. -dev-db/futuresql5 - # Eli Schwartz <eschwartz@gentoo.org> (2024-09-19) # Breaks parallel builds with fatal compiler errors. # Bug #939798, #939875. diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 1f25c654b200..b4f2bd17fccd 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1883,6 +1883,10 @@ dev-lang/php:xmlreader - Enable the XMLReader extension dev-lang/php:xmlwriter - Enable the XMLWriter extension dev-lang/php:xslt - Build the XSL extension dev-lang/polyml:portable - Build the portable interpreter version of Poly/ML instead of native +dev-lang/pypy:ensurepip - Install the ensurepip module that uses bundled wheels to bootstrap pip and setuptools (if disabled, it will be only possible to use venv `--without-pip`) +dev-lang/pypy:full-stdlib - Install complete stdlib as necessary to use PyPy for general purpose programs. By default, only a limited subset that is used when building PyPy3 executables is installed. Note that PyPy2.7's stdlib contains multiple known vulnerabilities. +dev-lang/pypy:symlink - Install "pypy3" symlink, making this PyPy slot the default PyPy3 implementation that is used for building Gentoo packages. +dev-lang/pypy:test-install - Install the test suite packages, that are required to run tests in a few reverse dependencies. dev-lang/python:bluetooth - Build Bluetooth protocol support in socket module dev-lang/python:ensurepip - Install the ensurepip module that uses bundled wheels to bootstrap pip and setuptools (if disabled, it will be only possible to use venv `--without-pip`) dev-lang/python:jit - Enable experimental Just-In-Time compilation support. @@ -4212,6 +4216,7 @@ media-libs/clutter:gtk - Use gdk-pixbuf from x11-libs/gtk+ as image rendering ba media-libs/cogl:kms - Enable KMS support. media-libs/cogl:pango - Build cogl-pango library for x11-libs/pango integration media-libs/coin:exceptions - Compile with C++ exceptions +media-libs/coin:qch - Install API documentation in QCH format media-libs/coin:qthelp - Build API documentation in QtHelp format media-libs/cubeb:sndio - Enable support for the media-sound/sndio backend media-libs/dav1d:10bit - Add support for building 10-bit and 12-bit AV1. @@ -4455,6 +4460,7 @@ media-libs/osl:qt6 - Build the osltoy binary (with Qt6) media-libs/phonon:designer - Install plugin for dev-qt/designer media-libs/portmidi:test-programs - Install various example programs media-libs/quarter:designer - Install plugin for dev-qt/designer +media-libs/quarter:qch - Install API documentation in QCH format media-libs/quarter:qthelp - Build API documentation in QtHelp format media-libs/quirc:opencv - Build tools requiring media-libs/opencv (inspect-opencv,quirc-demo-opencv) media-libs/quirc:sdl - Build tools requiring media-libs/sdl-gfx (inspect, quirc-demo) @@ -7164,6 +7170,7 @@ sci-geosciences/mapserver:geos - Enable sci-libs/geos library support sci-geosciences/mapserver:postgis - Enable dev-db/postgis support sci-geosciences/merkaartor:libproxy - Use net-libs/libproxy for getting the HTTP/HTTPS/SOCKS proxy configuration sci-geosciences/merkaartor:webengine - Enable dev-qt/qtwebengine in some plugins +sci-geosciences/merkaartor:zbar - Enable barcode support in MWalkingPapersBackground/GeoImage via media-gfx/zbar sci-geosciences/owntracks-recorder:crypt - Enable support for payload encryption with dev-libs/libsodium sci-geosciences/owntracks-recorder:greenwich - Enable support for the OwnTracks Greenwich firmware sci-geosciences/owntracks-recorder:http - Enable support for the built-in HTTP REST API |