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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BF63E158086 for ; Fri, 26 Nov 2021 09:16:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02FEC2BC001; Fri, 26 Nov 2021 09:16:34 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D5D642BC001 for ; Fri, 26 Nov 2021 09:16:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 52C19342C26 for ; Fri, 26 Nov 2021 09:16:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE7191C6 for ; Fri, 26 Nov 2021 09:16:30 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1637918183.a9334554bf6d16a75e9665d89716e2a85932335f.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-molecule/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/ansible-molecule/ansible-molecule-3.5.2-r1.ebuild X-VCS-Directories: app-admin/ansible-molecule/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: a9334554bf6d16a75e9665d89716e2a85932335f X-VCS-Branch: master Date: Fri, 26 Nov 2021 09:16:30 +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: 95595894-982b-41b0-aff5-9d7dfa78f64e X-Archives-Hash: 0073228621f57844ac394fc54ff85571 commit: a9334554bf6d16a75e9665d89716e2a85932335f Author: Marek Szuba gentoo org> AuthorDate: Fri Nov 26 09:14:03 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Fri Nov 26 09:16:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9334554 app-admin/ansible-molecule: bdepend on ansible-pygments if USE=doc This is now a mandatory dependency of documentation, and dev-python/sphinx_ansible_theme only pulls it in if it itself has USE=doc set. Closes: https://bugs.gentoo.org/827366 Signed-off-by: Marek Szuba gentoo.org> app-admin/ansible-molecule/ansible-molecule-3.5.2-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-admin/ansible-molecule/ansible-molecule-3.5.2-r1.ebuild b/app-admin/ansible-molecule/ansible-molecule-3.5.2-r1.ebuild index 90b97115e875..0ee7f33a10d5 100644 --- a/app-admin/ansible-molecule/ansible-molecule-3.5.2-r1.ebuild +++ b/app-admin/ansible-molecule/ansible-molecule-3.5.2-r1.ebuild @@ -41,6 +41,7 @@ BDEPEND="$(python_gen_cond_dep ' >=dev-python/setuptools_scm-3.5.0[${PYTHON_USEDEP}] >=dev-python/setuptools_scm_git_archive-1.1[${PYTHON_USEDEP}] doc? ( + dev-python/ansible-pygments[${PYTHON_USEDEP}] >=dev-python/simplejson-3.17.2[${PYTHON_USEDEP}] ) test? (