commit:     065e3ee22b780d06d650b400db93dd6fae9cab46
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 24 02:05:03 2020 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Mar 24 02:05:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=065e3ee2

sys-cluster/swift: clarify the kernel check

Closes: https://bugs.gentoo.org/713654
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 sys-cluster/swift/swift-2019.2.9999.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/sys-cluster/swift/swift-2019.2.9999.ebuild 
b/sys-cluster/swift/swift-2019.2.9999.ebuild
index dfb4786356f..afeeb15cce3 100644
--- a/sys-cluster/swift/swift-2019.2.9999.ebuild
+++ b/sys-cluster/swift/swift-2019.2.9999.ebuild
@@ -46,12 +46,11 @@ RDEPEND="
 
 pkg_pretend() {
        linux-info_pkg_setup
-       CONFIG_CHECK="~EXT3_FS_XATTR ~SQUASHFS_XATTR ~CIFS_XATTR ~JFFS2_FS_XATTR
-       ~TMPFS_XATTR ~UBIFS_FS_XATTR ~EXT2_FS_XATTR ~REISERFS_FS_XATTR 
~EXT4_FS_XATTR
-       ~ZFS"
+       CONFIG_CHECK="~EXT3_FS_XATTR ~CIFS_XATTR ~TMPFS_XATTR ~UBIFS_FS_XATTR
+       ~EXT2_FS_XATTR ~REISERFS_FS_XATTR ~EXT4_FS_XATTR ~ZFS"
        if linux_config_exists; then
                for module in ${CONFIG_CHECK}; do
-                       linux_chkconfig_present ${module} || ewarn "${module} 
needs to be enabled"
+                       linux_chkconfig_present ${module} || ewarn "you may 
want to enable the ${module} module"
                done
        fi
 }

Reply via email to