Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/dwz/
Date: Tue, 30 Nov 2021 07:27:57
Message-Id: 1638257265.412ab6df9f5419d2b92f7544b456e0c6bbb24925.juippis@gentoo
1 commit: 412ab6df9f5419d2b92f7544b456e0c6bbb24925
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 30 07:26:08 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 30 07:27:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=412ab6df
7
8 sys-devel/dwz: update EAPI 7 -> 8, add missing test dep
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 sys-devel/dwz/dwz-0.14.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-devel/dwz/dwz-0.14.ebuild b/sys-devel/dwz/dwz-0.14.ebuild
16 index 2980b142e30d..4ad7ab103878 100644
17 --- a/sys-devel/dwz/dwz-0.14.ebuild
18 +++ b/sys-devel/dwz/dwz-0.14.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2021 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=7
24 +EAPI=8
25
26 inherit toolchain-funcs
27
28 @@ -20,8 +20,9 @@ RESTRICT="!test? ( test )"
29 RDEPEND="dev-libs/elfutils"
30 DEPEND="${RDEPEND}"
31 BDEPEND="test? (
32 - dev-util/dejagnu
33 dev-libs/elfutils[utils]
34 + dev-util/dejagnu
35 + sys-devel/gdb
36 )"
37
38 src_prepare() {