diff options
author | Sam James <sam@gentoo.org> | 2023-01-16 17:26:50 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-16 20:55:05 +0000 |
commit | bf5cff8a6edd64fee318440582d3da3aa83a9043 (patch) | |
tree | b2166128dc808d75b943a8c9a5558fdea8f66bbb /sys-apps | |
parent | unpacker.eclass: flatten unpacker_src_uri_depends dependencies (diff) | |
download | gentoo-bf5cff8a6edd64fee318440582d3da3aa83a9043.tar.gz gentoo-bf5cff8a6edd64fee318440582d3da3aa83a9043.tar.bz2 gentoo-bf5cff8a6edd64fee318440582d3da3aa83a9043.zip |
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@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/ed/ed-1.19-r1.ebuild | 7 |
1 files changed, 1 insertions, 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 ) " |