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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BF163158042 for ; Sun, 27 Oct 2024 12:43:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7355E0805; Sun, 27 Oct 2024 12:43:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 B26CBE0805 for ; Sun, 27 Oct 2024 12:43:18 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0AC713430EB for ; Sun, 27 Oct 2024 12:43:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99512AE7 for ; Sun, 27 Oct 2024 12:43:16 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1730032994.5c58cc2b696742bae6cbdd7b2ec57fda43df028f.xgqt@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.6.ebuild X-VCS-Directories: app-containers/incus/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 5c58cc2b696742bae6cbdd7b2ec57fda43df028f X-VCS-Branch: master Date: Sun, 27 Oct 2024 12:43:16 +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: 5ba02a50-04d9-4c6f-8aa1-7ba33cb51bb1 X-Archives-Hash: 63169dbd2fad8bda445f68e890d9c21d commit: 5c58cc2b696742bae6cbdd7b2ec57fda43df028f Author: Maciej Barć gentoo org> AuthorDate: Sun Oct 27 12:42:22 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sun Oct 27 12:43:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c58cc2b app-containers/incus: add OCI optfeature Closes: https://bugs.gentoo.org/942350 Signed-off-by: Maciej Barć gentoo.org> app-containers/incus/incus-6.6.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-containers/incus/incus-6.6.ebuild b/app-containers/incus/incus-6.6.ebuild index 65a3654dfb92..a9c0723f61be 100644 --- a/app-containers/incus/incus-6.6.ebuild +++ b/app-containers/incus/incus-6.6.ebuild @@ -204,6 +204,7 @@ pkg_postinst() { elog " https://wiki.gentoo.org/wiki/Incus#Migrating_from_LXD" elog optfeature "virtual machine support" app-cdr/cdrtools app-emulation/qemu[spice,usbredir,virtfs] + optfeature "OCI container images support" app-containers/skopeo app-containers/umoci optfeature "btrfs storage backend" sys-fs/btrfs-progs optfeature "ipv6 support" net-dns/dnsmasq[ipv6] optfeature "full incus-migrate support" net-misc/rsync