diff options
author | Sam James <sam@gentoo.org> | 2021-09-05 06:32:14 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-05 06:47:48 +0100 |
commit | e9860542af9f167452bb551237115e2100d87c7b (patch) | |
tree | e1c1f837abf17b71c7031c025fd72a7e34aa3b77 /app-misc | |
parent | sys-libs/glibc: add comment on bumping pax-utils bound (diff) | |
download | gentoo-e9860542af9f167452bb551237115e2100d87c7b.tar.gz gentoo-e9860542af9f167452bb551237115e2100d87c7b.tar.bz2 gentoo-e9860542af9f167452bb551237115e2100d87c7b.zip |
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@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/pax-utils/pax-utils-1.3.3.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
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 |