From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1266679-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 340461382C5 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 82E77E0828; Fri, 2 Apr 2021 14:01:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 67AB2E0827 for <gentoo-commits@lists.gentoo.org>; Fri, 2 Apr 2021 14:01:45 +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 1C650335DA1 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 923034A5 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.9e675c9e17f6a7fe31408b60411b5b9b92a69018.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/cndrvcups-lb/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-print/cndrvcups-lb/cndrvcups-lb-3.70.ebuild X-VCS-Directories: net-print/cndrvcups-lb/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9e675c9e17f6a7fe31408b60411b5b9b92a69018 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: 8fa64fe9-f3b5-4a3a-bc95-0b33c5fbcb2c X-Archives-Hash: d0808595898e8bc1a4a746f1c4c86b7e commit: 9e675c9e17f6a7fe31408b60411b5b9b92a69018 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Apr 2 11:17:44 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=9e675c9e net-print/cndrvcups-lb: fix DEPEND typo Signed-off-by: Sam James <sam <AT> gentoo.org> net-print/cndrvcups-lb/cndrvcups-lb-3.70.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/net-print/cndrvcups-lb/cndrvcups-lb-3.70.ebuild b/net-print/cndrvcups-lb/cndrvcups-lb-3.70.ebuild index 79bcf17c840..6c1206f26eb 100644 --- a/net-print/cndrvcups-lb/cndrvcups-lb-3.70.ebuild +++ b/net-print/cndrvcups-lb/cndrvcups-lb-3.70.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + inherit autotools MY_PV="$(ver_rs 1- '')" @@ -10,6 +11,7 @@ SOURCES_NAME="linux-UFRII-drv-v${MY_PV}-uken" DESCRIPTION="Canon UFR II / LIPSLX Printer Driver for Linux" 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}" LICENSE="Canon-UFR-II" SLOT="0" @@ -23,10 +25,7 @@ RDEPEND=" ~net-print/cndrvcups-common-lb-${PV} >=x11-libs/gtk+-2.4:2 " -DEPEND="${DEPEND}" -BDEPEND="" - -S="${WORKDIR}/${SOURCES_NAME}/Sources/${P}" +DEPEND="${RDEPEND}" MAKEOPTS+=" -j1" @@ -79,7 +78,7 @@ src_install() { default einstalldocs - find "${D}" -name '*.la' -type f -delete || die + find "${ED}" -name '*.la' -type f -delete || die insinto /usr/share/cups/model doins ppd/*.ppd