summaryrefslogtreecommitdiff
path: root/net-im/bitlbee/files/bitlbee-3.6-system-json-parser.patch
AgeCommit message (Collapse)Author
2022-08-23net-im/bitlbee: fix tests in 3.6-r3 and livePetr Vaněk
It was necessary to adapt system-json-parser patches more with LDFLAGS_CHECK variable which is used when ./tests/check binary is linked. Fixes: 90a3d5fff1c0 ("net-im/bitlbee: Use system json-parser") Fixes: 2f4aeedeec9c ("net-im/bitlbee: sync live") Closes: https://bugs.gentoo.org/865667 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
2022-08-18net-im/bitlbee: Use system json-parserPetr Vaněk
- Applied patch allows us to use system json-parser, it is based on upstream PR, see the link below - Dropped arm64, ppc, ppc64 and x86 keywords because newly introduced dev-libs/json-parser dependency has currently only ~amd64 keyword - EAPI 7 -> 8 Upstream-PR: https://github.com/bitlbee/bitlbee/pull/151 Bug: https://bugs.gentoo.org/861371 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Joonas Niilola <juippis@gentoo.org>