summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sci-libs/givaro: Stabilize 4.1.1-r3 x86, #877783Joonas Niilola2022-10-241-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-libs/givaro: Stabilize 4.1.1-r3 amd64, #877783Joonas Niilola2022-10-241-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-util/ROPgadget: Stabilize 7.1 x86, #877483Joonas Niilola2022-10-241-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/poco: Stabilize 1.11.2-r1 ppc64, #868573Joonas Niilola2022-10-241-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-python/scipy: Stabilize 1.9.2 arm, #868813Agostino Sarubbo2022-10-241-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/meson-python: Stabilize 0.10.0 arm, #868813Agostino Sarubbo2022-10-241-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/pyproject-metadata: Stabilize 0.6.1 arm, #868813Agostino Sarubbo2022-10-241-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-util/patchelf: Stabilize 0.15.0 arm, #868813Agostino Sarubbo2022-10-241-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/jemalloc: drop to maintainer-neededJoonas Niilola2022-10-241-4/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/nspr: drop 4.34.1Joonas Niilola2022-10-242-158/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/jemalloc: drop 5.2.1-r1Joonas Niilola2022-10-243-105/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/jemalloc: drop 5.3.0Joonas Niilola2022-10-241-53/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-lang/spidermonkey: drop 102.3.0Joonas Niilola2022-10-242-406/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* mail-mta/postfix: add 3.8_pre20221023, drop 3.8_pre20221007Eray Aslan2022-10-242-1/+1
| | | | Signed-off-by: Eray Aslan <eras@gentoo.org>
* sys-devel/clang: Update component list for 16.0.0_pre20221023+Michał Górny2022-10-242-0/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/llvm: Update component list for 16.0.0_pre20221023+Michał Górny2022-10-242-0/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/shiboken2: Force clang <= 15Michał Górny2022-10-241-3/+4
| | | | | | | | No revbump since clang-16 is not keyworded right now, and := will take care of rebuilding with new RDEP once it is. Closes: https://bugs.gentoo.org/873391 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-dns/libidn2: Bump to 2.3.4Michał Górny2022-10-242-0/+58
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pyicu: Bump to 2.10Michał Górny2022-10-242-0/+41
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/dill: Bump to 0.3.6Michał Górny2022-10-242-0/+29
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/denonavr: Bump to 0.10.12Michał Górny2022-10-242-0/+39
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/zipp: Bump to 3.10.0Michał Górny2022-10-242-0/+56
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pdm-pep517: Bump to 1.0.5Michał Górny2022-10-242-0/+59
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/crossdev: forward ~loongWANG Xuerui2022-10-241-1/+1
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* sys-devel/crossdev: keyword 20220818 for ~loongWANG Xuerui2022-10-241-1/+1
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* app-emacs/cfrs: autoload cfrs-readMaciej Barć2022-10-242-0/+2
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* profiles/arch/amd64: add "-mfpmath=sse" to CFLAGS_x86Mike Gilbert2022-10-231-2/+2
| | | | | | | | | | | | | | | | | GCC uses x87 floating point instructions when building 32-bit x86 code by default. When building 64-bit code, SSE2 instructions are used instead. Using the x87 floating point unit can lead to strange behavior when calculating intermediate values for single and double precision floats. It uses 80 bits for all calculations, which is larger than the 32 or 64 bits specified for floats and doubles. Using the SSE2 instructions available on x86-64 for floating point arithmetic leads to more consistent behavior, and is usually faster. Reference: https://gcc.gnu.org/wiki/x87note Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* sys-kernel/git-sources: add 6.1_rc2Mike Pagano2022-10-232-0/+42
| | | | Signed-off-by: Mike Pagano <mpagano@gentoo.org>
* games-arcade/rocksndiamonds: fix depsPacho Ramos2022-10-241-0/+1
| | | | Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* games-strategy/wesnoth: add 1.16.6Pacho Ramos2022-10-242-0/+101
| | | | Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* games-strategy/wesnoth: add 1.17.9Pacho Ramos2022-10-242-0/+101
| | | | Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* games-arcade/rocksndiamonds: add 4.3.2.1Pacho Ramos2022-10-242-0/+126
| | | | | Closes: https://bugs.gentoo.org/743619 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* sys-devel/gcc: drop mips and riscv from 12.2.1_p20221008Andreas K. Hüttel2022-10-231-1/+1
| | | | | | | https://archives.gentoo.org/gentoo-releng-autobuilds/message/61682cb8487c48565899d6d8bc017095 https://archives.gentoo.org/gentoo-releng-autobuilds/message/918a1b810afaf109fec665288b174119 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* net-analyzer/tcpreplay: remove unused patchMichael Mair-Keimberger2022-10-231-34/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/27851 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-text/zathura: remove unused patch(es)Michael Mair-Keimberger2022-10-231-27/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/27853 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* sys-process/at: remove unused patchesMichael Mair-Keimberger2022-10-232-32/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/27855 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-lua/luajson: add 1.3.4, drop 1.3.4-r100Conrad Kostecki2022-10-232-7/+10
| | | | | | | | Added lua5.4 support, dropped -r100 suffix, as I don't expect any new release in next time. Also taking ownership. Closes: https://bugs.gentoo.org/877413 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* kde-plasma/kwayland-server: Remove last-rited packageAndreas Sturmlechner2022-10-231-5/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* kde-misc/kmarkdownwebview: Remove last-rited packageAndreas Sturmlechner2022-10-234-53/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* kde-misc/ultimate-gmail-feed: Remove last-rited packageAndreas Sturmlechner2022-10-234-48/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* www-servers/nginx: various improvementsTomáš Mózes2022-10-233-0/+1142
| | | | | | | | | | | | | - update nginx modules - change naxsi upstream as previous fails to build and is considered obsolete - use mime types from app-misc/mime-types by default Closes: https://bugs.gentoo.org/762964 Closes: https://bugs.gentoo.org/836454 Closes: https://bugs.gentoo.org/850571 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/27887 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-util/nvidia-cuda-toolkit: install necessary profiler headersAo Shen2022-10-231-1/+1
| | | | | Closes: https://bugs.gentoo.org/878079 Signed-off-by: David Seifert <soap@gentoo.org>
* media-libs/libcdaudio: Stabilize 0.99.12-r4 sparc, #878039Arthur Zamarin2022-10-231-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* profiles: last-rite sci-calculators/grpnDavid Seifert2022-10-231-0/+5
| | | | | | Bug: https://bugs.gentoo.org/741200 Bug: https://bugs.gentoo.org/875686 Signed-off-by: David Seifert <soap@gentoo.org>
* sci-biology/unafold: fix clang 16 buildDavid Seifert2022-10-233-9/+831
| | | | | Closes: https://bugs.gentoo.org/875041 Signed-off-by: David Seifert <soap@gentoo.org>
* sci-biology/poa: fix clang 16 buildDavid Seifert2022-10-232-1/+76
| | | | | Closes: https://bugs.gentoo.org/875038 Signed-off-by: David Seifert <soap@gentoo.org>
* sci-biology/eugene: fix clang 16 buildDavid Seifert2022-10-232-0/+23
| | | | | Closes: https://bugs.gentoo.org/875476 Signed-off-by: David Seifert <soap@gentoo.org>
* dev-python/kombu: add 5.3.0_beta2Anna Vyalkova2022-10-232-0/+95
| | | | | | Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in> Closes: https://github.com/gentoo/gentoo/pull/27880 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-video/qmplay2: add 22.10.23Arthur Zamarin2022-10-233-0/+186
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-python/tavern: add 1.23.4Arthur Zamarin2022-10-232-0/+37
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>