From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DF4351384B4 for ; Mon, 21 Dec 2015 18:17:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59DB021C02C; Mon, 21 Dec 2015 18:17:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0C95321C02C for ; Mon, 21 Dec 2015 18:17:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 286E234069A for ; Mon, 21 Dec 2015 18:17:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6D51A91 for ; Mon, 21 Dec 2015 18:17:52 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1450721866.0c7a208ba1cc6303dd06dc7c813e69d1c41b10e7.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/dbus/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/dbus/dbus-1.10.6.ebuild X-VCS-Directories: sys-apps/dbus/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 0c7a208ba1cc6303dd06dc7c813e69d1c41b10e7 X-VCS-Branch: master Date: Mon, 21 Dec 2015 18:17:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9ef5d7e7-3f10-4041-886e-36abf4982ca0 X-Archives-Hash: bdda2d7109b2361571d0665980049d00 commit: 0c7a208ba1cc6303dd06dc7c813e69d1c41b10e7 Author: Mike Gilbert gentoo org> AuthorDate: Mon Dec 21 18:17:34 2015 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon Dec 21 18:17:46 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c7a208b sys-apps/dbus: Disable apparmor support Avoid the automagic dep until someone can test it. Package-Manager: portage-2.2.26_p32 sys-apps/dbus/dbus-1.10.6.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-apps/dbus/dbus-1.10.6.ebuild b/sys-apps/dbus/dbus-1.10.6.ebuild index c7e7c59..00b05ee 100644 --- a/sys-apps/dbus/dbus-1.10.6.ebuild +++ b/sys-apps/dbus/dbus-1.10.6.ebuild @@ -106,6 +106,7 @@ multilib_src_configure() { --disable-checks $(use_enable selinux) $(use_enable selinux libaudit) + --disable-apparmor $(use_enable kernel_linux inotify) $(use_enable kernel_FreeBSD kqueue) $(use_enable systemd)