diff options
Diffstat (limited to 'app-editors/vim-core/vim-core-9.0.1363.ebuild')
-rw-r--r-- | app-editors/vim-core/vim-core-9.0.1363.ebuild | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app-editors/vim-core/vim-core-9.0.1363.ebuild b/app-editors/vim-core/vim-core-9.0.1363.ebuild index 64e63ae0b84e..c2cb2313c925 100644 --- a/app-editors/vim-core/vim-core-9.0.1363.ebuild +++ b/app-editors/vim-core/vim-core-9.0.1363.ebuild @@ -38,6 +38,14 @@ if [[ ${PV} != 9999* ]]; then ) fi +# platform-specific checks (bug #898406): +# - 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 |