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 449B0139694 for ; Thu, 16 Feb 2017 21:23:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F7AE21C028; Thu, 16 Feb 2017 21:23:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4790F21C028 for ; Thu, 16 Feb 2017 21:23:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3CE18340FC1 for ; Thu, 16 Feb 2017 21:22:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E7A74A3A for ; Thu, 16 Feb 2017 21:22:55 +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: <1487280167.7cf297bfbaa53923916a5eb27fce705b9bbb1fc6.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-2.2.3.ebuild media-gfx/darktable/darktable-9999.ebuild X-VCS-Directories: media-gfx/darktable/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 7cf297bfbaa53923916a5eb27fce705b9bbb1fc6 X-VCS-Branch: master Date: Thu, 16 Feb 2017 21:22:55 +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-Archives-Salt: f256ead5-6129-4e18-a12d-fbb2302457b3 X-Archives-Hash: f94c03b14a736c3955e36276fa6d1023 commit: 7cf297bfbaa53923916a5eb27fce705b9bbb1fc6 Author: Markus Meier gentoo org> AuthorDate: Thu Feb 16 21:22:47 2017 +0000 Commit: Markus Meier gentoo org> CommitDate: Thu Feb 16 21:22:47 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cf297bf media-gfx/darktable: add libsoup dep for bug #608012 Package-Manager: Portage-2.3.3, Repoman-2.3.1 media-gfx/darktable/darktable-2.2.3.ebuild | 1 + media-gfx/darktable/darktable-9999.ebuild | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/media-gfx/darktable/darktable-2.2.3.ebuild b/media-gfx/darktable/darktable-2.2.3.ebuild index fd25e30a42..8e86ae0e6c 100644 --- a/media-gfx/darktable/darktable-2.2.3.ebuild +++ b/media-gfx/darktable/darktable-2.2.3.ebuild @@ -38,6 +38,7 @@ CDEPEND=" >=media-libs/lensfun-0.2.3:0= media-libs/libpng:0= media-libs/tiff:0 + net-libs/libsoup:2.4 net-misc/curl virtual/jpeg:0 virtual/glu diff --git a/media-gfx/darktable/darktable-9999.ebuild b/media-gfx/darktable/darktable-9999.ebuild index 143bc63140..16eab8dbc3 100644 --- a/media-gfx/darktable/darktable-9999.ebuild +++ b/media-gfx/darktable/darktable-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -34,6 +34,7 @@ CDEPEND=" >=media-libs/lensfun-0.2.3:0= media-libs/libpng:0= media-libs/tiff:0 + net-libs/libsoup:2.4 net-misc/curl virtual/jpeg:0 virtual/glu