dev-libs/girara: fix live-ebuild (9999)

libnotify was removed in 00a43a4080

Signed-off-by: Nicu Borta <nicu.borta111@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/36136
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Nicu Borta
2024-04-06 14:47:08 +03:00
committed by Joonas Niilola
parent 0079c90de7
commit a18dce6e38

View File

@@ -19,7 +19,7 @@ fi
LICENSE="ZLIB"
SLOT="0"
IUSE="doc libnotify test"
IUSE="doc test"
RESTRICT="!test? ( test )"
@@ -32,7 +32,6 @@ RDEPEND="
x11-libs/gdk-pixbuf
>=x11-libs/gtk+-3.20:3
x11-libs/pango
libnotify? ( x11-libs/libnotify )
"
# Tests are run under virtx
DEPEND="
@@ -52,7 +51,6 @@ src_configure() {
local -a emesonargs=(
-Djson=enabled
$(meson_feature doc docs)
$(meson_feature libnotify notify)
)
meson_src_configure
}