From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1266682-garchives=archives.gentoo.org@lists.gentoo.org>
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 AD88013835A
	for <garchives@archives.gentoo.org>; Fri,  2 Apr 2021 14:01:46 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id E855CE0839;
	Fri,  2 Apr 2021 14:01:45 +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 D0395E0839
	for <gentoo-commits@lists.gentoo.org>; Fri,  2 Apr 2021 14:01:45 +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 4A97B340C59
	for <gentoo-commits@lists.gentoo.org>; Fri,  2 Apr 2021 14:01:44 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id A54D2634
	for <gentoo-commits@lists.gentoo.org>; Fri,  2 Apr 2021 14:01:42 +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: <1617372002.73b4cee2d6fa7541fe73ce79ae27eb53767e3500.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/cndrvcups-common-lb/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.70.ebuild
X-VCS-Directories: net-print/cndrvcups-common-lb/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 73b4cee2d6fa7541fe73ce79ae27eb53767e3500
X-VCS-Branch: master
Date: Fri,  2 Apr 2021 14:01:42 +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: 20f0ca85-a178-4e8d-b3b3-407bc7a977ff
X-Archives-Hash: d59b232674ac14f1dae27550c459a1fe

commit:     73b4cee2d6fa7541fe73ce79ae27eb53767e3500
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  2 11:18:24 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr  2 14:00:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73b4cee2

net-print/cndrvcups-common-lb: fix DEPEND typo

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

 net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.70.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.70.ebuild b/net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.70.ebuild
index a838dd0d767..1f67e6eb580 100644
--- a/net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.70.ebuild
+++ b/net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.70.ebuild
@@ -11,6 +11,7 @@ SOURCES_NAME="linux-UFRII-drv-v${MY_PV}-uken"
 DESCRIPTION="Common files for Canon drivers"
 HOMEPAGE="https://www.canon-europe.com/support/products/imagerunner/imagerunner-1730i.aspx"
 SRC_URI="http://gdlp01.c-wss.com/gds/8/0100007658/08/${SOURCES_NAME}-05.tar.gz"
+S="${WORKDIR}/${SOURCES_NAME}/Sources/${P/-lb-${PV}/-4.10}"
 
 # GPL-2 License inside LICENSE-EN.txt files
 LICENSE="Canon-UFR-II GPL-2 MIT"
@@ -22,9 +23,7 @@ RDEPEND="
 	>=gnome-base/libglade-2.4:2.0
 	>=net-print/cups-1.1.17
 	>=x11-libs/gtk+-2.4:2"
-DEPEND="${DEPEND}"
-
-S="${WORKDIR}/${SOURCES_NAME}/Sources/${P/-lb-${PV}/-4.10}"
+DEPEND="${RDEPEND}"
 
 PATCHES=( "${FILESDIR}"/${P}-fno-common.patch )