summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-libs/libgweather: Version bump to 4.0.0Matt Turner2022-03-204-0/+139
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/gjs: Version bump to 1.72.0Matt Turner2022-03-202-0/+52
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/protobuf: Stabilize 3.19.3 hppa, #835330Arthur Zamarin2022-03-201-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-libs/cudnn: drop 8.3.0.98David Seifert2022-03-203-38/+0
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-libs/raft: stabilize 0.11.3-r1 for amd64Joonas Niilola2022-03-201-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/dqlite: stabilize 1.9.1 for amd64Joonas Niilola2022-03-201-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/glib: Version bump to 2.72.0Matt Turner2022-03-192-0/+284
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/gobject-introspection: Version bump to 1.72.0Matt Turner2022-03-192-0/+78
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/gobject-introspection-common: Version bump to 1.72.0Matt Turner2022-03-192-0/+32
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/dotconf: [QA] fix tc-get* quotingSam James2022-03-201-2/+2
| | | | | | This can cause build problems for e.g. 32-bit (gcc -m32 ...) Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libpfm: [QA] fix tc-get* quotingSam James2022-03-202-3/+3
| | | | | | This can cause build problems for e.g. 32-bit (gcc -m32 ...) Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/shhopt: [QA] fix tc-get* quotingSam James2022-03-201-2/+2
| | | | | | This can cause build problems for e.g. 32-bit (gcc -m32 ...) Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libowfat: [QA] fix tc-get* quotingSam James2022-03-202-5/+5
| | | | | | This can cause build problems for e.g. 32-bit (gcc -m32 ...) Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/snowball-stemmer: [QA] fix tc-get* quotingSam James2022-03-201-3/+3
| | | | | | This can cause build problems for e.g. 32-bit (gcc -m32 ...) Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/pmdk: [QA] fix tc-get* quotingSam James2022-03-201-2/+2
| | | | | | This can cause build problems for e.g. 32-bit (gcc -m32 ...) Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/cyrus-sasl: x86 stable wrt bug #835522Agostino Sarubbo2022-03-191-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/openssl: x86 stable wrt bug #835348Agostino Sarubbo2022-03-191-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/link-grammar: drop 5.8.0David Seifert2022-03-194-182/+0
| | | | | | | Closes: https://bugs.gentoo.org/745168 Closes: https://bugs.gentoo.org/806157 Closes: https://bugs.gentoo.org/806160 Signed-off-by: David Seifert <soap@gentoo.org>
* dev-libs/cyrus-sasl: Stabilize 2.1.28-r1 hppa, #835522Arthur Zamarin2022-03-191-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-libs/cyrus-sasl: Stabilize 2.1.28-r1 ppc64, #835522Sam James2022-03-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/cyrus-sasl: sparc stable wrt bug #835522Agostino Sarubbo2022-03-191-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/link-grammar: amd64 stable wrt bug #834844Agostino Sarubbo2022-03-191-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/rocksdb: re-keyword riscv for rocksdb 6.17.3Yun Pan2022-03-191-2/+2
| | | | | | | Closes: https://bugs.gentoo.org/834855 Closes: https://github.com/gentoo/gentoo/pull/24557 Signed-off-by: Yun Pan <dinoallo@netc.it> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* dev-libs/rocksdb: fix check for libatomicYun Pan2022-03-192-1/+72
| | | | | | | | | | | | The original patch that comes with rocksdb 6.14.6 is inadequate to check if libatomic is required on some architectures. The new patch superseded the old one in version 6.17.3. Along with patch e8fc99f, rocksdb 6.17.3 can now be compiled on riscv. Bug: https://bugs.gentoo.org/834855 Signed-off-by: Yun Pan <dinoallo@netc.it> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* dev-libs/rocksdb: add timer for riscv platformYun Pan2022-03-192-0/+41
| | | | | | | | | See: https://bugs.gentoo.org/834855#c3 Related upstream PR: https://github.com/facebook/rocksdb/pull/9215 Bug: https://bugs.gentoo.org/834855 Signed-off-by: Yun Pan <dinoallo@netc.it> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* dev-libs/vala-common: Drop old versionsMatt Turner2022-03-182-30/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/libsigc++: Drop old versionsMatt Turner2022-03-182-48/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/libgusb: Drop old versionsMatt Turner2022-03-182-64/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/libgit2: Drop old versionsMatt Turner2022-03-182-74/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/libgee: Drop old versionsMatt Turner2022-03-182-29/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/libdazzle: Drop old versionsMatt Turner2022-03-182-62/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/glib: Drop old versionsMatt Turner2022-03-183-568/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/fribidi: Drop old versionsMatt Turner2022-03-182-43/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/folks: Drop old versionsMatt Turner2022-03-182-97/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/cereal: drop oldDennis Lamm2022-03-181-37/+0
| | | | | | | Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org> Package-Manager: Portage-3.0.30, Repoman-3.0.3 Closes: https://github.com/gentoo/gentoo/pull/24639 Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
* dev-libs/cereal: unbundle rapidjsonDennis Lamm2022-03-181-0/+45
| | | | | | | Bug: https://bugs.gentoo.org/792444 Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org> Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
* dev-libs/fribidi: Stabilize 1.0.11 hppa, #834426Arthur Zamarin2022-03-181-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-libs/glib: Stabilize 2.70.4 hppa, #834426Arthur Zamarin2022-03-181-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-libs/criterion: remove unused patch(es)Michael Mair-Keimberger2022-03-181-12/+0
| | | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/24632 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/protobuf: Stabilize 3.19.3 arm, #835330Arthur Zamarin2022-03-181-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-libs/libltdl: add 'bump with sys-devel/libtool' noteSam James2022-03-171-0/+2
| | | | | | As we already did in libtool. Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libltdl: add 2.4.7 (unkeyworded)Sam James2022-03-172-0/+37
| | | | | | | | Unkeyworded like new sys-devel/libtool for testing, as it's been a looong time since the last release, although less changed wrt libltdl, actually - it's still cut from the same tarball nonetheless. Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/ossp-uuid: Drop PHP support; Revbump for EAPI 8Brian Evans2022-03-175-644/+88
| | | | | | | Non-maintainer commit Closes: https://bugs.gentoo.org/703678 Signed-off-by: Brian Evans <grknight@gentoo.org>
* dev-libs/protobuf: sparc stable wrt bug #835330Agostino Sarubbo2022-03-171-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/openssl: Stabilize 1.1.1n arm, #835348Sam James2022-03-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/openssl: Stabilize 1.1.1n ppc, #835348Sam James2022-03-161-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/protobuf: Stabilize 3.19.3 ppc, #835330Sam James2022-03-161-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/openssl: Stabilize 1.1.1n ppc64, #835348Sam James2022-03-161-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/protobuf: Stabilize 3.19.3 ppc64, #835330Sam James2022-03-161-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/imath: add header for f16c instructions on x86Bernd Waibel2022-03-162-0/+100
| | | | | | | | | | | | | | On x86 targets supporting the f16c instructions, a header for the __cvtss_sh / __cvtsh_ss intrinsics is missing, leading to a build failure. Reported-by: bzoloid <bzoloid@gmail.com> Bug: https://github.com/AcademySoftwareFoundation/Imath/issues/239 Closes: https://bugs.gentoo.org/834628 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> Closes: https://github.com/gentoo/gentoo/pull/24612 Signed-off-by: Sam James <sam@gentoo.org>