diff options
-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" |