Gentoo Archives: gentoo-commits

From: Matthias Schwarzott <zzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/dwarves/
Date: Mon, 20 Jan 2020 19:28:40
Message-Id: 1579548507.509842069a0a855e7fc757dbb063a0f6c6c6c496.zzam@gentoo
1 commit: 509842069a0a855e7fc757dbb063a0f6c6c6c496
2 Author: Matthias Schwarzott <zzam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 20 19:19:20 2020 +0000
4 Commit: Matthias Schwarzott <zzam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 20 19:28:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50984206
7
8 dev-util/dwarves: Apply elfutils changes from dwarves-16-r1 also to live ebuild
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Matthias Schwarzott <zzam <AT> gentoo.org>
12
13 dev-util/dwarves/dwarves-9999.ebuild | 11 +++++++----
14 1 file changed, 7 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-util/dwarves/dwarves-9999.ebuild b/dev-util/dwarves/dwarves-9999.ebuild
17 index 75a15ff54a8..f9e4f9feeb3 100644
18 --- a/dev-util/dwarves/dwarves-9999.ebuild
19 +++ b/dev-util/dwarves/dwarves-9999.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -18,13 +18,16 @@ IUSE="debug"
27 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
28
29 RDEPEND="${PYTHON_DEPS}
30 - >=dev-libs/elfutils-0.131
31 - <=dev-libs/elfutils-0.177
32 + >=dev-libs/elfutils-0.178
33 sys-libs/zlib"
34 DEPEND="${RDEPEND}"
35
36 DOCS=( README README.ctracer NEWS )
37 -PATCHES=( "${FILESDIR}"/${PN}-1.10-python-import.patch )
38 +
39 +PATCHES=(
40 + "${FILESDIR}"/${PN}-1.10-python-import.patch
41 + "${FILESDIR}"/${PN}-1.16-no-libebl.patch
42 +)
43
44 src_configure() {
45 local mycmakeargs=( "-D__LIB=$(get_libdir)" )