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 B8ED6158003 for ; Fri, 26 Nov 2021 17:59:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A94EE085A; Fri, 26 Nov 2021 17:59:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 E3B47E085A for ; Fri, 26 Nov 2021 17:59:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 CD9AF342D15 for ; Fri, 26 Nov 2021 17:59:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 135FE1C6 for ; Fri, 26 Nov 2021 17:59:16 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1637949538.df96acdb9f083f58a596265060e87e0905fd32ed.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/e3-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/e3-core/e3-core-22.1.0.ebuild X-VCS-Directories: dev-ada/e3-core/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: df96acdb9f083f58a596265060e87e0905fd32ed X-VCS-Branch: master Date: Fri, 26 Nov 2021 17:59:16 +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: 13b45121-0510-464c-85c4-6f2cd3793de1 X-Archives-Hash: b853b47fca3d859ec73652b5a1f054eb commit: df96acdb9f083f58a596265060e87e0905fd32ed Author: Alfredo Tupone gentoo org> AuthorDate: Fri Nov 26 17:58:58 2021 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Fri Nov 26 17:58:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df96acdb dev-ada/e3-core: missing test dep Closes: https://bugs.gentoo.org/827230 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alfredo Tupone gentoo.org> dev-ada/e3-core/e3-core-22.1.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-ada/e3-core/e3-core-22.1.0.ebuild b/dev-ada/e3-core/e3-core-22.1.0.ebuild index cd6d541a6af7..c937ea3891ac 100644 --- a/dev-ada/e3-core/e3-core-22.1.0.ebuild +++ b/dev-ada/e3-core/e3-core-22.1.0.ebuild @@ -30,6 +30,7 @@ DEPEND="${RDEPEND} dev-python/pyyaml dev-python/python-dateutil dev-python/mock + dev-python/psutil )" BDEPEND="" REQUIRED_USE="x86? ( !test )"