summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* dev-haskell/parsec: Loosen constraint on basehololeap2023-11-191-0/+4
| | | | | | | This allows parsec-3.1.14.0-r2 to be built on newer GHC Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/basement: Add upper bound to ghc dephololeap2023-11-191-1/+1
| | | | | | | | | basement-0.0.12 will not build on >=ghc-9.2, leading to errors such as: Couldn't match expected type ‘Word32#’ with actual type ‘Word#’ Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/stm: Loosen constraint on basehololeap2023-11-191-0/+4
| | | | | | | This allows stm-2.5.0.1 to be built on newer GHC Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/foundation: Fix basement dephololeap2023-11-191-2/+2
| | | | | | | | | basement is needed regardless of if USE=test is enabled, furthermore it specificially depends on basement-0.0.16. Closes: https://bugs.gentoo.org/916741 Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/system-fileio: Loosen chell dephololeap2023-11-191-1/+5
| | | | | | | Allows tests to use newer versions of chell Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/doctest-driver-gen: Fix testshololeap2023-11-191-5/+21
| | | | | | | | | Tests use a preprocessor which runs doctest-driver-gen. PATH and LD_LIBRARY_PATH need to be adjusted to find the newly-built library and binary or it will fail in the compile phase. Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/cabal-install: Fix CABAL_CHDEPS linehololeap2023-11-191-1/+1
| | | | | | | | | | cabal-install-3.4.1.0 has an updated dependency for base in it's 2nd Hackage revision. This updates the string in CABAL_CHDEPS to avoid "no trigger for" errors. Closes: https://bugs.gentoo.org/916263 Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/cabal: Add upper bound to ghc depshololeap2023-11-192-2/+2
| | | | | | | | | | | | | | Old versions of Cabal will not build on new versions of GHC, and will give rise to this error if you try: Unknown/unsupported 'ghc' version detected (Cabal 3.0 supports 'ghc' version < 9.1): /usr/bin/ghc is version 9.2.8 (In reality, despite the contents of the error message, Cabal-3.4 supports <ghc-9.1, Cabal-3.6 supports <ghc-9.3, etc.) Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/cabal: drop 3.2.1.0-r2hololeap2023-11-192-68/+0
| | | | | | | | With added upper bounds on GHC deps, older versions of Cabal must be removed along with ghc-8.10. Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/ghc: Filter LTO flagshololeap2023-11-192-0/+8
| | | | | | | | | | LTO does not seem to be supported upstream. Add 'filter-lto' and 'append-flags -fno-strict-aliasing' to src_configure. See: http://brandon.si/code/initial-hacking-of-ghc-for-gcc-link-time-optimization/ Closes: https://bugs.gentoo.org/855596 Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/ghc: Fix python deps for docshololeap2023-11-192-15/+47
| | | | | | | | | | | | | | Add python_gen_any_dep and python_check_deps to correctly resolve python dependencies (needed for building documentation) See: https://projects.gentoo.org/python/guide/any.html See: d53d537ffcafbf92c3d364db95427303ecf6aed1 Closes: https://bugs.gentoo.org/915722 Closes: https://bugs.gentoo.org/915884 Closes: https://bugs.gentoo.org/915227 Thanks-to: Sam James <sam@gentoo.org> Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/ghc: drop dead prefix targetshololeap2023-11-191-3/+0
| | | | | | | | The commit was applied to ghc-9.0.2, but never was applied to ghc-9.2.8. See: 591a09ad99fedae83904a0b641078e2eb9e883ee Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* haskell-cabal.eclass: Fix default_exposed_pkgshololeap2023-11-191-0/+1
| | | | | | | | | The array package has been available via dev-lang/ghc for years but was not included as a default for GHC_BOOTSTRAP_PKGS. This adds 'array' to default_exposed_pkgs. Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/icu-layoutex: add 74.1Sam James2023-11-192-0/+135
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/icu: add 74.1Sam James2023-11-192-0/+178
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-containers/buildah: add 1.33.1Rahil Bhimjiani2023-11-192-1/+1
| | | | | | | | | 1. security hotfix from upstream which updates mody/buildkit to 0.11.x https://github.com/containers/buildah/releases/tag/v1.33.1 Signed-off-by: Rahil Bhimjiani <rahil3108@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33901 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* dev-python/pydantic-core: Bump to 2.14.4Michał Górny2023-11-192-0/+151
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-editors/emacs: Override EMACS var for emake install when cross-compilingJames Le Cuirot2023-11-194-16/+24
| | | | | | | | Version 29 changed some of the Makefile logic, and part of it is wonky, with it wanting to runs emacs during the install target. I tried to fix it but couldn't. Something about autoloads being a PHONY target. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* sci-libs/rocRAND: add dev-cpp/benchmark dependency.Benda Xu2023-11-202-6/+8
| | | | | Closes: https://bugs.gentoo.org/913111 Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* sci-libs/hipRAND: correct the on disk file name. Bump to 5.7.1.Benda Xu2023-11-203-2/+39
| | | | Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* sci-libs/rocRAND: add 5.7.1 and fix_generator_alignements.patchSv. Lockal2023-11-203-0/+84
| | | | | | Bug: https://github.com/gentoo/gentoo/pull/33400 Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* sci-libs/hipFFT: add 5.7.1Benda Xu2023-11-202-0/+46
| | | | Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* sci-libs/rocFFT: add 5.7.1 and fix test dependencies.Sv. Lockal2023-11-202-0/+151
| | | | | | | | | Cannonicalize the include path as no directory hacks are needed for 5.7.1. Bug: https://github.com/gentoo/gentoo/pull/33400 Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* app-text/calibre: update Manifest with updated checksum for PGP sigEli Schwartz2023-11-191-1/+1
| | | | | | | | | | | | | | While the calibre 7.0.0 release was uploading there was a transient network failure, and re-launching the upload apparently resulted in the upload script recreating the signature file. The source tarball itself is unchanged. See https://bugs.launchpad.net/bugs/2043914 Closes: https://bugs.gentoo.org/917582 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33907 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/aiohttp: Bump to 3.9.0Michał Górny2023-11-192-0/+118
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* distutils-r1.eclass: Silence pydevd warningsMichał Górny2023-11-191-0/+3
| | | | | | | | | Set `PYDEVD_DISABLE_FILE_VALIDATION` to silence warnings about frozen modules from dev-python/pydevd. Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/33888 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* python-utils-r1.eclass: Do not pass `-p no:*` w/ no autoloadingMichał Górny2023-11-191-23/+28
| | | | | | | | Modify `epytest` not to pass our plethora of `-p no:*` arguments when `PYTEST_DISABLE_PLUGIN_AUTOLOAD` is set. This is NFC since the plugins wouldn't be loaded anyway. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* python-utils-r1.eclass: Do not pass `-p xdist` w/ PYTEST_PLUGINSMichał Górny2023-11-191-3/+7
| | | | | | | | Fix `epytest` with `EPYTEST_XDIST` not to pass a duplicate `-p xdist` when `xdist.plugin` is already present in `PYTEST_PLUGINS`. Otherwise, pytest will fail due to the plugin being loaded twice. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/requests-cache: Bump to 1.1.1Michał Górny2023-11-192-0/+86
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pygments: Bump to 2.17.1Michał Górny2023-11-192-0/+47
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/mkdocs-material: Bump to 9.4.10Michał Górny2023-11-192-0/+68
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/versioningit: Bump to 2.3.0Michał Górny2023-11-192-0/+44
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/scipy: Bump to 1.11.4Michał Górny2023-11-192-0/+149
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* www-client/seamonkey: add bug reference for the rust restrictionJoonas Niilola2023-11-192-0/+2
| | | | | Bug: https://bugs.gentoo.org/916304 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* www-client/seamonkey: add rust upper bound requirementstefson2023-11-192-2/+2
| | | | | | | Bug: https://bugs.gentoo.org/916304 Signed-off-by: Steffen Kuhn <nielson2@yandex.com> Closes: https://github.com/gentoo/gentoo/pull/33882 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-python/scipy: Deselect timing out/hanging tests globallyMichał Górny2023-11-191-6/+8
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/hipcc: Make implicit llvm dep explicitPatrick Lauer2023-11-191-1/+5
| | | | | | Avoids accidental build failures Signed-off-by: Patrick Lauer <patrick@gentoo.org>
* profiles: mask <sys-devel/gcc-11 (GCC 10 is EOL)Sam James2023-11-191-6/+7
| | | | | | | | | | | | | | | | GCC 10 is EOL - it has been since GCC 10.5 was released in July. It's hard to get the balance right here - if we mask immediately on the release of .5 of a series, some people aren't happy, and it's indeed kind of a nuisance for stabling the last version of a series too. (I did it the day-of for 9.5.x and had some feedback on it from users.) In any case, by now, it's certainly overdue. Move to GCC 11 or newer, please. Bug: https://bugs.gentoo.org/917507 Signed-off-by: Sam James <sam@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/33872 Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/hipcc: Force rebuild with revbumpPatrick Lauer2023-11-191-0/+0
| | | | Signed-off-by: Patrick Lauer <patrick@gentoo.org>
* dev-util/hip: Force rebuild through revbumpPatrick Lauer2023-11-191-0/+0
| | | | | | Changes in last few commits are otherwise invisible Signed-off-by: Patrick Lauer <patrick@gentoo.org>
* app-text/zathura-pdf-mupdf: remove unused patchMichael Mair-Keimberger2023-11-191-24/+0
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* net-dns/dnstop: EAPI8 bump, update HOMEPAGE, SRC_URI, fix #717202Michael Mair-Keimberger2023-11-193-0/+57
| | | | | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://bugs.gentoo.org/717202 Bug: https://bugs.gentoo.org/907753 [Paths in patch adjusted.] Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-office/projectlibre-bin: EAPI8 bump, version bump (v1.9.3)Michael Mair-Keimberger2023-11-192-0/+51
| | | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://bugs.gentoo.org/688854 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-crypt/gnupg-pkcs11-scd: use HTTPSMichael Mair-Keimberger2023-11-191-2/+2
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-admin/kpcli: use HTTPSMichael Mair-Keimberger2023-11-191-3/+3
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* dev-libs/libclc: Add 18.0.0_pre20231119 snapshotMichał Górny2023-11-192-0/+88
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/clang-runtime: Add 18.0.0_pre20231119 snapshotMichał Górny2023-11-191-0/+39
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libomp: Add 18.0.0_pre20231119 snapshotMichał Górny2023-11-192-0/+151
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libcxx: Add 18.0.0_pre20231119 snapshotMichał Górny2023-11-192-0/+204
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libcxxabi: Add 18.0.0_pre20231119 snapshotMichał Górny2023-11-192-0/+116
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>