Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/elogind/
Date: Wed, 03 Apr 2019 08:55:29
Message-Id: 1554281707.60fdec3b12b636246717cd427dbd6f8452e97b6f.anarchy@gentoo
1 commit: 60fdec3b12b636246717cd427dbd6f8452e97b6f
2 Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 3 05:32:14 2019 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 3 08:55:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60fdec3b
7
8 sys-auth/elogind: Disable utmp/wtmp support on musl
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
12
13 sys-auth/elogind/elogind-241.2.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/sys-auth/elogind/elogind-241.2.ebuild b/sys-auth/elogind/elogind-241.2.ebuild
17 index b63a71d3bcd..e7da6ab22e5 100644
18 --- a/sys-auth/elogind/elogind-241.2.ebuild
19 +++ b/sys-auth/elogind/elogind-241.2.ebuild
20 @@ -86,6 +86,7 @@ src_configure() {
21 -Dhtml=$(usex doc auto false)
22 -Dpam=$(usex pam true false)
23 -Dselinux=$(usex selinux true false)
24 + -Dutmp=$(usex elibc_musl false true)
25 )
26
27 meson_src_configure