mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
gui-apps/espanso: Added missing RDEPEND
Closes: https://bugs.gentoo.org/932548 Signed-off-by: Jonas Frei <freijon@pm.me>
This commit is contained in:
@@ -382,16 +382,19 @@ IUSE="wayland"
|
|||||||
DEPEND="
|
DEPEND="
|
||||||
acct-group/input
|
acct-group/input
|
||||||
dev-libs/openssl
|
dev-libs/openssl
|
||||||
|
sys-apps/dbus
|
||||||
x11-libs/wxGTK
|
x11-libs/wxGTK
|
||||||
wayland? (
|
wayland? (
|
||||||
x11-libs/libxkbcommon[wayland]
|
x11-libs/libxkbcommon[wayland]
|
||||||
)
|
)
|
||||||
!wayland? (
|
!wayland? (
|
||||||
x11-libs/libX11
|
x11-libs/libX11
|
||||||
|
x11-libs/libxcb
|
||||||
x11-libs/libXtst
|
x11-libs/libXtst
|
||||||
x11-libs/libxkbcommon[X]
|
x11-libs/libxkbcommon[X]
|
||||||
)
|
)
|
||||||
"
|
"
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
QA_FLAGS_IGNORED="usr/bin/${PN}"
|
QA_FLAGS_IGNORED="usr/bin/${PN}"
|
||||||
|
|
||||||
Reference in New Issue
Block a user