summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-libs/libbpf: Stabilize 0.6.0 x86, #830605Sam James2022-01-041-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/openspecfun: add patchMatthias Maier2022-01-041-0/+68
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* dev-libs/libbpf: Stabilize 0.6.0 amd64, #830605Jakov Smolić2022-01-041-2/+2
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-libs/openspecfun: version bump to 0.5.5Matthias Maier2022-01-042-0/+42
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* dev-libs/efl: add 1.26.1Joonas Niilola2022-01-043-0/+310
| | | | | | | | | | | - block e-flat-theme since it's the default theme on 1.26, - drop 'ssl' use flag since it's mandatory anyway, - rework opengl+gles2 logic to clear some of the nasty REQUIRED_USE constricts - this will most likely not be the final version though, - update dependency list based on feedback from iwdevtools, - use xdg.eclass for pkg_post* functions. Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/kpublictransport: Add missing dev-qt/qtnetwork[ssl] usedepAndreas Sturmlechner2022-01-042-2/+2
| | | | | | Closes: https://bugs.gentoo.org/830595 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-libs/zthread: remove implicit kernel_linuxDavid Seifert2022-01-041-2/+2
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-libs/rasqal: remove implicit kernel_linuxDavid Seifert2022-01-041-2/+2
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-libs/libgamin: remove implicit kernel_linuxDavid Seifert2022-01-041-2/+2
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-libs/glib: remove implicit kernel_linuxDavid Seifert2022-01-043-3/+3
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-libs/protobuf: fix Objective-C compiler selectionAdrian Ratiu2022-01-047-7/+14
| | | | | | | | | | | | During the protobuf configure phase, autotools gives priority to GCC if $OBJC is unset, thus leading to cases where GCC is used for Objective-C even though Clang is used for the rest of the build, so we set OBJC to correctly picks up CC values. Closes: https://bugs.gentoo.org/830584 Signed-off-by: Adrian Ratiu <adrian.ratiu@collabora.com> Closes: https://github.com/gentoo/gentoo/pull/23197 Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libpipeline: Removed oldLars Wendler2022-01-042-27/+0
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* dev-libs/libpipeline: Bump to version 1.5.5Lars Wendler2022-01-042-0/+28
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* dev-libs/leveldb: remove kernel_FreeBSDDavid Seifert2022-01-041-3/+3
| | | | | Signed-off-by: David Seifert <soap@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/xerces-c: remove implicit elibc_* flagsDavid Seifert2022-01-042-2/+2
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-libs/openssl: remove implicit elibc_* flagsDavid Seifert2022-01-046-12/+12
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-libs/nspr: remove implicit elibc_* flagsDavid Seifert2022-01-043-6/+6
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-libs/libxslt: remove implicit elibc_* flagsDavid Seifert2022-01-041-2/+2
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-libs/libptytty: remove implicit elibc_* flagsDavid Seifert2022-01-041-2/+1
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-libs/libcgroup: remove implicit elibc_* flagsDavid Seifert2022-01-042-4/+4
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-libs/glib: remove implicit elibc_* flagsDavid Seifert2022-01-043-6/+6
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-libs/elfutils: stable 0.186 for hppa, bug #830375Rolf Eike Beer2022-01-031-1/+1
| | | | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/pocl: revbump for installed (opencl) kernel changeSam James2022-01-031-1/+1
| | | | | Fixes: c127713269a116c187d54663e0523b9f79f11886 Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/pocl: use 'distro' option for built kernelsSam James2022-01-031-1/+1
| | | | | | | | | | | We can't know what CPU the user will run the built package on (think of binpkgs) so let's use the 'distro' option which builds for most common SIMD instructions and chooses the most appropriate kernel it built at runtime. Closes: https://bugs.gentoo.org/829128 Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/xapian: Stabilize 1.4.18-r1 x86, #790266Sam James2022-01-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/xapian: Stabilize 1.4.18-r1 arm, #790266Sam James2022-01-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/utfcpp: Stabilize 3.1.2 sparc, #830426Arthur Zamarin2022-01-021-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-libs/utfcpp: Stabilize 3.1.2 arm64, #830426Arthur Zamarin2022-01-021-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-libs/tree-sitter: add 0.20.2Matthew Smith2022-01-022-0/+172
| | | | | | Signed-off-by: Matthew Smith <matt@offtopica.uk> Closes: https://github.com/gentoo/gentoo/pull/23632 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* dev-libs/xerces-c: remove freebsd-libcDavid Seifert2022-01-022-8/+4
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-libs/libelf: remove freebsd-libcDavid Seifert2022-01-021-5/+2
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-libs/expat: remove freebsd-libcDavid Seifert2022-01-022-18/+6
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-libs/apr: remove freebsd-libcDavid Seifert2022-01-023-3/+3
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-libs/libinput: Keyword 1.19.3 for ~m68kJames Le Cuirot2022-01-021-2/+2
| | | | | | The tests pass. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-libs/libevdev: Keyword 1.12.0 for ~m68kJames Le Cuirot2022-01-021-2/+2
| | | | | | The tests pass (after increasing the timeout). Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-libs/elfutils: Stabilize 0.186 amd64, #830375Jakov Smolić2022-01-021-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-libs/libmirage: Remove oldMichał Górny2022-01-024-140/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-libs/mpfr: Stabilize 4.1.0_p13-r1 amd64, #830378Jakov Smolić2022-01-021-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-libs/libsigc++: Stabilize 3.0.7 amd64, #830366Jakov Smolić2022-01-021-2/+2
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-libs/xapian: Stabilize 1.4.18-r1 ppc, #790266Sam James2022-01-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/xapian: Stabilize 1.4.18-r1 ppc64, #790266Sam James2022-01-021-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/utfcpp: Stabilize 3.1.2 x86, #830426Sam James2022-01-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/gmp: remove mintlibDavid Seifert2022-01-022-14/+4
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-libs/apr: remove mintlibDavid Seifert2022-01-023-15/+6
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-libs/qrosscore: Remove last-rited packageAndreas Sturmlechner2022-01-024-72/+0
| | | | | Closes: https://bugs.gentoo.org/774498 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-libs/utfcpp: Stabilize 3.1.2 ppc64, #830426Sam James2022-01-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/utfcpp: Stabilize 3.1.2 ppc, #830426Sam James2022-01-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/utfcpp: Stabilize 3.1.2 amd64, #830426Sam James2022-01-021-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libmirage: Stabilize 3.2.6 amd64, #830169Sam James2022-01-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libmirage: Stabilize 3.2.6 x86, #830169Sam James2022-01-021-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>