Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/dbus/
Date: Tue, 04 Jan 2022 03:29:36
Message-Id: 1641266935.8ec2f009d1c5e735b02e473b457ff09b92acbecf.sam@gentoo
1 commit: 8ec2f009d1c5e735b02e473b457ff09b92acbecf
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 3 16:21:48 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 4 03:28:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ec2f009
7
8 sys-apps/dbus: remove kernel_FreeBSD
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 sys-apps/dbus/dbus-1.12.20-r4.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-apps/dbus/dbus-1.12.20-r4.ebuild b/sys-apps/dbus/dbus-1.12.20-r4.ebuild
17 index bed9be8efd71..9a3325b75e47 100644
18 --- a/sys-apps/dbus/dbus-1.12.20-r4.ebuild
19 +++ b/sys-apps/dbus/dbus-1.12.20-r4.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -124,7 +124,7 @@ multilib_src_configure() {
27 $(use_enable selinux libaudit)
28 --disable-apparmor
29 $(use_enable kernel_linux inotify)
30 - $(use_enable kernel_FreeBSD kqueue)
31 + --disable-kqueue
32 $(use_enable elogind)
33 $(use_enable systemd)
34 $(use_enable systemd user-session)