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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 617281581E7 for ; Mon, 22 Apr 2024 17:02:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B85E5E29F5; Mon, 22 Apr 2024 17:02:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 975C4E29F0 for ; Mon, 22 Apr 2024 17:02:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A3B99343379 for ; Mon, 22 Apr 2024 17:02:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12E761711 for ; Mon, 22 Apr 2024 17:02:33 +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: <1713805350.40234f16b39e70b38f573ab0055da2284683b1d3.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/incus/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-containers/incus/incus-6.0.0-r1.ebuild X-VCS-Directories: app-containers/incus/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 40234f16b39e70b38f573ab0055da2284683b1d3 X-VCS-Branch: master Date: Mon, 22 Apr 2024 17:02:33 +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: dbe7993e-e8ee-47d7-9dbb-342a5550dd28 X-Archives-Hash: 54d6a729859c1de1224095d517eb4295 commit: 40234f16b39e70b38f573ab0055da2284683b1d3 Author: Joonas Niilola gentoo org> AuthorDate: Mon Apr 22 17:00:58 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Apr 22 17:02:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40234f16 app-containers/incus: add note about shell completion files missing - when cross-compiling. Signed-off-by: Joonas Niilola gentoo.org> app-containers/incus/incus-6.0.0-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-containers/incus/incus-6.0.0-r1.ebuild b/app-containers/incus/incus-6.0.0-r1.ebuild index 87af2e5f9154..6c2889ea495e 100644 --- a/app-containers/incus/incus-6.0.0-r1.ebuild +++ b/app-containers/incus/incus-6.0.0-r1.ebuild @@ -192,6 +192,8 @@ src_install() { "${bindir}"/incus completion bash > "${D}"/usr/share/bash-completion/completions/incus || die "${bindir}"/incus completion fish > "${D}"/usr/share/fish/vendor_completions.d/incus.fish || die "${bindir}"/incus completion zsh > "${D}"/usr/share/zsh/site-functions/_incus || die + else + ewarn "Shell completion files not installed! Install them manually with incus completion --help" fi dodoc AUTHORS