commit:     d33eeb56211de2b25b6fcb412a5b4c797f2fc5f1
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 17 01:50:48 2026 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Tue Feb 17 13:39:16 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d33eeb56

dev-libs/girara: remove json build option

This feature was recently removed:

* https://github.com/pwmt/girara/commit/fe54dd13
* https://github.com/pwmt/girara/commit/1dfae776

Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 dev-libs/girara/girara-9999.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-libs/girara/girara-9999.ebuild 
b/dev-libs/girara/girara-9999.ebuild
index 4bd9a026ab01..6e03fffc528f 100644
--- a/dev-libs/girara/girara-9999.ebuild
+++ b/dev-libs/girara/girara-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -26,7 +26,6 @@ RESTRICT="!test? ( test )"
 RDEPEND="
        app-accessibility/at-spi2-core
        >=dev-libs/glib-2.72:2
-       dev-libs/json-glib:=
        media-libs/harfbuzz:=
        x11-libs/cairo[glib]
        x11-libs/gdk-pixbuf
@@ -55,7 +54,6 @@ src_configure() {
        use X || append-flags -DGENTOO_GTK_HIDE_X11
 
        local emesonargs=(
-               -Djson=enabled
                $(meson_feature doc docs)
                $(meson_feature test tests)
        )

Reply via email to