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 81DA51382C5 for ; Thu, 4 Jun 2020 06:33:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7AE5EE09BF; Thu, 4 Jun 2020 06:33: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 624ACE09BD for ; Thu, 4 Jun 2020 06:33:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 01C9E34F196 for ; Thu, 4 Jun 2020 06:33:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CD13281 for ; Thu, 4 Jun 2020 06:33:32 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1591252397.10878488c9c7c27ec2c9223eb60611e9593cad81.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/rng-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/rng-tools/rng-tools-6.10.ebuild X-VCS-Directories: sys-apps/rng-tools/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 10878488c9c7c27ec2c9223eb60611e9593cad81 X-VCS-Branch: master Date: Thu, 4 Jun 2020 06:33: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: b4d8d58f-61b9-43ee-a7d9-96e388e8c9ac X-Archives-Hash: 1f912a429bc17aa2007be2cef02c8512 commit: 10878488c9c7c27ec2c9223eb60611e9593cad81 Author: Matt Turner gentoo org> AuthorDate: Thu Jun 4 06:19:09 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Jun 4 06:33:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10878488 sys-apps/rng-tools: Drop unnecessary strip-slash Signed-off-by: Matt Turner gentoo.org> sys-apps/rng-tools/rng-tools-6.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/rng-tools/rng-tools-6.10.ebuild b/sys-apps/rng-tools/rng-tools-6.10.ebuild index fa2eda1a941..730669867d7 100644 --- a/sys-apps/rng-tools/rng-tools-6.10.ebuild +++ b/sys-apps/rng-tools/rng-tools-6.10.ebuild @@ -71,7 +71,7 @@ src_install() { local DOC_CONTENTS=" The PKCS11 entropy source may require extra packages (e.g. 'dev-libs/opensc') to support various smartcard readers. Make sure 'PKCS11_OPTIONS' in: - '${EROOT%/}/etc/conf.d/rngd' + '${EROOT}/etc/conf.d/rngd' reflects the correct PKCS11 engine path to be used by rngd. " readme.gentoo_create_doc