summaryrefslogtreecommitdiff
path: root/sys-auth
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-05-06 20:04:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-05-06 20:04:43 +0100
commit98803ac9784d4b64311c1f5e8764bb91af43c604 (patch)
tree1f2d61eb334ea881839dfa8205ca7238fa46007b /sys-auth
parent8669284ed80b14bbf70874a0296d3c72c286215f (diff)
sys-auth/elogind : revision bump
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/elogind/elogind-234.4-r2.ebuild (renamed from sys-auth/elogind/elogind-234.4-r1.ebuild)5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys-auth/elogind/elogind-234.4-r1.ebuild b/sys-auth/elogind/elogind-234.4-r2.ebuild
index 083c59d1..36239eed 100644
--- a/sys-auth/elogind/elogind-234.4-r1.ebuild
+++ b/sys-auth/elogind/elogind-234.4-r2.ebuild
@@ -81,4 +81,9 @@ src_install() {
sed -e "s/@libdir@/$(get_libdir)/" "${FILESDIR}"/${PN}.conf.in > ${PN}.conf || die
newconfd ${PN}.conf ${PN}
+
+ # workaround for "RUN{builtin}: 'uaccess' unknown /lib64/udev/rules.d/73-seat-late.rules:15" warning
+ # we can safely remove the rule since it's part of systemd, and eudev doesn't support ACL's anyway
+ # this should be fixed in >=sys-fs/eudev-3.3 and >=sys-auth/elogind-235.3
+ rm -rf ${ED}lib/udev/rules.d/73-seat-late.rules
}