commit: e9860542af9f167452bb551237115e2100d87c7b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Sep 5 05:32:14 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Sep 5 05:47:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9860542
app-misc/pax-utils: add note to adjust glibc ebuild on bumps If we're bumping pax-utils to add new syscalls/reflect changing syscalls used by glibc, we need to make sure to update the glibc ebuild too to ensure the right version is used and avoid possible VDB corruption (e.g. when Portage calls scanelf). Bug: https://bugs.gentoo.org/811462 Signed-off-by: Sam James <sam <AT> gentoo.org> app-misc/pax-utils/pax-utils-1.3.3.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app-misc/pax-utils/pax-utils-1.3.3.ebuild b/app-misc/pax-utils/pax-utils-1.3.3.ebuild index 0a9b82a4936..ddeb964024a 100644 --- a/app-misc/pax-utils/pax-utils-1.3.3.ebuild +++ b/app-misc/pax-utils/pax-utils-1.3.3.ebuild @@ -3,6 +3,9 @@ EAPI="7" +# Note: if bumping pax-utils because of syscall changes in glibc, please +# revbump glibc and update the dependency in its ebuild for the affected +# versions. PYTHON_COMPAT=( python3_{8,9,10} ) inherit python-single-r1 toolchain-funcs
