diff options
author | Jason A. Donenfeld <zx2c4@gentoo.org> | 2019-12-03 11:45:20 +0100 |
---|---|---|
committer | Jason A. Donenfeld <zx2c4@gentoo.org> | 2019-12-03 11:46:10 +0100 |
commit | 79e3104f280697c5bc4a82be366dcfeb2d8a8660 (patch) | |
tree | 17f31fca87ae7e26e928e7296a4d22f13da7fe49 /dev-util | |
parent | profiles/package.mask: dev-java/balloontip masked for removal (diff) | |
download | gentoo-79e3104f280697c5bc4a82be366dcfeb2d8a8660.tar.gz gentoo-79e3104f280697c5bc4a82be366dcfeb2d8a8660.tar.bz2 gentoo-79e3104f280697c5bc4a82be366dcfeb2d8a8660.zip |
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@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/dwarves/dwarves-1.12.ebuild | 3 | ||||
-rw-r--r-- | dev-util/dwarves/dwarves-1.13.ebuild | 1 | ||||
-rw-r--r-- | dev-util/dwarves/dwarves-1.15.ebuild | 1 | ||||
-rw-r--r-- | 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 13d4797c399f..bcd44c849ea3 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 5af51df1a8e6..cb99e78f1ffb 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 c941fbf53474..d4a49fba59f5 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 ad35a947177e..75a15ff54a89 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}" |