summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-libs/aws-c-io: Version Bump to 0.9.2Sven Eden2021-03-272-0/+46
| | | | | | Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Sven Eden <sven.eden@prydeworx.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/aws-c-cal: Fix building with USE="static-libs" (#761385)Sven Eden2021-03-272-8/+15
| | | | | | | | | | | | | | | | | | | | | Whe building with USE="static-libs", the final linker stage fails with: ```` /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib64/libcrypto.a(c_zlib.o): in function `zlib_stateful_expand_block': undefined reference to `inflate' undefined reference to `deflateEnd' ```` To fix this -lz is now explicitly added when merging with USE="static-libs" Closes: https://bugs.gentoo.org/761385 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Sven Eden <sven.eden@prydeworx.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/s2n: Version Bump to 1.0.0 (And fix testing #774276)Sven Eden2021-03-272-0/+57
| | | | | | | | | This should also fix the failing of s2n_x509_validator_test (#774276) Closes: https://bugs.gentoo.org/774276 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Sven Eden <sven.eden@prydeworx.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/aws-c-common: Version Bump to 0.5.2Sven Eden2021-03-273-0/+41
| | | | | | Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Sven Eden <sven.eden@prydeworx.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-libs/hypre: adjust CC check for consistencySam James2021-03-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-admin/sysstat: bump to 12.5.3Georgy Yakovlev2021-03-262-0/+88
| | | | | | Closes: https://bugs.gentoo.org/775482 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-arch/dpkg: bump to 1.20.7.1Georgy Yakovlev2021-03-262-0/+97
| | | | | Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* dev-cpp/libmcpp: drop static-libs from 2.7.2_p5Sam James2021-03-271-5/+2
| | | | | | May as well take the opportunity. Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/cmake: forward port Darwin sed to 3.20.xSam James2021-03-271-0/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-arch/unzip: add github remote-idSam James2021-03-271-0/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/hypre: add 2.20.0Sam James2021-03-272-0/+112
| | | | | Closes: https://bugs.gentoo.org/681580 Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/hypre: drop useless cmake.eclass inherit in 2.18.2Sam James2021-03-271-10/+11
| | | | | Closes: https://bugs.gentoo.org/681580 Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/hypre: fix github remote-idSam James2021-03-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-plugins/calf: fix build with slibtoolSam James2021-03-272-0/+119
| | | | | | Thanks-to: orbea <orbea@riseup.net> Closes: https://bugs.gentoo.org/778314 Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/gerris: port to EAPI 7, respect NMSam James2021-03-272-7/+23
| | | | | | | | | * Port to EAPI 7 * ${EPREFIX} -> ${ESYSROOT} for header location * Respect NM Closes: https://bugs.gentoo.org/725450 Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/gerris: fix build with slibtoolSam James2021-03-272-1/+121
| | | | | | Thanks-to: orbea <orbea@riseup.net> Closes: https://bugs.gentoo.org/778341 Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/cogl: fix build with slibtoolSam James2021-03-272-0/+34
| | | | | | | | | | | | (Closing the NEEDED bug too which I filed in the past as I can't reproduce right now. Possibly fixed by this.) Thanks-to: orbea <orbea@riseup.net> Closes: https://bugs.gentoo.org/778041 Closes: https://bugs.gentoo.org/739644 Signed-off-by: Sam James <sam@gentoo.org>
* dev-cpp/libmcpp: (security) bump to 2.7.2_p5 (Debian)Sam James2021-03-272-0/+51
| | | | | | | Easier to just use the Debian patchset here. Bug: https://bugs.gentoo.org/718808 Signed-off-by: Sam James <sam@gentoo.org>
* dev-cpp/libmcpp: fix build with slibtoolSam James2021-03-271-0/+4
| | | | | | Thanks-to: orbea <orbea@riseup.net> Closes: https://bugs.gentoo.org/778461 Signed-off-by: Sam James <sam@gentoo.org>
* dev-cpp/libmcpp: port to EAPI 7Sam James2021-03-271-4/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-analyzer/wireshark: fix build with >=dev-util/cmake-3.20.0Sam James2021-03-272-0/+31
| | | | | | | Using a patch from upstream. Closes: https://bugs.gentoo.org/775029 Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/bochs: drop 2.6.9, EAPI6--John Helmert III2021-03-262-84/+0
| | | | | Closes: https://bugs.gentoo.org/638476 Signed-off-by: John Helmert III <ajak@gentoo.org>
* net-vpn/strongswan: bump to v5.9.2Thomas Deutschmann2021-03-272-0/+309
| | | | | Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* www-apps/grafana-bin: bump to v7.5.1Thomas Deutschmann2021-03-272-0/+65
| | | | | Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* www-apps/grafana-bin: drop oldThomas Deutschmann2021-03-276-240/+0
| | | | | Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* www-apps/grafana-bin: bump to v7.4.5Thomas Deutschmann2021-03-272-0/+65
| | | | | Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* media-libs/libvpx: bump to v1.10.0Thomas Deutschmann2021-03-272-0/+123
| | | | | | Closes: https://bugs.gentoo.org/778068 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-db/redis: stabilize 6.0.12: sparcSam James2021-03-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/PySocks: mark ALLARCHESSam James2021-03-271-1/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/redis-py: stabilize 3.5.3: sparcSam James2021-03-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/zsh-completions: stabilize 0.32.0: x86Sam James2021-03-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/zsh-completions: sync live ebuildSam James2021-03-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/zsh-completions: keyword 0.32.0: ~ppcSam James2021-03-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/zsh-completions: stabilize 0.32.0: sparcSam James2021-03-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/zsh-completions: stabilize 0.32.0: armSam James2021-03-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/python-bugzilla: keyword 3.0.2: ~s390Sam James2021-03-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/python-bugzilla: stabilize 3.0.2: sparcSam James2021-03-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/python-bugzilla: stabilize 3.0.2: ppc64Sam James2021-03-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/python-bugzilla: stabilize 3.0.2: ppcSam James2021-03-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/debugedit: ~sparc keywordedSam James2021-03-272-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/debugedit: ~arm keywordedSam James2021-03-272-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-i18n/fcitx-qt5: Stabilize 1.2.5 ppc, #778521Sam James2021-03-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-i18n/fcitx-qt5: Stabilize 1.2.5 ppc64, #778521Sam James2021-03-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/boost: s/boost/Boost/ in elogSam James2021-03-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* profiles: drop unnecessary comment re proxy-maintSam James2021-03-272-2/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* profiles: normalise mask author (amynka@)Sam James2021-03-262-3/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* profiles: normalise mask author (np-hardass@)Sam James2021-03-265-7/+7
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-vpn/tor: Stabilize 0.4.5.7 arm64, #776586Sam James2021-03-261-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/sqlite: Stabilize 3.34.1 arm64, #777990Sam James2021-03-261-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-arch/rpm: Stabilize 4.16.0 arm64, #778500Sam James2021-03-261-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>