diff options
author | Michael Palimaka <kensington@gentoo.org> | 2019-06-10 20:35:37 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2019-06-10 20:36:59 +1000 |
commit | 0ffb444a11ec18415ef85855f703f0e1fa25f540 (patch) | |
tree | 763a2a4b9bf567eb481b7c945264a60d7fcb21ab /kde-plasma | |
parent | app-text/writerperfect: Fix build with USE gsf (diff) | |
download | gentoo-0ffb444a11ec18415ef85855f703f0e1fa25f540.tar.gz gentoo-0ffb444a11ec18415ef85855f703f0e1fa25f540.tar.bz2 gentoo-0ffb444a11ec18415ef85855f703f0e1fa25f540.zip |
kde-plasma/plasma-workspace: be clearer when referring to gnupg versions
Package-Manager: Portage-2.3.66, Repoman-2.3.14
Signed-off-by: Michael Palimaka <kensington@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r-- | kde-plasma/plasma-workspace/files/10-agent-shutdown.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-plasma/plasma-workspace/files/10-agent-shutdown.sh b/kde-plasma/plasma-workspace/files/10-agent-shutdown.sh index 4bafd2e61cf4..614b38f52886 100644 --- a/kde-plasma/plasma-workspace/files/10-agent-shutdown.sh +++ b/kde-plasma/plasma-workspace/files/10-agent-shutdown.sh @@ -4,12 +4,12 @@ # Uncomment the following lines to kill the agents # that were started at session startup. -# gnupg 2.0.x +# <gnupg-2.1.x #if [ -n "${GPG_AGENT_INFO}" ]; then # kill $(echo ${GPG_AGENT_INFO} | cut -d':' -f 2) >/dev/null 2>&1 #fi -# gnupg 2.1.x +# >=gnupg-2.1.x #gpgconf --kill gpg-agent >/dev/null 2>&1 #if [ -n "${SSH_AGENT_PID}" ]; then |