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 54E79138359 for ; Fri, 16 Oct 2020 11:48:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9E47E082D; Fri, 16 Oct 2020 11:48:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8CD15E082D for ; Fri, 16 Oct 2020 11:48:05 +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 7C27234104B for ; Fri, 16 Oct 2020 11:48:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 213D338C for ; Fri, 16 Oct 2020 11:48:03 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1602848876.1b279f70c71ad6b868b5a56c75c51c5672e12e0d.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libraw/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libraw/libraw-0.20.0.ebuild media-libs/libraw/libraw-0.20.2.ebuild X-VCS-Directories: media-libs/libraw/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 1b279f70c71ad6b868b5a56c75c51c5672e12e0d X-VCS-Branch: master Date: Fri, 16 Oct 2020 11:48:03 +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: 60e58532-0e8a-4f1e-b937-dfb61d339699 X-Archives-Hash: b1bdfae9cea8718c960632ab15c35e2f commit: 1b279f70c71ad6b868b5a56c75c51c5672e12e0d Author: Lars Wendler gentoo org> AuthorDate: Fri Oct 16 11:47:56 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Oct 16 11:47:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b279f70 media-libs/libraw: Added DEPEND Closes: https://bugs.gentoo.org/746251 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Lars Wendler gentoo.org> media-libs/libraw/libraw-0.20.0.ebuild | 2 ++ media-libs/libraw/libraw-0.20.2.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/media-libs/libraw/libraw-0.20.0.ebuild b/media-libs/libraw/libraw-0.20.0.ebuild index c38ec7b7bed..01ec7d870fd 100644 --- a/media-libs/libraw/libraw-0.20.0.ebuild +++ b/media-libs/libraw/libraw-0.20.0.ebuild @@ -21,6 +21,8 @@ IUSE="examples jpeg +lcms openmp" RDEPEND="jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] ) lcms? ( >=media-libs/lcms-2.5:2[${MULTILIB_USEDEP}] )" +DEPEND="${RDEPEND}" + BDEPEND="virtual/pkgconfig" S="${WORKDIR}/${MY_P}" diff --git a/media-libs/libraw/libraw-0.20.2.ebuild b/media-libs/libraw/libraw-0.20.2.ebuild index 16d3dcca644..b25b30eab84 100644 --- a/media-libs/libraw/libraw-0.20.2.ebuild +++ b/media-libs/libraw/libraw-0.20.2.ebuild @@ -21,6 +21,8 @@ IUSE="examples jpeg +lcms openmp" RDEPEND="jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] ) lcms? ( >=media-libs/lcms-2.5:2[${MULTILIB_USEDEP}] )" +DEPEND="${RDEPEND}" + BDEPEND="virtual/pkgconfig" S="${WORKDIR}/${MY_P}"