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 722DC13835A for ; Thu, 18 Jun 2020 12:36:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BCF8E08BD; Thu, 18 Jun 2020 12:36:47 +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 835FBE08BD for ; Thu, 18 Jun 2020 12:36:47 +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 6417634F040 for ; Thu, 18 Jun 2020 12:36:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1106C2A5 for ; Thu, 18 Jun 2020 12:36:44 +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: <1592483793.e42cca22d0cc2af14a9a15aa6327ce3715d18373.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-3.0.2.ebuild X-VCS-Directories: media-gfx/darktable/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: e42cca22d0cc2af14a9a15aa6327ce3715d18373 X-VCS-Branch: master Date: Thu, 18 Jun 2020 12:36:44 +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: 931a292d-0aed-4cdd-bc80-600f015e0a35 X-Archives-Hash: 79c7a464ff4b98ae6be8ce153722a7bd commit: e42cca22d0cc2af14a9a15aa6327ce3715d18373 Author: Marek Szuba gentoo org> AuthorDate: Thu Jun 18 12:35:58 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu Jun 18 12:36:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e42cca22 media-gfx/darktable: set minimum gcc version in 3.0.2 Versions older than 6 did not support USE=graphite, which made pkgcheck complain. All versions older than 6 have already been masked in the tree - but just in case. Signed-off-by: Marek Szuba gentoo.org> media-gfx/darktable/darktable-3.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/darktable/darktable-3.0.2.ebuild b/media-gfx/darktable/darktable-3.0.2.ebuild index a34bc47503e..e35f592dbc5 100644 --- a/media-gfx/darktable/darktable-3.0.2.ebuild +++ b/media-gfx/darktable/darktable-3.0.2.ebuild @@ -63,7 +63,7 @@ DEPEND="${COMMON_DEPEND} >=sys-devel/clang-4 >=sys-devel/llvm-4 ) - openmp? ( sys-devel/gcc[openmp,graphite] ) + openmp? ( >=sys-devel/gcc-6[openmp,graphite] ) " RDEPEND="${COMMON_DEPEND} kwallet? ( >=kde-frameworks/kwallet-5.34.0-r1 )