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 B154A158086 for ; Wed, 15 Dec 2021 19:27:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E5762BC008; Wed, 15 Dec 2021 19:27:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0E3D82BC008 for ; Wed, 15 Dec 2021 19:27:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B00683431C1 for ; Wed, 15 Dec 2021 19:27:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01A0829 for ; Wed, 15 Dec 2021 19:27:47 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1639596436.7826b4301bb07888d57ad18e29fea5aef75bc8ac.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/mcelog/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/mcelog/mcelog-180-r1.ebuild X-VCS-Directories: app-admin/mcelog/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 7826b4301bb07888d57ad18e29fea5aef75bc8ac X-VCS-Branch: master Date: Wed, 15 Dec 2021 19:27:47 +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: 8c72b339-693c-4b5a-8615-44ac4d3cf37d X-Archives-Hash: e293789b1a916e25c0f79ff814bd6592 commit: 7826b4301bb07888d57ad18e29fea5aef75bc8ac Author: Ben Kohler gentoo org> AuthorDate: Wed Dec 15 19:27:16 2021 +0000 Commit: Ben Kohler gentoo org> CommitDate: Wed Dec 15 19:27:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7826b430 app-admin/mcelog: add missing python dep Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Ben Kohler gentoo.org> app-admin/mcelog/mcelog-180-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-admin/mcelog/mcelog-180-r1.ebuild b/app-admin/mcelog/mcelog-180-r1.ebuild index 36d6a1697fe6..b52399135375 100644 --- a/app-admin/mcelog/mcelog-180-r1.ebuild +++ b/app-admin/mcelog/mcelog-180-r1.ebuild @@ -17,6 +17,7 @@ KEYWORDS="~amd64 ~x86" IUSE="selinux" RDEPEND="selinux? ( sec-policy/selinux-mcelog )" +DEPEND="${PYTHON_DEPS}" # TODO: add mce-inject to the tree to support test phase RESTRICT="test"