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 0F0E5158015 for ; Fri, 29 Dec 2023 13:05:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F3B22BC02A; Fri, 29 Dec 2023 13:05:45 +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 361B12BC02A for ; Fri, 29 Dec 2023 13:05:45 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 25F89342FF8 for ; Fri, 29 Dec 2023 13:05:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D38D119 for ; Fri, 29 Dec 2023 13:05:42 +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: <1703855118.28bc017849508f74a47a2c7d5b1db6378a9d03e1.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.0.9.ebuild X-VCS-Directories: app-forensics/lynis/ X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: 28bc017849508f74a47a2c7d5b1db6378a9d03e1 X-VCS-Branch: master Date: Fri, 29 Dec 2023 13:05:42 +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: 0d398515-5266-4059-9e20-238ab798e63e X-Archives-Hash: d3e7cacbbe801128671f10ee82570534 commit: 28bc017849508f74a47a2c7d5b1db6378a9d03e1 Author: Mike Pagano gentoo org> AuthorDate: Fri Dec 29 13:05:18 2023 +0000 Commit: Mike Pagano gentoo org> CommitDate: Fri Dec 29 13:05:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28bc0178 app-forensics/lynis: [QA] Fix EmptyGlobalAssignment Signed-off-by: Mike Pagano gentoo.org> app-forensics/lynis/lynis-3.0.9.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/app-forensics/lynis/lynis-3.0.9.ebuild b/app-forensics/lynis/lynis-3.0.9.ebuild index 8ed08f4c8527..766e6e18f38e 100644 --- a/app-forensics/lynis/lynis-3.0.9.ebuild +++ b/app-forensics/lynis/lynis-3.0.9.ebuild @@ -14,7 +14,6 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="+cron systemd" -DEPEND="" RDEPEND=" app-shells/bash cron? ( !systemd? ( virtual/cron ) )"