diff options
author | 2009-10-17 21:05:57 +0000 | |
---|---|---|
committer | 2009-10-17 21:05:57 +0000 | |
commit | 7def2102dc7091620a6ff0dee30d0f15d186153c (patch) | |
tree | b741fb5a1cd3426bb3e30bb911ed28db587670a4 /app-crypt | |
parent | Version bump. (diff) | |
download | gentoo-2-7def2102dc7091620a6ff0dee30d0f15d186153c.tar.gz gentoo-2-7def2102dc7091620a6ff0dee30d0f15d186153c.tar.bz2 gentoo-2-7def2102dc7091620a6ff0dee30d0f15d186153c.zip |
Fix ewarn.
(Portage version: 14624-svn/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/gnupg/gnupg-2.0.13.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app-crypt/gnupg/gnupg-2.0.13.ebuild b/app-crypt/gnupg/gnupg-2.0.13.ebuild index 280dfd2bc382..a9ce0eed67a7 100644 --- a/app-crypt/gnupg/gnupg-2.0.13.ebuild +++ b/app-crypt/gnupg/gnupg-2.0.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.0.13.ebuild,v 1.2 2009/10/12 02:50:44 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.0.13.ebuild,v 1.3 2009/10/17 21:05:57 arfrever Exp $ EAPI="2" @@ -97,10 +97,10 @@ pkg_postinst() { elog "If you wish to view images emerge:" elog "media-gfx/xloadimage, media-gfx/xli or any other viewer" elog "Remember to use photo-viewer option in configuration file to activate" - elog "the right viewer" + elog "the right viewer." - ewarn "Please remember to restart gpg-agent if this if the agent" - ewarn "you are currently using. If you are unsure of the gpg " - ewarn "agent you are using please run \'killall gpg-agent\'," - ewarn "and to start a fresh daemon just run \'gpg-agent --daemon\'." + ewarn "Please remember to restart gpg-agent if a different version" + ewarn "of the agent is currently used. If you are unsure of the gpg" + ewarn "agent you are using please run 'killall gpg-agent'," + ewarn "and to start a fresh daemon just run 'gpg-agent --daemon'." } |