commit: d146fae32d8ab36ec95cea1699c3ac69fd75c3eb
Author: Thiago Donato Ferreira <flowlnlnln <AT> gmail <DOT> com>
AuthorDate: Sun Nov 6 01:21:23 2022 +0000
Commit: Thiago Donato Ferreira <flowlnlnln <AT> gmail <DOT> com>
CommitDate: Sun Nov 6 01:26:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d146fae3
net-voip/discover-overlay: add gtk-layer-shell[introspection(+)] RDEPEND
Since the app uses GtkLayerShell, it needs the introspection USE flag,
when that is present.
Signed-off-by: Thiago Donato Ferreira <flowlnlnln <AT> gmail.com>
net-voip/discover-overlay/discover-overlay-0.6.3.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/net-voip/discover-overlay/discover-overlay-0.6.3.ebuild
b/net-voip/discover-overlay/discover-overlay-0.6.3.ebuild
index 383662fcf..749f73312 100644
--- a/net-voip/discover-overlay/discover-overlay-0.6.3.ebuild
+++ b/net-voip/discover-overlay/discover-overlay-0.6.3.ebuild
@@ -22,6 +22,8 @@ RDEPEND="
dev-python/requests[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
dev-python/python-xlib[${PYTHON_USEDEP}]
+
+ gui-libs/gtk-layer-shell[introspection(+)]
"
S="${WORKDIR}/Discover-${PV}"