summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2021-11-30 09:26:08 +0200
committerJoonas Niilola <juippis@gentoo.org>2021-11-30 09:27:45 +0200
commit412ab6df9f5419d2b92f7544b456e0c6bbb24925 (patch)
tree4d35e7d221c526c5afa54759e3c28b3b32c9a371 /sys-devel/dwz
parentsys-devel/dwz: Remove old version 0.13 (diff)
downloadgentoo-412ab6df9f5419d2b92f7544b456e0c6bbb24925.tar.gz
gentoo-412ab6df9f5419d2b92f7544b456e0c6bbb24925.tar.bz2
gentoo-412ab6df9f5419d2b92f7544b456e0c6bbb24925.zip
sys-devel/dwz: update EAPI 7 -> 8, add missing test dep
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-devel/dwz')
-rw-r--r--sys-devel/dwz/dwz-0.14.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-devel/dwz/dwz-0.14.ebuild b/sys-devel/dwz/dwz-0.14.ebuild
index 2980b142e30d..4ad7ab103878 100644
--- a/sys-devel/dwz/dwz-0.14.ebuild
+++ b/sys-devel/dwz/dwz-0.14.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit toolchain-funcs
@@ -20,8 +20,9 @@ RESTRICT="!test? ( test )"
RDEPEND="dev-libs/elfutils"
DEPEND="${RDEPEND}"
BDEPEND="test? (
- dev-util/dejagnu
dev-libs/elfutils[utils]
+ dev-util/dejagnu
+ sys-devel/gdb
)"
src_prepare() {