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 2F200138359 for ; Thu, 8 Oct 2020 21:06:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1EDF1E0936; Thu, 8 Oct 2020 21:06:21 +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 00D63E0936 for ; Thu, 8 Oct 2020 21:06:20 +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 BE527335C8E for ; Thu, 8 Oct 2020 21:06:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4095D33A for ; Thu, 8 Oct 2020 21:06:18 +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: <1602191166.6ab1b86e18cc593b83ea95b23fc77355502dac7e.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: 6ab1b86e18cc593b83ea95b23fc77355502dac7e X-VCS-Branch: master Date: Thu, 8 Oct 2020 21:06:18 +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: c2b78e5c-7484-444e-8738-de25bbba1c35 X-Archives-Hash: a8f4bc3439e299518c103b7c2abdb905 commit: 6ab1b86e18cc593b83ea95b23fc77355502dac7e Author: Matt Turner gentoo org> AuthorDate: Thu Oct 8 20:39:26 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Oct 8 21:06:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ab1b86e dev-util/catalyst: Depend on sys-apps/portage Since catalyst/defaults.py imports portage, portage is needed at build time to produce the man pages. 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 2c7b1791e8c..de182b946c6 100644 --- a/dev-util/catalyst/catalyst-9999.ebuild +++ b/dev-util/catalyst/catalyst-9999.ebuild @@ -25,6 +25,7 @@ SLOT="0" IUSE="ccache doc +iso kernel_linux system-bootloader" COMMON_DEPEND=" + sys-apps/portage[${PYTHON_USEDEP}] >=dev-python/snakeoil-0.6.5[${PYTHON_USEDEP}] dev-python/toml[${PYTHON_USEDEP}] "