diff options
Diffstat (limited to 'sys-auth/consolekit/consolekit-0.4.6.ebuild')
-rw-r--r-- | sys-auth/consolekit/consolekit-0.4.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/consolekit/consolekit-0.4.6.ebuild b/sys-auth/consolekit/consolekit-0.4.6.ebuild index 211bf9b9b46c..1d43d5a3d606 100644 --- a/sys-auth/consolekit/consolekit-0.4.6.ebuild +++ b/sys-auth/consolekit/consolekit-0.4.6.ebuild @@ -46,7 +46,7 @@ QA_MULTILIB_PATHS="usr/lib/ConsoleKit/.*" pkg_setup() { if use kernel_linux; then - # This is from http://bugs.gentoo.org/376939 + # This is from https://bugs.gentoo.org/376939 use acl && CONFIG_CHECK="~TMPFS_POSIX_ACL" # This is required to get login-session-id string with pam_ck_connector.so use pam && CONFIG_CHECK+=" ~AUDITSYSCALL" |