From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1376056-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 87CFC15808B
	for <garchives@archives.gentoo.org>; Wed, 16 Mar 2022 02:23:19 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id BC077E0809;
	Wed, 16 Mar 2022 02:23:18 +0000 (UTC)
Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 95667E0809
	for <gentoo-commits@lists.gentoo.org>; Wed, 16 Mar 2022 02:23:18 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 62F5F34365F
	for <gentoo-commits@lists.gentoo.org>; Wed, 16 Mar 2022 02:23:17 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C33B92E0
	for <gentoo-commits@lists.gentoo.org>; Wed, 16 Mar 2022 02:23:15 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1647397380.605ffa95c274a20d496b920e50805e9d3c13d8de.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/ilmbase/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-libs/ilmbase/ilmbase-2.5.7-r3.ebuild
X-VCS-Directories: media-libs/ilmbase/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 605ffa95c274a20d496b920e50805e9d3c13d8de
X-VCS-Branch: master
Date: Wed, 16 Mar 2022 02:23:15 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 287385f1-1279-4998-9170-51a018d5ff86
X-Archives-Hash: 7edaf734aaad5e76d9e8ea1a53c75166

commit:     605ffa95c274a20d496b920e50805e9d3c13d8de
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 16 01:23:39 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 16 02:23:00 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=605ffa95

media-libs/ilmbase: fix DEPEND typo

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/ilmbase/ilmbase-2.5.7-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/ilmbase/ilmbase-2.5.7-r3.ebuild b/media-libs/ilmbase/ilmbase-2.5.7-r3.ebuild
index 6e2df0df4449..4e17a1bf8dab 100644
--- a/media-libs/ilmbase/ilmbase-2.5.7-r3.ebuild
+++ b/media-libs/ilmbase/ilmbase-2.5.7-r3.ebuild
@@ -18,7 +18,7 @@ IUSE="large-stack static-libs test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="!media-libs/openexr:3"
-DEPEND="${DEPEND}"
+DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig"
 
 DOCS=( README.md )