Gentoo Archives: gentoo-dev

From: Sam James <sam@g.o>
To: gentoo-dev@l.g.o
Cc: base-system@g.o, mgorny@g.o, Sam James <sam@g.o>
Subject: [gentoo-dev] [PATCH 2/2] sys-apps/ed: use unpacker_src_uri_depends again
Date: Mon, 16 Jan 2023 17:44:26
Message-Id: 20230116174327.3926794-3-sam@gentoo.org
In Reply to: [gentoo-dev] [PATCH 0/2] unpacker.eclass: avoid duplicate unpacker_src_uri_depends deps by Sam James
1 Now that unpacker_src_uri_depends is fixed to not emit duplicates, start
2 using it again.
3
4 (Note that unlike when we dropped it, no revbump needed to restore it,
5 because the result should be the same now the eclass is fixed, rather
6 than before where we were correcting the bad large deps.)
7
8 Bug: https://bugs.gentoo.org/891133
9 Signed-off-by: Sam James <sam@g.o>
10 ---
11 sys-apps/ed/ed-1.19-r1.ebuild | 7 +------
12 1 file changed, 1 insertion(+), 6 deletions(-)
13
14 diff --git a/sys-apps/ed/ed-1.19-r1.ebuild b/sys-apps/ed/ed-1.19-r1.ebuild
15 index 8f805d415665a..e2d63d30eb660 100644
16 --- a/sys-apps/ed/ed-1.19-r1.ebuild
17 +++ b/sys-apps/ed/ed-1.19-r1.ebuild
18 @@ -33,12 +33,7 @@ fi
19 # and takes ages to resolve (bug #891137). It should merge them together.
20 BDEPEND="
21 sys-apps/texinfo
22 - || (
23 - >=app-arch/xz-utils-5.4.0
24 - app-arch/plzip
25 - app-arch/pdlzip
26 - app-arch/lzip
27 - )
28 + $(unpacker_src_uri_depends)
29 verify-sig? ( sec-keys/openpgp-keys-antoniodiazdiaz )
30 "
31
32 --
33 2.39.0