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 38D391382C5 for ; Thu, 18 Jun 2020 16:30:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC775E08FB; Thu, 18 Jun 2020 16:30:55 +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 BECFFE08FB for ; Thu, 18 Jun 2020 16:30:55 +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 C0BA434EFAF for ; Thu, 18 Jun 2020 16:30:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7D8E2A8 for ; Thu, 18 Jun 2020 16:30:49 +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: <1592497754.3752f6bbf46def9d267f353e8ee56b8a885c29b9.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/darktable/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/darktable/darktable-9999.ebuild X-VCS-Directories: media-gfx/darktable/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 3752f6bbf46def9d267f353e8ee56b8a885c29b9 X-VCS-Branch: master Date: Thu, 18 Jun 2020 16:30:49 +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: baced5c2-8f01-48d2-b096-2d57330944ed X-Archives-Hash: df9846d33baa8b52113a55c15a7ab738 commit: 3752f6bbf46def9d267f353e8ee56b8a885c29b9 Author: Marek Szuba gentoo org> AuthorDate: Thu Jun 18 15:42:08 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu Jun 18 16:29:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3752f6bb media-gfx/darktable-9999: add dev-python/jsonschema to BDEPEND In case of VCS snapshots it may make sense to have the noise-profile file validated, even though this really should be done in the test phase. Require 3.2.0+ because there may or may not have been problems with older versions currently in the tree (see the referenced bug), and no PYTHON_USEDEP and so on because we use this as an executable. Closes: https://bugs.gentoo.org/696996 Signed-off-by: Marek Szuba gentoo.org> media-gfx/darktable/darktable-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/darktable/darktable-9999.ebuild b/media-gfx/darktable/darktable-9999.ebuild index 5fd513ae695..51c861a79a3 100644 --- a/media-gfx/darktable/darktable-9999.ebuild +++ b/media-gfx/darktable/darktable-9999.ebuild @@ -19,7 +19,7 @@ IUSE="colord cups cpu_flags_x86_sse3 doc flickr geolocation gnome-keyring gphoto lto nls opencl openmp openexr pax_kernel webp ${LANGS// / l10n_}" -BDEPEND=" +BDEPEND=">=dev-python/jsonschema-3.2.0 dev-util/intltool virtual/pkgconfig nls? ( sys-devel/gettext )