mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
Joonas Niilola
parent
0079c90de7
commit
a18dce6e38
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user