From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 41CC21394E9 for ; Fri, 25 Jun 2021 18:31:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89A73E0858; Fri, 25 Jun 2021 18:31:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 61037E0858 for ; Fri, 25 Jun 2021 18:31:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BF176335C39 for ; Fri, 25 Jun 2021 18:31:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36F31581 for ; Fri, 25 Jun 2021 18:31:32 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1624645834.265f7d0c9da0cf10ceb1af6137b1f8db3d305497.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/skey/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/skey/skey-1.1.5-r12.ebuild X-VCS-Directories: sys-auth/skey/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 265f7d0c9da0cf10ceb1af6137b1f8db3d305497 X-VCS-Branch: master Date: Fri, 25 Jun 2021 18:31:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d742b380-bc14-4d89-bd4d-d4acface99bc X-Archives-Hash: 267148829ee67f35b624afb165894225 commit: 265f7d0c9da0cf10ceb1af6137b1f8db3d305497 Author: Ulrich Müller gentoo org> AuthorDate: Fri Jun 25 18:30:34 2021 +0000 Commit: Ulrich Müller gentoo 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 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 }