summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-08-29 16:03:22 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-08-29 16:04:35 +0200
commitd830027af9804bfd752cbf95e85bfaccda556fc2 (patch)
tree691dc3d122a93b73552a7b42c25b73bd45a2fa02 /sys-apps/man-db/man-db-9999.ebuild
parentgnome-base/gnome-shell: Stabilize 3.34.5-r1 amd64, #736802 (diff)
downloadgentoo-d830027af9804bfd752cbf95e85bfaccda556fc2.tar.gz
gentoo-d830027af9804bfd752cbf95e85bfaccda556fc2.tar.bz2
gentoo-d830027af9804bfd752cbf95e85bfaccda556fc2.zip
sys-apps/man-db: skip man-deleted-directory test under sandbox
Closes: https://bugs.gentoo.org/699466 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'sys-apps/man-db/man-db-9999.ebuild')
-rw-r--r--sys-apps/man-db/man-db-9999.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-apps/man-db/man-db-9999.ebuild b/sys-apps/man-db/man-db-9999.ebuild
index 8ad0f47c8564..25d02ea5f572 100644
--- a/sys-apps/man-db/man-db-9999.ebuild
+++ b/sys-apps/man-db/man-db-9999.ebuild
@@ -46,6 +46,8 @@ RDEPEND="
"
PDEPEND="manpager? ( app-text/manpager )"
+PATCHES=( "${FILESDIR}"/${PN}-2.9.3-sandbox-env-tests.patch )
+
pkg_setup() {
if (use gdbm && use berkdb) || (use !gdbm && use !berkdb) ; then #496150
ewarn "Defaulting to USE=gdbm due to ambiguous berkdb/gdbm USE flag settings"