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 7EEFD1382C5 for ; Tue, 22 Jun 2021 18:28:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDEA4E0845; Tue, 22 Jun 2021 18:28:29 +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 B2DE0E0845 for ; Tue, 22 Jun 2021 18:28:29 +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 CFF73335DB3 for ; Tue, 22 Jun 2021 18:28:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76B2678A for ; Tue, 22 Jun 2021 18:28:27 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1624386504.201248a1e0d67bf1ee718563fe0b1fa3fd77c358.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/tarlz/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/tarlz/tarlz-0.21.ebuild X-VCS-Directories: app-arch/tarlz/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 201248a1e0d67bf1ee718563fe0b1fa3fd77c358 X-VCS-Branch: master Date: Tue, 22 Jun 2021 18:28:27 +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: 31f7c90c-bca2-492a-839e-fcb6b73508bc X-Archives-Hash: c89f2d94bea15f03302efee279990c59 commit: 201248a1e0d67bf1ee718563fe0b1fa3fd77c358 Author: Florian Schmaus gentoo org> AuthorDate: Tue Jun 22 18:27:40 2021 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue Jun 22 18:28:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=201248a1 app-arch/tarlz: put unpacker_src_uri_depends in BDEPEND Thanks to Sam James for pointing this out. Signed-off-by: Florian Schmaus gentoo.org> Reported-by: Sam James gentoo.org> app-arch/tarlz/tarlz-0.21.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app-arch/tarlz/tarlz-0.21.ebuild b/app-arch/tarlz/tarlz-0.21.ebuild index f1c0ce855a5..c92ac2f48a5 100644 --- a/app-arch/tarlz/tarlz-0.21.ebuild +++ b/app-arch/tarlz/tarlz-0.21.ebuild @@ -15,10 +15,8 @@ SLOT="0" KEYWORDS="~amd64" RDEPEND=">=app-arch/lzlib-1.12:0=" -DEPEND=" - ${RDEPEND} - $(unpacker_src_uri_depends) -" +DEPEND="${RDEPEND}" +BDEPEND="$(unpacker_src_uri_depends)" src_configure() { econf \