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 35F38138359 for ; Fri, 30 Oct 2020 22:35:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74158E082B; Fri, 30 Oct 2020 22:35:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 59A33E082B for ; Fri, 30 Oct 2020 22:35: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 453B5335DD0 for ; Fri, 30 Oct 2020 22:35:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFE783BC for ; Fri, 30 Oct 2020 22:34:58 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1604097232.b203936ca1f8c298b68fbe506b5245dff7debd5f.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/catalyst/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/catalyst/catalyst-9999.ebuild X-VCS-Directories: dev-util/catalyst/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: b203936ca1f8c298b68fbe506b5245dff7debd5f X-VCS-Branch: master Date: Fri, 30 Oct 2020 22:34:58 +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: 59ef4356-5e9b-4f85-bab8-7199791423ab X-Archives-Hash: dcd0b84ef20b0cbdc5c78af2321936de commit: b203936ca1f8c298b68fbe506b5245dff7debd5f Author: Matt Turner gentoo org> AuthorDate: Thu Oct 29 16:24:51 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Oct 30 22:33:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b203936c dev-util/catalyst: Depend on sys-apps/util-linux[python] Signed-off-by: Matt Turner gentoo.org> dev-util/catalyst/catalyst-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/catalyst/catalyst-9999.ebuild b/dev-util/catalyst/catalyst-9999.ebuild index 8b532c332b7..e51ab58b667 100644 --- a/dev-util/catalyst/catalyst-9999.ebuild +++ b/dev-util/catalyst/catalyst-9999.ebuild @@ -31,6 +31,7 @@ DEPEND=" sys-apps/portage[${PYTHON_USEDEP}] >=dev-python/snakeoil-0.6.5[${PYTHON_USEDEP}] dev-python/toml[${PYTHON_USEDEP}] + sys-apps/util-linux[python,${PYTHON_USEDEP}] " RDEPEND=" ${DEPEND}