commit: 79e3104f280697c5bc4a82be366dcfeb2d8a8660 Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org> AuthorDate: Tue Dec 3 10:45:20 2019 +0000 Commit: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org> CommitDate: Tue Dec 3 10:46:10 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79e3104f
dev-util/dwarves: bind the maximum version of elfutils Dwarves needs libebl. Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Jason A. Donenfeld <zx2c4 <AT> gentoo.org> dev-util/dwarves/dwarves-1.12.ebuild | 3 ++- dev-util/dwarves/dwarves-1.13.ebuild | 1 + dev-util/dwarves/dwarves-1.15.ebuild | 1 + dev-util/dwarves/dwarves-9999.ebuild | 3 ++- 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-util/dwarves/dwarves-1.12.ebuild b/dev-util/dwarves/dwarves-1.12.ebuild index 13d4797c399..bcd44c849ea 100644 --- a/dev-util/dwarves/dwarves-1.12.ebuild +++ b/dev-util/dwarves/dwarves-1.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,6 +17,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} >=dev-libs/elfutils-0.131 + <=dev-libs/elfutils-0.177 sys-libs/zlib" DEPEND="${RDEPEND}" diff --git a/dev-util/dwarves/dwarves-1.13.ebuild b/dev-util/dwarves/dwarves-1.13.ebuild index 5af51df1a8e..cb99e78f1ff 100644 --- a/dev-util/dwarves/dwarves-1.13.ebuild +++ b/dev-util/dwarves/dwarves-1.13.ebuild @@ -17,6 +17,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} >=dev-libs/elfutils-0.131 + <=dev-libs/elfutils-0.177 sys-libs/zlib" DEPEND="${RDEPEND}" diff --git a/dev-util/dwarves/dwarves-1.15.ebuild b/dev-util/dwarves/dwarves-1.15.ebuild index c941fbf5347..d4a49fba59f 100644 --- a/dev-util/dwarves/dwarves-1.15.ebuild +++ b/dev-util/dwarves/dwarves-1.15.ebuild @@ -17,6 +17,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} >=dev-libs/elfutils-0.131 + <=dev-libs/elfutils-0.177 sys-libs/zlib" DEPEND="${RDEPEND}" diff --git a/dev-util/dwarves/dwarves-9999.ebuild b/dev-util/dwarves/dwarves-9999.ebuild index ad35a947177..75a15ff54a8 100644 --- a/dev-util/dwarves/dwarves-9999.ebuild +++ b/dev-util/dwarves/dwarves-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,6 +19,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} >=dev-libs/elfutils-0.131 + <=dev-libs/elfutils-0.177 sys-libs/zlib" DEPEND="${RDEPEND}"