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 E0D001382C5 for ; Sat, 12 Jun 2021 05:18:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD447E0822; Sat, 12 Jun 2021 05:18:24 +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 C0547E0822 for ; Sat, 12 Jun 2021 05:18:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 7E7DB335D2E for ; Sat, 12 Jun 2021 05:18:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC0FC7A4 for ; Sat, 12 Jun 2021 05:18:21 +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: <1623474680.57675f9f6c72a567f1311dc71a747cb15082a703.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/opencolorio/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/opencolorio/opencolorio-2.0.0.ebuild X-VCS-Directories: media-libs/opencolorio/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 57675f9f6c72a567f1311dc71a747cb15082a703 X-VCS-Branch: master Date: Sat, 12 Jun 2021 05:18:21 +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: 0d340f2f-4259-4838-b90d-2d8d760be695 X-Archives-Hash: 065f676dada733318b03866572555568 commit: 57675f9f6c72a567f1311dc71a747cb15082a703 Author: Bernd Waibel posteo net> AuthorDate: Fri Jun 11 21:53:50 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jun 12 05:11:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57675f9f media-libs/opencolorio: add missing dependency Add one of the missing dependencies for USE=doc. There are more dependencies missing, which are currently not packaged. Bug: https://bugs.gentoo.org/795459 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Bernd Waibel posteo.net> Closes: https://github.com/gentoo/gentoo/pull/21206 Signed-off-by: Sam James gentoo.org> media-libs/opencolorio/opencolorio-2.0.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-libs/opencolorio/opencolorio-2.0.0.ebuild b/media-libs/opencolorio/opencolorio-2.0.0.ebuild index 8ae78845721..b5898ec2ed4 100644 --- a/media-libs/opencolorio/opencolorio-2.0.0.ebuild +++ b/media-libs/opencolorio/opencolorio-2.0.0.ebuild @@ -49,6 +49,7 @@ BDEPEND=" doc? ( $(python_gen_cond_dep ' dev-python/sphinx[${PYTHON_USEDEP}] + dev-python/testresources[${PYTHON_USEDEP}] ') ) "