summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2020-01-20 20:19:20 +0100
committerMatthias Schwarzott <zzam@gentoo.org>2020-01-20 20:28:27 +0100
commit509842069a0a855e7fc757dbb063a0f6c6c6c496 (patch)
tree534a044585e1d061eb7214c4e6cd62e828d4b7bb /dev-util
parentdev-db/mysql: drop old (diff)
downloadgentoo-509842069a0a855e7fc757dbb063a0f6c6c6c496.tar.gz
gentoo-509842069a0a855e7fc757dbb063a0f6c6c6c496.tar.bz2
gentoo-509842069a0a855e7fc757dbb063a0f6c6c6c496.zip
dev-util/dwarves: Apply elfutils changes from dwarves-16-r1 also to live ebuild
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Matthias Schwarzott <zzam@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/dwarves/dwarves-9999.ebuild11
1 files changed, 7 insertions, 4 deletions
diff --git a/dev-util/dwarves/dwarves-9999.ebuild b/dev-util/dwarves/dwarves-9999.ebuild
index 75a15ff54a89..f9e4f9feeb3b 100644
--- a/dev-util/dwarves/dwarves-9999.ebuild
+++ b/dev-util/dwarves/dwarves-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -18,13 +18,16 @@ IUSE="debug"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
- >=dev-libs/elfutils-0.131
- <=dev-libs/elfutils-0.177
+ >=dev-libs/elfutils-0.178
sys-libs/zlib"
DEPEND="${RDEPEND}"
DOCS=( README README.ctracer NEWS )
-PATCHES=( "${FILESDIR}"/${PN}-1.10-python-import.patch )
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-1.10-python-import.patch
+ "${FILESDIR}"/${PN}-1.16-no-libebl.patch
+)
src_configure() {
local mycmakeargs=( "-D__LIB=$(get_libdir)" )