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 E55F51381F3 for ; Wed, 7 Oct 2020 00:59:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C60BE0982; Wed, 7 Oct 2020 00:59:54 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 55F98E0982 for ; Wed, 7 Oct 2020 00:59:54 +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 EBE81340E33 for ; Wed, 7 Oct 2020 00:59:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 682B7396 for ; Wed, 7 Oct 2020 00:59:51 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1602030874.33357e01148d0e89c0396ab6ccb4bd620feda4af.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/cura/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/cura/cura-4.6.1-r1.ebuild X-VCS-Directories: media-gfx/cura/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 33357e01148d0e89c0396ab6ccb4bd620feda4af X-VCS-Branch: master Date: Wed, 7 Oct 2020 00:59:51 +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: 2293e556-d531-4698-9a38-38ae55ac3635 X-Archives-Hash: b21ce16bf84d4904a8983199b5b73d65 commit: 33357e01148d0e89c0396ab6ccb4bd620feda4af Author: D G Turner scummvm org> AuthorDate: Sat Sep 26 16:21:32 2020 +0000 Commit: Sam James gentoo org> CommitDate: Wed Oct 7 00:34:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33357e01 media-gfx/cura: Add libarcus dependency directly (to 4.6.1) This should really be a direct dependency ensuring the python use flag is set as the sub-dependency does not enforce this is compatible with the top level cura version. Signed-off-by: David G Turner scummvm.org> Signed-off-by: Sam James gentoo.org> media-gfx/cura/cura-4.6.1-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-gfx/cura/cura-4.6.1-r1.ebuild b/media-gfx/cura/cura-4.6.1-r1.ebuild index 943f9305325..4264d19b6a6 100644 --- a/media-gfx/cura/cura-4.6.1-r1.ebuild +++ b/media-gfx/cura/cura-4.6.1-r1.ebuild @@ -20,6 +20,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" BDEPEND="sys-devel/gettext" RDEPEND="${PYTHON_DEPS} + ~dev-libs/libarcus-${PV}:=[python,${PYTHON_SINGLE_USEDEP}] ~dev-libs/libcharon-${PV}[${PYTHON_SINGLE_USEDEP}] ~dev-libs/libsavitar-${PV}:=[python,${PYTHON_SINGLE_USEDEP}] ~dev-python/uranium-${PV}[${PYTHON_SINGLE_USEDEP}]