• [gentoo-dev] [PATCH 2/2] sys-apps/ed: use unpacker_src_uri_depends agai

    From Sam James@21:1/5 to All on Mon Jan 16 18:50:01 2023
    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>
    ---
    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 8f805d415665a..e2d63d30eb660 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 )
    "

    --
    2.39.0

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)