summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* kde-plasma/breeze-gtk: Stabilize 5.27.11 x86, #926285Arthur Zamarin2024-03-111-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* kde-plasma/breeze-grub: Stabilize 5.27.11 x86, #926285Arthur Zamarin2024-03-111-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* kde-plasma/bluedevil: Stabilize 5.27.11 x86, #926285Arthur Zamarin2024-03-111-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* kde-plasma/kde-cli-tools: Stabilize 5.27.11 x86, #926285Arthur Zamarin2024-03-111-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* kde-plasma/libkworkspace: Stabilize 5.27.11 x86, #926285Arthur Zamarin2024-03-111-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* kde-plasma/kwin: Stabilize 5.27.11 x86, #926285Arthur Zamarin2024-03-111-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* kde-plasma/breeze: Stabilize 5.27.11 x86, #926285Arthur Zamarin2024-03-111-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* kde-plasma/kdecoration: Stabilize 5.27.11 x86, #926285Arthur Zamarin2024-03-111-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* kde-plasma/kscreenlocker: Stabilize 5.27.11 x86, #926285Arthur Zamarin2024-03-111-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* kde-plasma/libkscreen: Stabilize 5.27.11 x86, #926285Arthur Zamarin2024-03-111-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* kde-plasma/layer-shell-qt: Stabilize 5.27.11 x86, #926285Arthur Zamarin2024-03-111-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sci-visualization/dash: add 2.10.2, drop 2.8.1Alfredo Tupone2024-03-112-1/+1
| | | | Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
* sci-libs/caffe2: add USE=rocm flag for AMDGPU support for 2.1.2 and 2.2.1Sv. Lockal2024-03-114-18/+166
| | | | | | | Closes: https://bugs.gentoo.org/905286 Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/35713 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
* sci-libs/caffe2: fix compilation with USE=fbgemmSv. Lockal2024-03-111-1/+1
| | | | | | Closes: https://bugs.gentoo.org/926773 Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
* media-libs/netpbm: drop 11.5.2Viorel Munteanu2024-03-112-259/+0
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* media-libs/netpbm: add 11.5.3Viorel Munteanu2024-03-112-0/+259
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* media-libs/netpbm: add 11.2.8Viorel Munteanu2024-03-112-0/+263
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* Revert "profiles/arch/arm64: unmask USE=cet for relevant components"Sam James2024-03-112-11/+0
| | | | | | | | | This reverts commit 06508e5d8becd9c7094e213d5cfb4f5b6a0adac0. I'll let dilfridge handle the unmasking for just 23.0. Bug: https://bugs.gentoo.org/916381 Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/gcc: adjust CET dep for arm64's branch-protectionSam James2024-03-1123-26/+26
| | | | | | | | Specific binutils support isn't needed there other than a new enough gas in general. Bug: https://bugs.gentoo.org/916381 Signed-off-by: Sam James <sam@gentoo.org>
* profiles/arch/arm64: unmask USE=cet for relevant componentsSam James2024-03-112-0/+11
| | | | | | | But stable-mask them for now. Bug: https://bugs.gentoo.org/916381 Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/gcc: update USE=cet description for arm64 BTI/PAC (branch-protection)Sam James2024-03-111-3/+14
| | | | | | | | | Also, update the description for CET not being supported on x86 (see 21a25eb278b04b204b043bc23750eec632e3bef0). It was originally planned upstream but has been dropped. Bug: https://bugs.gentoo.org/916381 Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/glibc: pass -mbranch-protection=none if USE=-cet on arm64Sam James2024-03-112-4/+12
| | | | | | | | | | | | | | | | | Quoting NEWS: """ [...] User code can use PAC-RET without libc support, but BTI requires a libc that is built with BTI support, otherwise runtime objects linked into user code will not be BTI compatible. """ This is the same as 0b7eace724b0035856311008c95cc7fe18b8231b but for newly-introduced-in-Gentoo support for default -mbranch-protection in GCC. Bug: https://bugs.gentoo.org/916381 Signed-off-by: Sam James <sam@gentoo.org>
* toolchain.eclass: pass --enable-standard-branch-detection if USE=cetSam James2024-03-111-1/+4
| | | | | | | | | This enables BTI and PAC if supported for arm64. We decided to overload USE=cet to avoid adding yet-another-USE flag to GCC, given it's the same thing. Bug: https://bugs.gentoo.org/916381 Signed-off-by: Sam James <sam@gentoo.org>
* dev-java/tomcat-native: drop 2.0.6Volkmar W. Pogatzki2024-03-112-81/+0
| | | | | | Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/35710 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* dev-java/jctools-core: drop 4.0.2Volkmar W. Pogatzki2024-03-112-70/+0
| | | | | | Closes: https://bugs.gentoo.org/924135 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* media-gfx/jhead: add 3.08Sam James2024-03-113-0/+79
| | | | | | | Bug: https://bugs.gentoo.org/908519 Closes: https://bugs.gentoo.org/879543 Closes: https://bugs.gentoo.org/890252 Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/libXaw: Version bump to 1.0.16Matt Turner2024-03-112-0/+36
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-java/openjfx: no longer depend on deprecated ant-coreVolkmar W. Pogatzki2024-03-111-1/+1
| | | | | | Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/35714 Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/tree-sitter-cli: Stabilize 0.20.9 ppc64, #926765Sam James2024-03-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/tree-sitter: Stabilize 0.20.9-r1 ppc64, #926765Sam James2024-03-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/tree-sitter-cli: Stabilize 0.20.9 amd64, #926765Sam James2024-03-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/tree-sitter: Stabilize 0.20.9-r1 amd64, #926765Sam James2024-03-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/tree-sitter-cli: Stabilize 0.20.9 x86, #926765Sam James2024-03-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/tree-sitter: Stabilize 0.20.9-r1 x86, #926765Sam James2024-03-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/tree-sitter-cli: Stabilize 0.20.9 sparc, #926765Sam James2024-03-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/tree-sitter: Stabilize 0.20.9-r1 sparc, #926765Sam James2024-03-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/tree-sitter-cli: Stabilize 0.20.9 ppc, #926765Sam James2024-03-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/tree-sitter: Stabilize 0.20.9-r1 ppc, #926765Sam James2024-03-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-dotnet/fable: Stabilize 4.12.0 amd64, #926746Sam James2024-03-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/dcmtk: add 3.6.8Sam James2024-03-113-0/+108
| | | | | | | | Reported the LTO issue upstream via email. The one reported in bug #862699 seems fixed upstream in git but another one involving JPEG appeared. Closes: https://bugs.gentoo.org/862699 Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/dcmtk: add github upstream metadataSam James2024-03-111-0/+3
| | | | | | It's an official mirror. Signed-off-by: Sam James <sam@gentoo.org>
* x11-apps/iceauth: Version bump to 1.0.10Matt Turner2024-03-112-0/+16
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/simde: Keyword 0.7.6-r1 x86, #925487Matoro Mahri2024-03-111-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* mail-filter/rspamd: Stabilize 3.8.1 x86, #925489Matoro Mahri2024-03-111-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* dev-libs/vectorscan: Stabilize 5.4.11 x86, #925489Matoro Mahri2024-03-111-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* mail-filter/rspamd: Stabilize 3.8.1 amd64, #925489Matoro Mahri2024-03-111-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* sys-apps/systemd: Stabilize 255.3-r1 ppc64, #923431Matoro Mahri2024-03-111-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* media-libs/kvazaar: Keyword 2.3.0 x86, #902217Matoro Mahri2024-03-111-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* media-video/hevc-hm: Keyword 17.0 x86, #902217Matoro Mahri2024-03-111-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* x11-themes/QGnomePlatform: Stabilize 0.9.2-r5 x86, #925312Matoro Mahri2024-03-111-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>