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 96D5C158017 for ; Wed, 29 Sep 2021 00:09:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9ADF9E097D; Wed, 29 Sep 2021 00:09:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 379B1E0997 for ; Wed, 29 Sep 2021 00:09:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DC5B8342F52 for ; Wed, 29 Sep 2021 00:09:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6302110B for ; Wed, 29 Sep 2021 00:09:29 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1632874033.539564bb1bb723bfe70297d481a65ecd89650e6f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/ima-evm-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/ima-evm-utils/ima-evm-utils-1.3.2.ebuild X-VCS-Directories: app-crypt/ima-evm-utils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 539564bb1bb723bfe70297d481a65ecd89650e6f X-VCS-Branch: master Date: Wed, 29 Sep 2021 00:09:29 +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: f4b85bf5-47a0-4181-8b4a-a18b35193140 X-Archives-Hash: daa2bb213191c7d7aff6ae56924c26a1 commit: 539564bb1bb723bfe70297d481a65ecd89650e6f Author: Christopher Byrne gmail com> AuthorDate: Tue Sep 28 17:20:54 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Sep 29 00:07:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=539564bb app-crypt/ima-evm-utils: Fix tests Closes: https://bugs.gentoo.org/815210 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Christopher Byrne gmail.com> Closes: https://github.com/gentoo/gentoo/pull/22432 Signed-off-by: Sam James gentoo.org> app-crypt/ima-evm-utils/ima-evm-utils-1.3.2.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app-crypt/ima-evm-utils/ima-evm-utils-1.3.2.ebuild b/app-crypt/ima-evm-utils/ima-evm-utils-1.3.2.ebuild index 1e7b2fccd74..4835f863526 100644 --- a/app-crypt/ima-evm-utils/ima-evm-utils-1.3.2.ebuild +++ b/app-crypt/ima-evm-utils/ima-evm-utils-1.3.2.ebuild @@ -12,7 +12,8 @@ SRC_URI="https://download.sourceforge.net/linux-ima/${P}.tar.gz" RDEPEND=" dev-libs/openssl:0= sys-apps/keyutils:=" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + test? ( app-editors/vim-core )" BDEPEND=" app-text/asciidoc app-text/docbook-xsl-stylesheets @@ -20,7 +21,9 @@ BDEPEND=" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="debug" +IUSE="debug test" + +RESTRICT="!test? ( test )" src_prepare() { default