From: Matthew Thode Date: Tue, 24 Mar 2020 02:05:03 +0000 (-0500) Subject: sys-cluster/swift: clarify the kernel check X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=065e3ee22b780d06d650b400db93dd6fae9cab46;p=gentoo.git 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 --- diff --git a/sys-cluster/swift/swift-2019.2.9999.ebuild b/sys-cluster/swift/swift-2019.2.9999.ebuild index dfb4786356f7..afeeb15cce38 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 }