summaryrefslogtreecommitdiff
path: root/dev-libs/json-glib/json-glib-1.8.0.ebuild
AgeCommit message (Collapse)Author
2025-10-26*/*: depend on newer gobject-introspection as a workaroundAlfred Wingate
sed -E '/dev-libs\/gobject-introspection(:=|\s|$|-[0-9]|\[)/ { s/(>=)?dev-libs\/gobject-introspection(-[0-9.r-]*)?/>=dev-libs\/gobject-introspection-1.82.0-r2/ }' */*/*.ebuild -i + manually going over to undo the false positives or if the version requirement was higher. Bug: https://bugs.gentoo.org/947058 See-Also: ae37e3f389808700bd0f4343ee04888f0ef179d2 Signed-off-by: Alfred Wingate <parona@protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44336 Closes: https://github.com/gentoo/gentoo/pull/44336 Signed-off-by: Sam James <sam@gentoo.org>
2025-09-02*/*: destable sparcArthur Zamarin
Result of running the command: grep --include="*.ebuild" -r . -e 'KEYWORDS=.*[" ]sparc' -l | xargs ekeyword ~sparc Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-09-02*/*: destable hppaArthur Zamarin
Result of running the command: grep --include="*.ebuild" -r . -e 'KEYWORDS=.*[" ]hppa' -l | xargs ekeyword ~hppa Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-12-05dev-libs/json-glib: disable Werror-like-behaviour for introspectionSam James
As I noted in the bug, there's fixes for the warnings themselves too, but I'd rather see a bump to handle those. Closes: https://bugs.gentoo.org/945771 Signed-off-by: Sam James <sam@gentoo.org>
2024-09-12*/*: unkeyword ~ia64Arthur Zamarin
Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-03-12dev-libs/json-glib: Stabilize 1.8.0 sparc, #921406Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-03-12dev-libs/json-glib: Stabilize 1.8.0 ppc, #921406Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-03-12dev-libs/json-glib: Stabilize 1.8.0 arm, #921406Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-02-22dev-libs/json-glib: Stabilize 1.8.0 ppc64, #921406Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-02-22dev-libs/json-glib: Stabilize 1.8.0 arm64, #921406Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-02-11dev-libs/json-glib: Stabilize 1.8.0 hppa, #921406Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2024-02-10dev-libs/json-glib: Stabilize 1.8.0 x86, #921406Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-02-10dev-libs/json-glib: Stabilize 1.8.0 amd64, #921406Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2023-09-16dev-libs/json-glib: Version bump to 1.8.0Guillermo Joandet
Signed-off-by: Guillermo Joandet <gjoandet@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/32847 Signed-off-by: Matt Turner <mattst88@gentoo.org>