commit: 7cc5ae81f5e1b254602d50c0ebe2fd41be0946e2 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sun May 7 16:30:49 2023 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sun May 7 16:30:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cc5ae81
app-crypt/yubioath-flutter-bin: add RDEP on sys-apps/pcsc-lite Closes: https://bugs.gentoo.org/905847 Signed-off-by: David Seifert <soap <AT> gentoo.org> ...tter-bin-6.1.0.ebuild => yubioath-flutter-bin-6.1.0-r1.ebuild} | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app-crypt/yubioath-flutter-bin/yubioath-flutter-bin-6.1.0.ebuild b/app-crypt/yubioath-flutter-bin/yubioath-flutter-bin-6.1.0-r1.ebuild similarity index 93% rename from app-crypt/yubioath-flutter-bin/yubioath-flutter-bin-6.1.0.ebuild rename to app-crypt/yubioath-flutter-bin/yubioath-flutter-bin-6.1.0-r1.ebuild index 7662796ea649..9c1a59dda12c 100644 --- a/app-crypt/yubioath-flutter-bin/yubioath-flutter-bin-6.1.0.ebuild +++ b/app-crypt/yubioath-flutter-bin/yubioath-flutter-bin-6.1.0-r1.ebuild @@ -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." +}
