commit: 265f7d0c9da0cf10ceb1af6137b1f8db3d305497
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 25 18:30:34 2021 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Jun 25 18:30:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=265f7d0c
sys-auth/skey: Declare DOC_CONTENTS as local variable
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
sys-auth/skey/skey-1.1.5-r12.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-auth/skey/skey-1.1.5-r12.ebuild
b/sys-auth/skey/skey-1.1.5-r12.ebuild
index 1db9f6f4afd..e04ad7a1b3b 100644
--- a/sys-auth/skey/skey-1.1.5-r12.ebuild
+++ b/sys-auth/skey/skey-1.1.5-r12.ebuild
@@ -66,7 +66,7 @@ src_install() {
dodoc README CHANGES
- DOC_CONTENTS="For an introduction into using s/key authentication,
+ local DOC_CONTENTS="For an introduction into using s/key authentication,
take a look at the EXAMPLES section from the skey(1) manpage."
readme.gentoo_create_doc
}