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 AD070158086 for ; Fri, 22 Oct 2021 15:19:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D1C2E0918; Fri, 22 Oct 2021 15:19:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EAAB3E0918 for ; Fri, 22 Oct 2021 15:19:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B016D343598 for ; Fri, 22 Oct 2021 15:19:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 516CC132 for ; Fri, 22 Oct 2021 15:19:34 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1634915837.6e5072dce92397274fe53c96906a83a081bfde5f.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/lxc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/lxc/lxc-4.0.11.ebuild X-VCS-Directories: app-emulation/lxc/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 6e5072dce92397274fe53c96906a83a081bfde5f X-VCS-Branch: master Date: Fri, 22 Oct 2021 15:19:34 +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: f43b24ee-3f8b-4f93-87ec-1962902249cf X-Archives-Hash: be014c909789a57cbe118b34c6ffcde0 commit: 6e5072dce92397274fe53c96906a83a081bfde5f Author: Joonas Niilola gentoo org> AuthorDate: Fri Oct 22 15:17:17 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Oct 22 15:17:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e5072dc app-emulation/lxc: fix 4.0.11 compile failure with bash-completion.pc - reported by arthurzam, - temporary fix, needs a full patch. Signed-off-by: Joonas Niilola gentoo.org> app-emulation/lxc/lxc-4.0.11.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app-emulation/lxc/lxc-4.0.11.ebuild b/app-emulation/lxc/lxc-4.0.11.ebuild index 65cb5e5ee84..0a763d49521 100644 --- a/app-emulation/lxc/lxc-4.0.11.ebuild +++ b/app-emulation/lxc/lxc-4.0.11.ebuild @@ -80,6 +80,8 @@ VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/linuxcontainers.asc src_prepare() { default + + export bashcompdir="/etc/bash_completion.d" eautoreconf } @@ -140,7 +142,7 @@ src_install() { rm -r "${ED}"/etc/bash_completion.d || die "Failed to remove wrong bash_completion.d content." if use tools; then - bashcomp_alias lxc-start lxc-{attach,cgroup,copy,console,create,destroy,device,execute,freeze,info,monitor,snapshot,stop,unfreeze,wait} + bashcomp_alias lxc-start lxc-{attach,cgroup,copy,console,create,destroy,device,execute,freeze,info,monitor,snapshot,stop,unfreeze,usernsexec,wait} else bashcomp_alias lxc-start lxc-usernsexec fi