From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0653C1382C5 for ; Thu, 10 Jun 2021 06:44:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47878E0878; Thu, 10 Jun 2021 06:44:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2EBC0E0878 for ; Thu, 10 Jun 2021 06:44:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F181A335D79 for ; Thu, 10 Jun 2021 06:44:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51DE679A for ; Thu, 10 Jun 2021 06:44:11 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1623307417.47a122b64a08e1e116056958d685b7255392d672.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libvirt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/libvirt/libvirt-9999.ebuild X-VCS-Directories: app-emulation/libvirt/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 47a122b64a08e1e116056958d685b7255392d672 X-VCS-Branch: master Date: Thu, 10 Jun 2021 06:44:11 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 879c9fd7-48bc-4aaf-b6cb-c8acbab25f3e X-Archives-Hash: 7275b7b553d5f91ca32358e915be8d6e commit: 47a122b64a08e1e116056958d685b7255392d672 Author: Matthias Maier gentoo org> AuthorDate: Thu Jun 10 06:43:37 2021 +0000 Commit: Matthias Maier gentoo org> CommitDate: Thu Jun 10 06:43:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47a122b6 app-emulation/libvirt: revert erroneous change Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Matthias Maier gentoo.org> app-emulation/libvirt/libvirt-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/libvirt/libvirt-9999.ebuild b/app-emulation/libvirt/libvirt-9999.ebuild index d41bb6fce53..ccc4f6f1ce7 100644 --- a/app-emulation/libvirt/libvirt-9999.ebuild +++ b/app-emulation/libvirt/libvirt-9999.ebuild @@ -226,7 +226,7 @@ src_prepare() { src_configure() { local emesonargs=( $(meson_feature apparmor) - $(meson_use apparmor apparmor_profiles) + $(meson_feature apparmor apparmor_profiles) $(meson_feature audit) $(meson_feature caps capng) $(meson_feature dtrace)