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 A07311382C5 for ; Wed, 23 Dec 2020 04:41:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3B6DE0A92; Wed, 23 Dec 2020 04:41:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 BA87CE0A92 for ; Wed, 23 Dec 2020 04:41:48 +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 D43903414DA for ; Wed, 23 Dec 2020 04:41:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B662332 for ; Wed, 23 Dec 2020 04:41:45 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1608698399.47df2dceb1d0e6f7a92d899e9a499ee8e60d39c6.telans@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: 47df2dceb1d0e6f7a92d899e9a499ee8e60d39c6 X-VCS-Branch: dev Date: Wed, 23 Dec 2020 04:41:45 +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: f4387250-5394-48bf-9b93-af0a8d6a1074 X-Archives-Hash: 70f82e1ca27c844984575f0fbdcbe2ca commit: 47df2dceb1d0e6f7a92d899e9a499ee8e60d39c6 Author: Theo Anderson posteo de> AuthorDate: Wed Dec 23 04:39:59 2020 +0000 Commit: Theo Anderson posteo de> 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}"