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.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 5E9EE15800F for ; Mon, 16 Jan 2023 20:55:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23ED5E082B; Mon, 16 Jan 2023 20:55:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EC885E082B for ; Mon, 16 Jan 2023 20:55:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E3ECF335D31 for ; Mon, 16 Jan 2023 20:55:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FB7A7FA for ; Mon, 16 Jan 2023 20:55:47 +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: <1673902505.bf5cff8a6edd64fee318440582d3da3aa83a9043.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/ed/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/ed/ed-1.19-r1.ebuild X-VCS-Directories: sys-apps/ed/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bf5cff8a6edd64fee318440582d3da3aa83a9043 X-VCS-Branch: master Date: Mon, 16 Jan 2023 20:55:47 +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: fbec4968-61ff-4291-b144-055ce4f4519f X-Archives-Hash: 71c776dfb45ace2807ecb6975a9bdab6 commit: bf5cff8a6edd64fee318440582d3da3aa83a9043 Author: Sam James gentoo org> AuthorDate: Mon Jan 16 17:26:50 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 16 20:55:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf5cff8a sys-apps/ed: use unpacker_src_uri_depends again Now that unpacker_src_uri_depends is fixed to not emit duplicates, start using it again. (Note that unlike when we dropped it, no revbump needed to restore it, because the result should be the same now the eclass is fixed, rather than before where we were correcting the bad large deps.) Bug: https://bugs.gentoo.org/891133 Signed-off-by: Sam James gentoo.org> sys-apps/ed/ed-1.19-r1.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/sys-apps/ed/ed-1.19-r1.ebuild b/sys-apps/ed/ed-1.19-r1.ebuild index 8f805d415665..e2d63d30eb66 100644 --- a/sys-apps/ed/ed-1.19-r1.ebuild +++ b/sys-apps/ed/ed-1.19-r1.ebuild @@ -33,12 +33,7 @@ fi # and takes ages to resolve (bug #891137). It should merge them together. BDEPEND=" sys-apps/texinfo - || ( - >=app-arch/xz-utils-5.4.0 - app-arch/plzip - app-arch/pdlzip - app-arch/lzip - ) + $(unpacker_src_uri_depends) verify-sig? ( sec-keys/openpgp-keys-antoniodiazdiaz ) "