commit:     219d5ffadb23e08df1ce229cb8a3b827b8efa1c9
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 30 15:34:52 2016 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Jul 30 15:46:34 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=219d5ffa

sys-apps/systemd: drop kdbus

 sys-apps/systemd/systemd-9999.ebuild | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/sys-apps/systemd/systemd-9999.ebuild 
b/sys-apps/systemd/systemd-9999.ebuild
index 3256156..3516936 100644
--- a/sys-apps/systemd/systemd-9999.ebuild
+++ b/sys-apps/systemd/systemd-9999.ebuild
@@ -23,7 +23,7 @@ HOMEPAGE="https://www.freedesktop.org/wiki/Software/systemd";
 LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
 SLOT="0/2"
 IUSE="acl apparmor audit cryptsetup curl doc elfutils +gcrypt gnuefi http
-       idn importd +kdbus +kmod +lz4 lzma nat pam policykit
+       idn importd +kmod +lz4 lzma nat pam policykit
        qrcode +seccomp selinux ssl sysv-utils test vanilla xkb"
 
 REQUIRED_USE="importd? ( curl gcrypt lzma )"
@@ -228,7 +228,6 @@ multilib_src_configure() {
                $(multilib_native_use_enable importd)
                $(multilib_native_use_enable importd bzip2)
                $(multilib_native_use_enable importd zlib)
-               $(use_enable kdbus)
                $(multilib_native_use_enable kmod)
                $(use_enable lz4)
                $(use_enable lzma xz)
@@ -284,12 +283,7 @@ multilib_src_compile() {
 }
 
 multilib_src_test() {
-       multilib_is_native_abi || continue
-
-       # Needed for bus-related tests
-       local -x SANDBOX_WRITE=${SANDBOX_WRITE}
-       addwrite /sys/fs/kdbus
-
+       multilib_is_native_abi || return 0
        default
 }
 

Reply via email to