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 0ABDA15800A for ; Wed, 23 Aug 2023 17:52:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DD1A2BC013; Wed, 23 Aug 2023 17:52:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 33A342BC013 for ; Wed, 23 Aug 2023 17:52:44 +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 5C9463412C9 for ; Wed, 23 Aug 2023 17:52:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B11A1074 for ; Wed, 23 Aug 2023 17:52:41 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1692812357.0701ba59dd1912e04e4c34da50a5e43a78662a5c.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/earlyoom/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/earlyoom/earlyoom-1.7-r1.ebuild sys-apps/earlyoom/earlyoom-1.7.ebuild X-VCS-Directories: sys-apps/earlyoom/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 0701ba59dd1912e04e4c34da50a5e43a78662a5c X-VCS-Branch: master Date: Wed, 23 Aug 2023 17:52:41 +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: 227c1366-c3b9-44c4-811e-b27d11abbbc1 X-Archives-Hash: e0e0f0675d7238cd50a64dd5ac0bd108 commit: 0701ba59dd1912e04e4c34da50a5e43a78662a5c Author: Rick Farina gentoo org> AuthorDate: Wed Aug 23 17:39:17 2023 +0000 Commit: Rick Farina gentoo org> CommitDate: Wed Aug 23 17:39:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0701ba59 sys-apps/earlyoom: add missing test dep Signed-off-by: Rick Farina gentoo.org> sys-apps/earlyoom/{earlyoom-1.7.ebuild => earlyoom-1.7-r1.ebuild} | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sys-apps/earlyoom/earlyoom-1.7.ebuild b/sys-apps/earlyoom/earlyoom-1.7-r1.ebuild similarity index 93% rename from sys-apps/earlyoom/earlyoom-1.7.ebuild rename to sys-apps/earlyoom/earlyoom-1.7-r1.ebuild index 42e4a6373240..96f0c7262ee2 100644 --- a/sys-apps/earlyoom/earlyoom-1.7.ebuild +++ b/sys-apps/earlyoom/earlyoom-1.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2022 Gentoo Authors +# Copyright 2020-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -26,7 +26,10 @@ RESTRICT="!test? ( test )" BDEPEND=" man? ( virtual/pandoc ) - test? ( dev-lang/go ) + test? ( + dev-lang/go + dev-util/cppcheck + ) " src_unpack() {