diff options
author | David Seifert <soap@gentoo.org> | 2023-05-07 18:30:49 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-05-07 18:30:49 +0200 |
commit | 7cc5ae81f5e1b254602d50c0ebe2fd41be0946e2 (patch) | |
tree | 2bacdd7fa41720fbd4bb3291b802890a8442af8e /app-crypt | |
parent | dev-ruby/puppetdb-termini: stabilize 7.13.0 for amd64, x86 (diff) | |
download | gentoo-7cc5ae81f5e1b254602d50c0ebe2fd41be0946e2.tar.gz gentoo-7cc5ae81f5e1b254602d50c0ebe2fd41be0946e2.tar.bz2 gentoo-7cc5ae81f5e1b254602d50c0ebe2fd41be0946e2.zip |
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>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/yubioath-flutter-bin/yubioath-flutter-bin-6.1.0-r1.ebuild (renamed from app-crypt/yubioath-flutter-bin/yubioath-flutter-bin-6.1.0.ebuild) | 8 |
1 files changed, 8 insertions, 0 deletions
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 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." +} |