diff options
author | 2022-12-31 13:25:54 +0000 | |
---|---|---|
committer | 2022-12-31 13:27:10 +0000 | |
commit | dfb9674fe7d1123bf213c8ea9bdb28e96d5ee5f3 (patch) | |
tree | 12ae8ad75e6baa503160efad6849983965d1dcc5 | |
parent | xfce-extra/xfce4-screenshooter: Stabilize 1.10.1 arm, #889154 (diff) | |
download | gentoo-dfb9674fe7d1123bf213c8ea9bdb28e96d5ee5f3.tar.gz gentoo-dfb9674fe7d1123bf213c8ea9bdb28e96d5ee5f3.tar.bz2 gentoo-dfb9674fe7d1123bf213c8ea9bdb28e96d5ee5f3.zip |
sys-apps/sandbox: add blocker on older versions of sys-apps/file to 2.30-r1
My distaste for blockers-as-a-dependency limit are well known, but this
is still useful for a specific case where someone is partially upgrading
and therefore doesn't get the Portage upgrade which has a proper >= dep.
It serves as a notice that they need to upgrade file, which is good enough.
It's worth doing this because of how severe file not working can be.
Bug: https://bugs.gentoo.org/889046
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | sys-apps/sandbox/sandbox-2.30-r1.ebuild (renamed from sys-apps/sandbox/sandbox-2.30.ebuild) | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys-apps/sandbox/sandbox-2.30.ebuild b/sys-apps/sandbox/sandbox-2.30-r1.ebuild index 806b5e640d9c..7a018dc315d1 100644 --- a/sys-apps/sandbox/sandbox-2.30.ebuild +++ b/sys-apps/sandbox/sandbox-2.30-r1.ebuild @@ -16,6 +16,9 @@ IUSE="+nnp" # pax-utils lower bound for bug #265376 DEPEND=">=app-misc/pax-utils-0.1.19" +# Avoid folks installing with older file, bug #889046. We still need the +# >= dep in Portage but this is a safety net if people do partial upgrades. +RDEPEND="!<sys-apps/file-5.44-r1" BDEPEND="app-arch/xz-utils" has sandbox_death_notice ${EBUILD_DEATH_HOOKS} || EBUILD_DEATH_HOOKS+=" sandbox_death_notice" |