commit: 4456c756e6e3f911e06a4ff26dd890d8370e1d95
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 31 12:10:39 2021 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Dec 31 12:11:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4456c756
www-plugins/passff-host: add pinentry to rdepend
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
.../{passff-host-1.2.3.ebuild => passff-host-1.2.3-r1.ebuild} | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/www-plugins/passff-host/passff-host-1.2.3.ebuild
b/www-plugins/passff-host/passff-host-1.2.3-r1.ebuild
similarity index 85%
rename from www-plugins/passff-host/passff-host-1.2.3.ebuild
rename to www-plugins/passff-host/passff-host-1.2.3-r1.ebuild
index 3c481e7e23ec..0f40d6776d69 100644
--- a/www-plugins/passff-host/passff-host-1.2.3.ebuild
+++ b/www-plugins/passff-host/passff-host-1.2.3-r1.ebuild
@@ -24,7 +24,10 @@ REQUIRED_USE="
|| ( chrome chromium firefox vivaldi )
"
-RDEPEND="${PYTHON_DEPS}"
+RDEPEND="
+ ${PYTHON_DEPS}
+ app-crypt/pinentry
+"
S="${WORKDIR}"
@@ -57,3 +60,9 @@ src_install() {
newexe "${P}.py" passff.py
done
}
+
+pkg_postinst() {
+ elog "Make sure to use graphical version of pinentry for ${PN} to work
properly"
+ elog "Run 'eselect pinentry list'"
+ elog "And select 'pinentry-qt5' or 'pinentry-gnome'. efl might work
too."
+}