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 AC851138350 for ; Fri, 24 Apr 2020 07:31:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86D55E0BB7; Fri, 24 Apr 2020 07:31:11 +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 6E24FE0BB7 for ; Fri, 24 Apr 2020 07:31:11 +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 E98B634F2A0 for ; Fri, 24 Apr 2020 07:31:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5BC961F2 for ; Fri, 24 Apr 2020 07:31:07 +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: <1587713432.9f417971f1e9138938d4c83a601f758047e7dbd9.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: 9f417971f1e9138938d4c83a601f758047e7dbd9 X-VCS-Branch: master Date: Fri, 24 Apr 2020 07:31:07 +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: 24d49c58-2e1a-4ff4-aef8-0dca92d0f1fa X-Archives-Hash: b88dfbaabc39ac41433add2c0c62b2f1 commit: 9f417971f1e9138938d4c83a601f758047e7dbd9 Author: Matt Turner gentoo org> AuthorDate: Fri Apr 24 07:06:35 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Apr 24 07:30:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f417971 dev-util/catalyst: Depend on dev-python/toml Signed-off-by: Matt Turner gentoo.org> dev-util/catalyst/catalyst-9999.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-util/catalyst/catalyst-9999.ebuild b/dev-util/catalyst/catalyst-9999.ebuild index 6221c476514..0c21d188dea 100644 --- a/dev-util/catalyst/catalyst-9999.ebuild +++ b/dev-util/catalyst/catalyst-9999.ebuild @@ -24,12 +24,16 @@ LICENSE="GPL-2" SLOT="0" IUSE="ccache doc +iso kernel_linux system-bootloader" +COMMON_DEPEND=" + >=dev-python/snakeoil-0.6.5[${PYTHON_USEDEP}] + dev-python/toml[${PYTHON_USEDEP}] +" DEPEND=" + ${COMMON_DEPEND} app-text/asciidoc - >=dev-python/snakeoil-0.6.5[${PYTHON_USEDEP}] " RDEPEND=" - >=dev-python/snakeoil-0.6.5[${PYTHON_USEDEP}] + ${COMMON_DEPEND} >=dev-python/pydecomp-0.3[${PYTHON_USEDEP}] app-arch/lbzip2 app-arch/tar[xattr]