Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/
Date: Sat, 30 Jul 2016 15:46:49
Message-Id: 1469893594.219d5ffadb23e08df1ce229cb8a3b827b8efa1c9.floppym@gentoo
1 commit: 219d5ffadb23e08df1ce229cb8a3b827b8efa1c9
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 30 15:34:52 2016 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 30 15:46:34 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=219d5ffa
7
8 sys-apps/systemd: drop kdbus
9
10 sys-apps/systemd/systemd-9999.ebuild | 10 ++--------
11 1 file changed, 2 insertions(+), 8 deletions(-)
12
13 diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild
14 index 3256156..3516936 100644
15 --- a/sys-apps/systemd/systemd-9999.ebuild
16 +++ b/sys-apps/systemd/systemd-9999.ebuild
17 @@ -23,7 +23,7 @@ HOMEPAGE="https://www.freedesktop.org/wiki/Software/systemd"
18 LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
19 SLOT="0/2"
20 IUSE="acl apparmor audit cryptsetup curl doc elfutils +gcrypt gnuefi http
21 - idn importd +kdbus +kmod +lz4 lzma nat pam policykit
22 + idn importd +kmod +lz4 lzma nat pam policykit
23 qrcode +seccomp selinux ssl sysv-utils test vanilla xkb"
24
25 REQUIRED_USE="importd? ( curl gcrypt lzma )"
26 @@ -228,7 +228,6 @@ multilib_src_configure() {
27 $(multilib_native_use_enable importd)
28 $(multilib_native_use_enable importd bzip2)
29 $(multilib_native_use_enable importd zlib)
30 - $(use_enable kdbus)
31 $(multilib_native_use_enable kmod)
32 $(use_enable lz4)
33 $(use_enable lzma xz)
34 @@ -284,12 +283,7 @@ multilib_src_compile() {
35 }
36
37 multilib_src_test() {
38 - multilib_is_native_abi || continue
39 -
40 - # Needed for bus-related tests
41 - local -x SANDBOX_WRITE=${SANDBOX_WRITE}
42 - addwrite /sys/fs/kdbus
43 -
44 + multilib_is_native_abi || return 0
45 default
46 }