commit:     499941c3343bf335c4d836cf2e2cef3c02a2ee1d
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  3 15:13:49 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Aug  3 15:14:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=499941c3

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-2.33-r5.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sys-libs/glibc/glibc-2.33-r5.ebuild 
b/sys-libs/glibc/glibc-2.33-r5.ebuild
index 8c7ab1e3d32..c8c57855f2e 100644
--- a/sys-libs/glibc/glibc-2.33-r5.ebuild
+++ b/sys-libs/glibc/glibc-2.33-r5.ebuild
@@ -97,7 +97,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? (
@@ -115,7 +115,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? (
@@ -130,6 +129,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 )"

Reply via email to