commit: bf5cff8a6edd64fee318440582d3da3aa83a9043 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jan 16 17:26:50 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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 ) "
