Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/skey/
Date: Fri, 25 Jun 2021 18:31:36
Message-Id: 1624645834.265f7d0c9da0cf10ceb1af6137b1f8db3d305497.ulm@gentoo
1 commit: 265f7d0c9da0cf10ceb1af6137b1f8db3d305497
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 25 18:30:34 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 25 18:30:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=265f7d0c
7
8 sys-auth/skey: Declare DOC_CONTENTS as local variable
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 sys-auth/skey/skey-1.1.5-r12.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-auth/skey/skey-1.1.5-r12.ebuild b/sys-auth/skey/skey-1.1.5-r12.ebuild
17 index 1db9f6f4afd..e04ad7a1b3b 100644
18 --- a/sys-auth/skey/skey-1.1.5-r12.ebuild
19 +++ b/sys-auth/skey/skey-1.1.5-r12.ebuild
20 @@ -66,7 +66,7 @@ src_install() {
21
22 dodoc README CHANGES
23
24 - DOC_CONTENTS="For an introduction into using s/key authentication,
25 + local DOC_CONTENTS="For an introduction into using s/key authentication,
26 take a look at the EXAMPLES section from the skey(1) manpage."
27 readme.gentoo_create_doc
28 }