From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1332390-garchives=archives.gentoo.org@lists.gentoo.org> 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 1EDDA158086 for <garchives@archives.gentoo.org>; Thu, 21 Oct 2021 15:41:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D0AAE0855; Thu, 21 Oct 2021 15:41:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1327AE0855 for <gentoo-commits@lists.gentoo.org>; Thu, 21 Oct 2021 15:41:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E1D603433A1 for <gentoo-commits@lists.gentoo.org>; Thu, 21 Oct 2021 15:40:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 625DE132 for <gentoo-commits@lists.gentoo.org>; Thu, 21 Oct 2021 15:40:43 +0000 (UTC) From: "Cédric Krier" <cedk@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Cédric Krier" <cedk@gentoo.org> Message-ID: <1634830837.94cff0597662ec41328d49cb77e8456e41214890.cedk@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/hg-evolve/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/hg-evolve/hg-evolve-10.4.0.ebuild X-VCS-Directories: dev-vcs/hg-evolve/ X-VCS-Committer: cedk X-VCS-Committer-Name: Cédric Krier X-VCS-Revision: 94cff0597662ec41328d49cb77e8456e41214890 X-VCS-Branch: master Date: Thu, 21 Oct 2021 15:40:43 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1ce1452c-a93e-4639-b4f5-6d532e5f504a X-Archives-Hash: 853d5fc753926089322281a8d66fb127 commit: 94cff0597662ec41328d49cb77e8456e41214890 Author: Cédric Krier <cedk <AT> gentoo <DOT> org> AuthorDate: Thu Oct 21 15:39:50 2021 +0000 Commit: Cédric Krier <cedk <AT> gentoo <DOT> org> CommitDate: Thu Oct 21 15:40:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94cff059 dev-vcs/hg-evolve: depends on imagemagick to build doc Closes: https://bugs.gentoo.org/819210 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Cédric Krier <cedk <AT> gentoo.org> dev-vcs/hg-evolve/hg-evolve-10.4.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-vcs/hg-evolve/hg-evolve-10.4.0.ebuild b/dev-vcs/hg-evolve/hg-evolve-10.4.0.ebuild index d7c45a315cf..8bcc7637783 100644 --- a/dev-vcs/hg-evolve/hg-evolve-10.4.0.ebuild +++ b/dev-vcs/hg-evolve/hg-evolve-10.4.0.ebuild @@ -19,7 +19,10 @@ IUSE="doc" RDEPEND=" >=dev-vcs/mercurial-4.7[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} - doc? ( dev-python/sphinx )" + doc? ( + dev-python/sphinx + media-gfx/imagemagick[svg] + )" python_prepare_all() { rm hgext3rd/__init__.py || die