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 92DB713835B for ; Wed, 23 Dec 2020 10:25:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D5E4E0C63; Wed, 23 Dec 2020 10:25:02 +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 F22F8E0C5F for ; Wed, 23 Dec 2020 10:25:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A704134199C for ; Wed, 23 Dec 2020 10:25:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FDD9309 for ; Wed, 23 Dec 2020 10:24:59 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1608698399.47df2dceb1d0e6f7a92d899e9a499ee8e60d39c6.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/octetos-coreutils/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/octetos-coreutils/octetos-coreutils-0.12.0_alpha.ebuild X-VCS-Directories: dev-libs/octetos-coreutils/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 47df2dceb1d0e6f7a92d899e9a499ee8e60d39c6 X-VCS-Branch: master Date: Wed, 23 Dec 2020 10:24:59 +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: bdcd13ac-83bb-4487-b926-1288adcdbd44 X-Archives-Hash: 9760b4ba7cb3ce3a212e0d9b1f3af0b5 commit: 47df2dceb1d0e6f7a92d899e9a499ee8e60d39c6 Author: Theo Anderson posteo de> AuthorDate: Wed Dec 23 04:39:59 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Wed Dec 23 04:39:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=47df2dce dev-libs/octetos-coreutils: bdepend dev-util/check Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Theo Anderson posteo.de> dev-libs/octetos-coreutils/octetos-coreutils-0.12.0_alpha.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-libs/octetos-coreutils/octetos-coreutils-0.12.0_alpha.ebuild b/dev-libs/octetos-coreutils/octetos-coreutils-0.12.0_alpha.ebuild index 95353f5c..b7be74a8 100644 --- a/dev-libs/octetos-coreutils/octetos-coreutils-0.12.0_alpha.ebuild +++ b/dev-libs/octetos-coreutils/octetos-coreutils-0.12.0_alpha.ebuild @@ -16,11 +16,12 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" -IUSE="" - DEPEND="dev-libs/octetos-core" RDEPEND="${DEPEND}" -BDEPEND="dev-util/cunit" +BDEPEND=" + dev-libs/check + dev-util/cunit +" S="${WORKDIR}/${MYP}"