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 33977158041 for ; Tue, 26 Mar 2024 08:29:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E7B4E2A1D; Tue, 26 Mar 2024 08:29:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 50A7DE2A1D for ; Tue, 26 Mar 2024 08:29:01 +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 8C071343003 for ; Tue, 26 Mar 2024 08:29:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3CA1B29 for ; Tue, 26 Mar 2024 08:28:58 +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: <1711441736.2560a1c5b151013d1febab6b3b9b11d2574b4074.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-0.7.ebuild X-VCS-Directories: app-containers/incus/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 2560a1c5b151013d1febab6b3b9b11d2574b4074 X-VCS-Branch: master Date: Tue, 26 Mar 2024 08:28:58 +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: 77aceb2d-2105-4184-a19d-62fccca5ea7f X-Archives-Hash: b0a55e0ca17478b02fc0b96e4fee2e8a commit: 2560a1c5b151013d1febab6b3b9b11d2574b4074 Author: Joonas Niilola gentoo org> AuthorDate: Tue Mar 26 08:27:46 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Mar 26 08:28:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2560a1c5 app-containers/incus: build the new incus-simplestreams binary too Signed-off-by: Joonas Niilola gentoo.org> app-containers/incus/incus-0.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-containers/incus/incus-0.7.ebuild b/app-containers/incus/incus-0.7.ebuild index 249967183f3f..be2cf6ac0037 100644 --- a/app-containers/incus/incus-0.7.ebuild +++ b/app-containers/incus/incus-0.7.ebuild @@ -124,7 +124,7 @@ src_compile() { export GOPATH="${S}/_dist" export CGO_LDFLAGS_ALLOW="-Wl,-z,now" - for k in incus-benchmark incus-user incus lxc-to-incus lxd-to-incus ; do + for k in incus-benchmark incus-simplestreams incus-user incus lxc-to-incus lxd-to-incus ; do ego install -v -x "${S}/cmd/${k}" done @@ -157,7 +157,7 @@ src_install() { done # User tools - for m in incus-agent incus-benchmark incus-migrate incus lxc-to-incus ; do + for m in incus-agent incus-benchmark incus-migrate incus-simplestreams incus lxc-to-incus ; do dobin ${bindir}/${m} done