summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-sound/pulseaudio-daemon: Stabilize 16.99.1 arm64, #920968Matoro Mahri2024-02-061-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* sys-apps/systemd: Stabilize 255.3 amd64, #923431Sam James2024-02-071-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/bfs: new package, add 3.1Sam James2024-02-073-0/+56
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-drivers/nvidia-drivers: move nvidia-powerd behind IUSE=powerdIonen Wolkens2024-02-068-21/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | Mostly due to the openrc service's "need dbus" which is an annoyance when dbus is missing (preventing from being a runtime-only optfeature), but even with systemd this now also allows to properly check for multilib on dbus (used by 32bit glcore/eglcore libraries to communicate with powerd). *Technically* needs a revbump given --changed-use does not know it needs to rebuild here, but given this only cause problems for rare users without dbus (e.g. headless cuda servers with USE=-tools) and will propagate with kernel updates+rebuilds let's not bother every users over this. Hopefully users of powerd (incl. for systemd which may have more existing ones) will notice the new USE and enable it. Also re-arrange arm64 handling, it makes more sense to mask the USE on arm64 than keep it as a no-op by checking if use !amd64. Exception to this is 0/550 branch which started to include a arm64 nvidia-powerd build (albeit do not think hardware that need this even exists yet). Hope did not break installation there given did not test on arm64, please report if so. Bug: https://bugs.gentoo.org/923117 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* net-misc/dhcpcd: Stabilize 10.0.6-r1 hppa, #923514Sam James2024-02-071-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/rust-bin: stabilize 1.74.1 for sparcSam James2024-02-071-1/+1
| | | | | Bug: https://bugs.gentoo.org/920441 Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/rust-bin: keyword 1.74.1 for ~sparcSam James2024-02-071-1/+1
| | | | | | | Followup to 4963f2c57a4991041d9bb9542f5cfa1de310acc6. Bug: https://bugs.gentoo.org/920441 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/levee: Keyword 4.0 arm64, #923796Sam James2024-02-071-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/rust-bin: add sparc bin for 1.74.1Sam James2024-02-072-1/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/timezone-data: Stabilize 2023d hppa, #923507Sam James2024-02-071-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-doc/eclass-manpages: add 20240207Sam James2024-02-072-0/+25
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/openssh-contrib: drop 9.3_p1, 9.3_p2, 9.4_p1-r1Patrick McLean2024-02-064-1562/+0
| | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* net-misc/openssh-contrib: add 9.6_p1Patrick McLean2024-02-063-0/+523
| | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* profiles: fix ArchesOutOfSync for x86-macosSam James2024-02-071-1/+2
| | | | | | | | | | | | | Followup to: * 854887066c3d32ae4961f9eb29a91a8d1785d26c (profiles/prefix/darwin/macos/10.5/x86: add gcc sub-profile) * 3788eef280dcff5d415b4b1c3af1c1e58767a0b1 (profiles: restore 32-bits Intel Mac OS X 10.5 profile) This fixes the following from pkgcheck (and a new warning in CI -> PRs fail): ``` ArchesOutOfSync 'profiles/arches.desc' is out of sync with 'arch.list', arch: x86-macos ``` Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/iptables: remove usr-ldscript supportEli Schwartz2024-02-061-4/+1
| | | | | | | | | | | | | | | Per news item 2024-01-05-usr-initramfs, we no longer support this use case. It is fragile and hacky and leads to bizarre forms of load errors. The functionality is, despite being called "split-usr", not really about split-usr at all. [sam: Add bug #332175 and bug #498878 ref.] Bug: https://bugs.gentoo.org/332175 Bug: https://bugs.gentoo.org/498878 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/acl: remove usr-ldscript supportEli Schwartz2024-02-061-8/+1
| | | | | | | | | | | Per news item 2024-01-05-usr-initramfs, we no longer support this use case. It is fragile and hacky and leads to bizarre forms of load errors. The functionality is, despite being called "split-usr", not really about split-usr at all. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/attr: remove usr-ldscript supportEli Schwartz2024-02-062-12/+2
| | | | | | | | | | | Per news item 2024-01-05-usr-initramfs, we no longer support this use case. It is fragile and hacky and leads to bizarre forms of load errors. The functionality is, despite being called "split-usr", not really about split-usr at all. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/systemd-utils: remove usr-ldscript supportEli Schwartz2024-02-061-2/+1
| | | | | | | | | | | Per news item 2024-01-05-usr-initramfs, we no longer support this use case. It is fragile and hacky and leads to bizarre forms of load errors. The functionality is, despite being called "split-usr", not really about split-usr at all. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-arch/bzip2: remove usr-ldscript supportEli Schwartz2024-02-061-0/+133
| | | | | | | | | | | Per news item 2024-01-05-usr-initramfs, we no longer support this use case. It is fragile and hacky and leads to bizarre forms of load errors. The functionality is, despite being called "split-usr", not really about split-usr at all. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libpcre2: remove usr-ldscript supportEli Schwartz2024-02-062-2/+97
| | | | | | | | | | | Per news item 2024-01-05-usr-initramfs, we no longer support this use case. It is fragile and hacky and leads to bizarre forms of load errors. The functionality is, despite being called "split-usr", not really about split-usr at all. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-arch/zstd: remove usr-ldscript supportEli Schwartz2024-02-061-0/+67
| | | | | | | | | | | | | | | | Per news item 2024-01-05-usr-initramfs, we no longer support this use case. It is fragile and hacky and leads to bizarre forms of load errors. The functionality is, despite being called "split-usr", not really about split-usr at all. [sam: Added bug #771078 ref.] [sam: See also https://github.com/trofi/nix-guix-gentoo/commit/8f194519982fbfabb6b3ca84c0806b1a379b5d06 and https://github.com/trofi/nix-guix-gentoo/commit/43d84cc00af530ef912d9c98448b64d6b5282907]. Bug: https://bugs.gentoo.org/771078 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/util-linux: sync liveEli Schwartz2024-02-061-4/+16
| | | | | Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/util-linux: remove usr-ldscript supportEli Schwartz2024-02-062-12/+2
| | | | | | | | | | | Per news item 2024-01-05-usr-initramfs, we no longer support this use case. It is fragile and hacky and leads to bizarre forms of load errors. The functionality is, despite being called "split-usr", not really about split-usr at all. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libpcre: do a full autoreconfEli Schwartz2024-02-061-2/+7
| | | | | | | | | | elibtoolize is not good enough for this software because it uses a random libtool version, so patches don't tend to apply. Fixes QA warnings for failing to respect -frecord-gcc-switches. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libpcre: remove usr-ldscript supportEli Schwartz2024-02-061-0/+104
| | | | | | | | | | | Per news item 2024-01-05-usr-initramfs, we no longer support this use case. It is fragile and hacky and leads to bizarre forms of load errors. The functionality is, despite being called "split-usr", not really about split-usr at all. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/libcap: remove usr-ldscript supportEli Schwartz2024-02-061-0/+94
| | | | | | | | | | | Per news item 2024-01-05-usr-initramfs, we no longer support this use case. It is fragile and hacky and leads to bizarre forms of load errors. The functionality is, despite being called "split-usr", not really about split-usr at all. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/zlib: remove usr-ldscript supportEli Schwartz2024-02-062-4/+2
| | | | | | | | | | | Per news item 2024-01-05-usr-initramfs, we no longer support this use case. It is fragile and hacky and leads to bizarre forms of load errors. The functionality is, despite being called "split-usr", not really about split-usr at all. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-arch/xz-utils: remove usr-ldscript supportEli Schwartz2024-02-063-21/+3
| | | | | | | | | | | Per news item 2024-01-05-usr-initramfs, we no longer support this use case. It is fragile and hacky and leads to bizarre forms of load errors. The functionality is, despite being called "split-usr", not really about split-usr at all. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/lapack: Stabilize 3.12.0 hppa, #923553Sam James2024-02-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/pam_wrapper: revbump to force rebuilding against updated pamEli Schwartz2024-02-061-0/+88
| | | | | | | | | | | We got rid of the terrible usr-ldscript hack. It is now possible to build this sanely. Force it to rebuild against the updated pam (for the sake of split-usr profiles). Bug: https://bugs.gentoo.org/825078 Closes: https://bugs.gentoo.org/825758 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/pam: remove usr-ldscript supportEli Schwartz2024-02-061-0/+153
| | | | | | | | | | | | | | | | Per news item 2024-01-05-usr-initramfs, we no longer support this use case. It is fragile and hacky and leads to bizarre forms of load errors. The functionality is, despite being called "split-usr", not really about split-usr at all. [sam: add bug #868306 ref.] Bug: https://bugs.gentoo.org/825078 Bug: https://bugs.gentoo.org/825758 Bug: https://bugs.gentoo.org/868306 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-qt/qtwayland: Stabilize 5.15.12-r1 x86, #923848Sam James2024-02-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-qt/qtwidgets: Stabilize 5.15.12-r1 x86, #923848Sam James2024-02-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-qt/qtgui: Stabilize 5.15.12-r1 x86, #923848Sam James2024-02-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-qt/qtcore: Stabilize 5.15.12-r2 x86, #923848Sam James2024-02-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-boot/grub: Stabilize 2.12-r1 x86, #922889Sam James2024-02-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-embedded/raspberrypi-utils: Bump to 20240203, drop old 20240115James Le Cuirot2024-02-062-2/+2
| | | | | | | This fixes a current -Werror failure. I have also submitted a patch upstream to drop -Werror. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-libs/newt: enable py3.12Ben Kohler2024-02-061-2/+2
| | | | | | Closes: https://bugs.gentoo.org/923870 Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* dev-libs/libfmt: Add lfs flagsCraig Andrews2024-02-062-2/+36
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/35205 Signed-off-by: Abhishek Pandit-Subedi <abhishekpandit@chromium.org> Signed-off-by: Craig Andrews <candrews@gentoo.org>
* dev-libs/libfmt: add CPE tagCraig Andrews2024-02-061-0/+1
| | | | | Signed-off-by: Abhishek Pandit-Subedi <abhishekpandit@chromium.org> Signed-off-by: Craig Andrews <candrews@gentoo.org>
* sys-apps/gawk: Stabilize 5.3.0-r1 hppa, #923874Sam James2024-02-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-misc/shared-mime-info: Stabilize 2.4-r1 hppa, #923855Sam James2024-02-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sec-keys/openpgp-keys-squid: Stabilize 20240206 arm, #923910Sam James2024-02-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-proxy/squid: Stabilize 6.6 arm, #923910Sam James2024-02-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-admin/logcheck: Stabilize 1.4.3-r2 amd64, #923952Sam James2024-02-061-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-board/gnubg: add 1.08.001Bernard Cafarelli2024-02-062-0/+103
| | | | Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
* media-sound/musescore: update missing headers patch for 4.2.1Jason A. Donenfeld2024-02-063-2/+24
| | | | Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
* kde-plasma/kwayland: filter-lto in SLOT 5Andreas Sturmlechner2024-02-062-2/+12
| | | | | Bug: https://bugs.gentoo.org/866575 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* kde-plasma/kwayland-integration: filter-lto (Qt5-compat plugin)Andreas Sturmlechner2024-02-062-2/+8
| | | | | | | Also effectively no more development. Closes: https://bugs.gentoo.org/921430 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* kde-frameworks/khtml: filter-lto, no more developmentAndreas Sturmlechner2024-02-062-2/+8
| | | | | Closes: https://bugs.gentoo.org/921686 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>