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 C09BD1382C5 for ; Mon, 12 Apr 2021 01:09:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83A30E086B; Mon, 12 Apr 2021 01:09:21 +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 6B26CE086B for ; Mon, 12 Apr 2021 01:09:21 +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 26329340C40 for ; Mon, 12 Apr 2021 01:09:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6BE3733 for ; Mon, 12 Apr 2021 01:09:16 +0000 (UTC) From: "Sam James" 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" Message-ID: <1618189659.693d313cd4d48989e681f7ffc66100f728e4cb17.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: 693d313cd4d48989e681f7ffc66100f728e4cb17 X-VCS-Branch: master Date: Mon, 12 Apr 2021 01:09:16 +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: a5b00ead-672c-4cf8-a443-13263658a688 X-Archives-Hash: 03e465ccd2acde90272dfd85867cd35a commit: 693d313cd4d48989e681f7ffc66100f728e4cb17 Author: Sam James gentoo org> AuthorDate: Mon Apr 12 01:01:12 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 12 01:07:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=693d313c net-print/cndrvcups-common-lb: inherit multilib for get_abi_LIBDIR Signed-off-by: Sam James gentoo.org> net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.70.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 1f67e6eb580..ed940b40c22 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 @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools toolchain-funcs +inherit autotools multilib toolchain-funcs MY_PV="$(ver_rs 1- '')" SOURCES_NAME="linux-UFRII-drv-v${MY_PV}-uken"