From e9860542af9f167452bb551237115e2100d87c7b Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 5 Sep 2021 06:32:14 +0100 Subject: 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 --- app-misc/pax-utils/pax-utils-1.3.3.ebuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app-misc') 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 0a9b82a4936b..ddeb964024a8 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 -- cgit v1.2.3-65-gdbad