commit: 28a30995d063bed5763a42ba6b115001239b092a Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Fri Jul 23 12:28:22 2021 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Fri Jul 23 12:28:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28a30995
sys-libs/glibc: Require newer pax-utils (for scanelf) See also https://gitweb.gentoo.org/proj/pax-utils.git/commit/?id=25e4d53c70f2b677dcde1c37cb9c67214b38d611 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> sys-libs/glibc/glibc-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild index f4d9edbe46d..5e67473853c 100644 --- a/sys-libs/glibc/glibc-9999.ebuild +++ b/sys-libs/glibc/glibc-9999.ebuild @@ -95,7 +95,7 @@ fi BDEPEND=" ${PYTHON_DEPS} - >=app-misc/pax-utils-0.1.10 + >=app-misc/pax-utils-1.3.3 sys-devel/bison doc? ( sys-apps/texinfo ) !compile-locales? ( @@ -113,7 +113,6 @@ COMMON_DEPEND=" suid? ( caps? ( sys-libs/libcap ) ) selinux? ( sys-libs/libselinux ) systemtap? ( dev-util/systemtap ) - !<net-misc/openssh-8.1_p1-r2 " DEPEND="${COMMON_DEPEND} compile-locales? ( @@ -128,6 +127,8 @@ RDEPEND="${COMMON_DEPEND} sys-apps/grep virtual/awk sys-apps/gentoo-functions + !<app-misc/pax-utils-1.3.3 + !<net-misc/openssh-8.1_p1-r2 " RESTRICT="!test? ( test )"
