app-crypt/yubioath-flutter-bin: add RDEP on sys-apps/pcsc-lite

Closes: https://bugs.gentoo.org/905847
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert
2023-05-07 18:30:49 +02:00
parent b9e4b1504d
commit 7cc5ae81f5

View File

@@ -20,6 +20,7 @@ RDEPEND="
app-accessibility/at-spi2-core:2
dev-libs/glib:2
media-libs/libepoxy
sys-apps/pcsc-lite
x11-libs/cairo
x11-libs/gdk-pixbuf:2
x11-libs/gtk+:3
@@ -68,3 +69,10 @@ src_install() {
dosym ../../opt/yubico-authenticator/authenticator /usr/bin/authenticator
}
pkg_postinst() {
xdg_pkg_postinst
elog "Make sure you are a member of the pcscd group"
elog "and the pcscd service is running."
}