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 3A287138359 for ; Tue, 15 Sep 2020 12:55:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6062E0942; Tue, 15 Sep 2020 12:55:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 95568E0942 for ; Tue, 15 Sep 2020 12:55:07 +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 1A4BC340A51 for ; Tue, 15 Sep 2020 12:55:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 678FB352 for ; Tue, 15 Sep 2020 12:55:04 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1600174499.40c17b4acb625a44af106f1fb96e19fe750c5f80.pacho@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.3.ebuild sys-apps/earlyoom/earlyoom-9999.ebuild X-VCS-Directories: sys-apps/earlyoom/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 40c17b4acb625a44af106f1fb96e19fe750c5f80 X-VCS-Branch: master Date: Tue, 15 Sep 2020 12:55:04 +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: 091991cb-118b-4df1-b784-efea30e34553 X-Archives-Hash: 70ad7007e7f9fb1bf0b64ba39c3c9d39 commit: 40c17b4acb625a44af106f1fb96e19fe750c5f80 Author: Pacho Ramos gentoo org> AuthorDate: Tue Sep 15 12:49:22 2020 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Tue Sep 15 12:54:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40c17b4a sys-apps/earlyoom: It needs go for running tests Closes: https://bugs.gentoo.org/738572 Thanks-to: Agostino Sarubbo Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Pacho Ramos gentoo.org> sys-apps/earlyoom/earlyoom-1.3.ebuild | 8 ++++++-- sys-apps/earlyoom/earlyoom-9999.ebuild | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/sys-apps/earlyoom/earlyoom-1.3.ebuild b/sys-apps/earlyoom/earlyoom-1.3.ebuild index 3234d956e49..14280ec0571 100644 --- a/sys-apps/earlyoom/earlyoom-1.3.ebuild +++ b/sys-apps/earlyoom/earlyoom-1.3.ebuild @@ -17,10 +17,14 @@ else SRC_URI="https://github.com/rfjakob/earlyoom/archive/v$PV.tar.gz -> $P.tar.gz" KEYWORDS="~amd64 ~x86" fi -IUSE="systemd docs" +IUSE="docs systemd test" -DEPEND="docs? ( app-text/pandoc )" RDEPEND="" +DEPEND="" +BDEPEND=" + docs? ( app-text/pandoc ) + test? ( dev-lang/go ) +" src_prepare() { eapply "${FILESDIR}/${P}-test-fixed.patch" diff --git a/sys-apps/earlyoom/earlyoom-9999.ebuild b/sys-apps/earlyoom/earlyoom-9999.ebuild index a54b0d570f7..b9059f99084 100644 --- a/sys-apps/earlyoom/earlyoom-9999.ebuild +++ b/sys-apps/earlyoom/earlyoom-9999.ebuild @@ -17,10 +17,14 @@ else SRC_URI="https://github.com/rfjakob/earlyoom/archive/v$PV.tar.gz -> $P.tar.gz" KEYWORDS="~amd64 ~x86" fi -IUSE="systemd docs" +IUSE="docs systemd test" -DEPEND="docs? ( app-text/pandoc )" RDEPEND="" +DEPEND="" +BDEPEND=" + docs? ( app-text/pandoc ) + test? ( dev-lang/go ) +" src_compile() { VERSION="v${PV}" emake earlyoom