Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-workspace/files/
Date: Tue, 01 May 2018 16:27:11
Message-Id: 1525192016.4490e86912e247348b50afa3d6f9296b4501f0f0.johu@gentoo
1 commit: 4490e86912e247348b50afa3d6f9296b4501f0f0
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 1 16:26:56 2018 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Tue May 1 16:26:56 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4490e869
7
8 kde-plasma/plasma-workspace: Minor doc change
9
10 Point to pinentry-qt instead of pinentry-qt4.
11
12 Package-Manager: Portage-2.3.31, Repoman-2.3.9
13
14 kde-plasma/plasma-workspace/files/10-agent-startup.sh | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/kde-plasma/plasma-workspace/files/10-agent-startup.sh b/kde-plasma/plasma-workspace/files/10-agent-startup.sh
18 index fc5ba70539..104822c240 100644
19 --- a/kde-plasma/plasma-workspace/files/10-agent-startup.sh
20 +++ b/kde-plasma/plasma-workspace/files/10-agent-startup.sh
21 @@ -12,7 +12,7 @@
22 #
23 # If using gpg-agent for ssh instead of ssh-agent, a GUI pinentry program
24 # must be selected either with eselect pinentry or adding an entry to
25 -# $HOME/.gnupg/gpg-agent.conf such as "pinentry-program /usr/bin/pinentry-qt4".
26 +# $HOME/.gnupg/gpg-agent.conf such as "pinentry-program /usr/bin/pinentry-qt".
27 #
28 # If using gnupg-2.1 or later with gpg-agent for ssh instead of ssh-agent,
29 # $HOME/.gnupg/gpg-agent.conf must be edited to include "enable-ssh-support".