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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2B4D6158043 for ; Thu, 18 Apr 2024 19:47:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6190AE29B0; Thu, 18 Apr 2024 19:47:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 40C30E29B0 for ; Thu, 18 Apr 2024 19:47:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4EE1F34336C for ; Thu, 18 Apr 2024 19:47:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D725D171E for ; Thu, 18 Apr 2024 19:47:35 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1713469627.0222fe4d2f60205d00f6b02fcbc060bbfd260fa5.mpagano@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/lynis/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-forensics/lynis/lynis-3.1.1.ebuild X-VCS-Directories: app-forensics/lynis/ X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: 0222fe4d2f60205d00f6b02fcbc060bbfd260fa5 X-VCS-Branch: master Date: Thu, 18 Apr 2024 19:47:35 +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: 26ad3d46-6064-497f-9e56-a5471bfa6fcd X-Archives-Hash: 3e33ff85ac214677bc46c5f7c628fda9 commit: 0222fe4d2f60205d00f6b02fcbc060bbfd260fa5 Author: Mike Pagano gentoo org> AuthorDate: Thu Apr 18 19:47:07 2024 +0000 Commit: Mike Pagano gentoo org> CommitDate: Thu Apr 18 19:47:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0222fe4d app-forensics/lynis: Minor QA fixes Signed-off-by: Mike Pagano gentoo.org> app-forensics/lynis/lynis-3.1.1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-forensics/lynis/lynis-3.1.1.ebuild b/app-forensics/lynis/lynis-3.1.1.ebuild index d3198792ee57..e0246de21ae4 100644 --- a/app-forensics/lynis/lynis-3.1.1.ebuild +++ b/app-forensics/lynis/lynis-3.1.1.ebuild @@ -9,6 +9,7 @@ DESCRIPTION="Security and system auditing tool" HOMEPAGE="https://cisofy.com/lynis/" SRC_URI="https://cisofy.com/files/${P}.tar.gz" +S="${WORKDIR}/${PN}" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" @@ -18,8 +19,6 @@ RDEPEND=" app-shells/bash cron? ( !systemd? ( virtual/cron ) )" -S="${WORKDIR}/${PN}" - src_install() { doman lynis.8 dodoc FAQ README