summaryrefslogtreecommitdiff
path: root/app-editors/vim/vim-9.0.1157.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/vim/vim-9.0.1157.ebuild')
-rw-r--r--app-editors/vim/vim-9.0.1157.ebuild8
1 files changed, 8 insertions, 0 deletions
diff --git a/app-editors/vim/vim-9.0.1157.ebuild b/app-editors/vim/vim-9.0.1157.ebuild
index ebd71300ee4c..c4bd8dd86b3b 100644
--- a/app-editors/vim/vim-9.0.1157.ebuild
+++ b/app-editors/vim/vim-9.0.1157.ebuild
@@ -75,6 +75,14 @@ if [[ ${PV} != 9999* ]]; then
)
fi
+# platform-specific checks (bug #898452):
+# - acl() -- Solaris
+# - statacl() -- AIX
+QA_CONFIG_IMPL_DECL_SKIP=(
+ 'acl'
+ 'statacl'
+)
+
pkg_setup() {
# people with broken alphabets run into trouble. bug #82186.
unset LANG LC_ALL