summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2024-01-31 20:48:26 UTCRepository mirror & CI2024-01-317-6/+86
|
* Merge updates from masterRepository mirror & CI2024-01-3110-0/+938
|\
| * www-apps/element: add 1.11.57Bernard Cafarelli2024-01-312-0/+34
| | | | | | | | Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
| * www-apps/piwigo: add 14.2.0Bernard Cafarelli2024-01-312-0/+45
| | | | | | | | Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
| * dev-build/cmake: add 3.28.2Sam James2024-01-312-0/+281
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * media-video/pipewire: add 1.0.2Sam James2024-01-312-0/+507
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * media-libs/libpng: add 1.6.42Sam James2024-01-312-0/+71
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
* | 2024-01-31 20:33:28 UTCRepository mirror & CI2024-01-314-4/+20
| |
* | Merge updates from masterRepository mirror & CI2024-01-313-1/+35
|\|
| * app-admin/terraform: fix buildtime dependenciesWilliam Hubbs2024-01-311-1/+2
| | | | | | | | | | Closes: https://bugs.gentoo.org/922745 Signed-off-by: William Hubbs <williamh@gentoo.org>
| * app-portage/pycargoebuild: Bump to 0.13.2Michał Górny2024-01-312-0/+33
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* | 2024-01-31 19:33:30 UTCRepository mirror & CI2024-01-312-3/+3
| |
* | Merge updates from masterRepository mirror & CI2024-01-311-1/+1
|\|
| * sys-apps/systemd: Stabilize 255.3 arm, #923431Sam James2024-01-311-1/+1
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
* | Merge updates from masterRepository mirror & CI2024-01-311-0/+3
|\|
| * media-video/aravis: add github upstream metadataSam James2024-01-311-0/+3
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
* | 2024-01-31 19:03:28 UTCRepository mirror & CI2024-01-317-57/+5
| |
* | Merge updates from masterRepository mirror & CI2024-01-316-172/+4
|\|
| * app-admin/terraform: drop 1.4.6, 1.5.0, 1.5.1, 1.5.3, 1.5.6William Hubbs2024-01-316-210/+0
| | | | | | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
| * app-admin/terraform: add 1.7.2William Hubbs2024-01-312-0/+42
| | | | | | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* | 2024-01-31 17:49:37 UTCRepository mirror & CI2024-01-312-2/+2
| |
* | Merge updates from masterRepository mirror & CI2024-01-311-3/+3
|\|
| * www-client/firefox: fast-fix for mold+lto+pgo compile issue on 122Joonas Niilola2024-01-311-3/+3
| | | | | | | | | | | | | | - handling elf-hack should be grouped together with these linker options. Closes: https://bugs.gentoo.org/923119 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* | 2024-01-31 17:33:29 UTCRepository mirror & CI2024-01-315-6/+39
| |
* | Merge updates from masterRepository mirror & CI2024-01-315-4/+289
|\|
| * app-arch/createrepo_c: add 1.0.3Sam James2024-01-313-4/+70
| | | | | | | | | | | | | | | | | | Upstream commit d075bebc7c680c0e766c4417c2f2ff96b4ddb476 in 1.0.2 makes this mandatory. Closes: https://bugs.gentoo.org/918490 Closes: https://bugs.gentoo.org/923303 Signed-off-by: Sam James <sam@gentoo.org>
| * net-proxy/haproxy: Bump to 2.9.4Christian Ruppert2024-01-312-0/+219
| | | | | | | | Signed-off-by: Christian Ruppert <idl0r@gentoo.org>
* | 2024-01-31 17:03:29 UTCRepository mirror & CI2024-01-316-11/+22
| |
* | Merge updates from masterRepository mirror & CI2024-01-315-3/+47
|\|
| * dev-build/automake: Cleanup dependsRaul E Rangel2024-01-312-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The automake ./bootstrap script requires the `autom4te` tool. ``` : ${AUTOM4TE=autom4te} export AUTOM4TE # ditto ``` If it's not installed the package fails with the following error: ``` sh: line 1: autom4te: command not found aclocal.tmp: error: autom4te failed with exit status: 127 * ERROR: sys-devel/automake-1.16.5-r1::portage-stable failed (prepare phase): * (no error message) * * Call stack: * ebuild.sh, line 125: Called src_prepare * environment, line 2813: Called die * The specific snippet of code: * ./bootstrap || die; ``` We also need to add autoconf so the wrapper doesn't fail: ``` ac-wrapper: Unable to locate any usuable version of autoconf. ``` We also don't need to declare any DEPEND. Signed-off-by: Raul E Rangel <rrangel@chromium.org> Closes: https://github.com/gentoo/gentoo/pull/32327 Signed-off-by: Sam James <sam@gentoo.org>
| * app-admin/opentofu: add 1.6.1William Hubbs2024-01-312-0/+42
| | | | | | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
| * dev-ruby/git: add missing test dependencyHans de Graaff2024-01-311-1/+1
| | | | | | | | | | Closes: https://bugs.gentoo.org/923390 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* | 2024-01-31 16:48:27 UTCRepository mirror & CI2024-01-314-3/+33
| |
* | Merge updates from masterRepository mirror & CI2024-01-314-0/+1745
|\|
| * net-misc/ytfzf: add 2.6.2Ionen Wolkens2024-01-312-0/+60
| | | | | | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
| * sys-libs/glibc: add 2.37-r10 (patchl. 12), COMPLETELY UNTESTED, no keywordsAndreas K. Hüttel2024-01-312-0/+1685
| | | | | | | | | | | | Need to find a leftover 2.37 chroot... Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* | 2024-01-31 16:33:28 UTCRepository mirror & CI2024-01-315-5/+5
| |
* | Merge updates from masterRepository mirror & CI2024-01-314-4/+4
|\|
| * net-dns/bind: fix bash grouping in src_prepareMatoro Mahri2024-01-312-2/+2
| | | | | | | | | | | | | | Closes: https://bugs.gentoo.org/923403 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Closes: https://github.com/gentoo/gentoo/pull/35116 Signed-off-by: Sam James <sam@gentoo.org>
| * net-dns/bind-tools: fix bash grouping in src_prepareMatoro Mahri2024-01-312-2/+2
| | | | | | | | | | | | Closes: https://bugs.gentoo.org/923403 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Sam James <sam@gentoo.org>
* | 2024-01-31 16:18:51 UTCRepository mirror & CI2024-01-3116-40/+43
| |
* | Merge updates from masterRepository mirror & CI2024-01-3119-67/+245
|\|
| * dev-build/autoconf: fix blocker after pkgmoveSam James2024-01-315-5/+5
| | | | | | | | | | Closes: https://bugs.gentoo.org/923424 Signed-off-by: Sam James <sam@gentoo.org>
| * net-mail/courierpassd: treecleanPetr Vaněk2024-01-315-55/+0
| | | | | | | | | | Closes: https://bugs.gentoo.org/906645 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
| * net-im/synapse: add 1.100.0Petr Vaněk2024-01-312-0/+226
| | | | | | | | Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
| * dev-db/mariadb: test phase requires USE=extraenginePetr Vaněk2024-01-317-7/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | main.mysql_client_test and main.mysql_client_test_comp tests are executed with --sequence=on parameter [1] which enables SEQUENCE plugin provided by Sequence Storage Engine [2]. However, the ebuild compiles this engine only if extraengine USE flag is enabled. Therefore test requires it. [1] https://mariadb.com/docs/server/ref/mdb/cli/mariadbd/sequence/ [2] https://mariadb.com/kb/en/sequence-storage-engine/ Bug: https://bugs.gentoo.org/907827 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* | 2024-01-31 16:03:31 UTCRepository mirror & CI2024-01-315-9/+23
| |
* | Merge updates from masterRepository mirror & CI2024-01-315-3/+39
|\|
| * sci-physics/root: add 6.30.04, drop 6.30.02-r1Guilherme Amadio2024-01-312-2/+2
| | | | | | | | Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
| * app-arch/lzip: Bump to 1.24Michał Górny2024-01-312-0/+31
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>