app-containers/docker: typo fix for LEGACY_VSYSCALL_NONE warning

The warning was not assigned to the proper configuration check.
This commit fixes that issue which results in a better warning message.

Bug: https://bugs.gentoo.org/900845
Signed-off-by: William Hubbs <williamh@gentoo.org>
This commit is contained in:
William Hubbs
2023-03-15 12:33:39 -05:00
parent aa2ea8f313
commit 18749359ef

View File

@@ -139,7 +139,7 @@ pkg_setup() {
CONFIG_CHECK+="
~!LEGACY_VSYSCALL_NONE
"
WARNING_LEGACY_SYSCALL_NONE="CONFIG_LEGACY_VSYSCALL_NONE enabled: \
WARNING_LEGACY_VSYSCALL_NONE="CONFIG_LEGACY_VSYSCALL_NONE enabled: \
Containers with <=glibc-2.13 will not work"
if kernel_is le 4 5; then