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 3DD2A138334 for ; Wed, 25 Dec 2019 18:33:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E4DCE0A03; Wed, 25 Dec 2019 18:33: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 60911E0A03 for ; Wed, 25 Dec 2019 18:33: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 32F6934DB4E for ; Wed, 25 Dec 2019 18:33:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9EE5430 for ; Wed, 25 Dec 2019 18:33:51 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1577298818.c1874fce6df3d4ebccea194cb45185414d981b04.maekke@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.0.ebuild X-VCS-Directories: media-gfx/darktable/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: c1874fce6df3d4ebccea194cb45185414d981b04 X-VCS-Branch: master Date: Wed, 25 Dec 2019 18:33:51 +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: e17a10bc-36c8-4a05-a44f-f25cb37936b5 X-Archives-Hash: dc8e75d0834e19333174c6dab385e877 commit: c1874fce6df3d4ebccea194cb45185414d981b04 Author: Markus Meier gentoo org> AuthorDate: Wed Dec 25 18:33:38 2019 +0000 Commit: Markus Meier gentoo org> CommitDate: Wed Dec 25 18:33:38 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1874fce media-gfx/darktable: update dependencies Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Markus Meier gentoo.org> media-gfx/darktable/darktable-3.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/darktable/darktable-3.0.0.ebuild b/media-gfx/darktable/darktable-3.0.0.ebuild index e3ac737873a..ae5f3039daa 100644 --- a/media-gfx/darktable/darktable-3.0.0.ebuild +++ b/media-gfx/darktable/darktable-3.0.0.ebuild @@ -32,7 +32,7 @@ COMMON_DEPEND=" dev-db/sqlite:3 dev-libs/json-glib dev-libs/libxml2:2 - dev-libs/pugixml:0= + >=dev-libs/pugixml-1.8:0= gnome-base/librsvg:2 >=media-gfx/exiv2-0.25-r2:0=[xmp] media-libs/lcms:2 @@ -44,7 +44,7 @@ COMMON_DEPEND=" sys-libs/zlib:= virtual/jpeg:0 x11-libs/cairo - >=x11-libs/gtk+-3.14:3 + >=x11-libs/gtk+-3.22:3 x11-libs/pango colord? ( x11-libs/colord-gtk:0= ) cups? ( net-print/cups )