summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2021-06-25 20:30:34 +0200
committerUlrich Müller <ulm@gentoo.org>2021-06-25 20:30:34 +0200
commit265f7d0c9da0cf10ceb1af6137b1f8db3d305497 (patch)
treed7fe26f83cbb51d7681f8d0432d16bde48635657 /sys-auth/skey
parentusr-ldscript.eclass: Remove duplicate prefix check (diff)
downloadgentoo-265f7d0c9da0cf10ceb1af6137b1f8db3d305497.tar.gz
gentoo-265f7d0c9da0cf10ceb1af6137b1f8db3d305497.tar.bz2
gentoo-265f7d0c9da0cf10ceb1af6137b1f8db3d305497.zip
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@gentoo.org>
Diffstat (limited to 'sys-auth/skey')
-rw-r--r--sys-auth/skey/skey-1.1.5-r12.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/skey/skey-1.1.5-r12.ebuild b/sys-auth/skey/skey-1.1.5-r12.ebuild
index 1db9f6f4afd0..e04ad7a1b3bb 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
}