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 D2F03158091 for ; Tue, 14 Jun 2022 14:35:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBF19E097B; Tue, 14 Jun 2022 14:35:32 +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 C2F25E097B for ; Tue, 14 Jun 2022 14:35:32 +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 B53563412AA for ; Tue, 14 Jun 2022 14:35:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E6D34F7 for ; Tue, 14 Jun 2022 14:35:30 +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: <1655217327.77ec2ec2e1bf05bb1b05defdabd8532324e1acb2.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/lxd/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-containers/lxd/lxd-5.0.0.ebuild X-VCS-Directories: app-containers/lxd/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 77ec2ec2e1bf05bb1b05defdabd8532324e1acb2 X-VCS-Branch: master Date: Tue, 14 Jun 2022 14:35:30 +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: b9a8d570-9ae0-4fa8-ad1a-a6e084261cde X-Archives-Hash: 32055764be733eb4bb20b653dd21ad2e commit: 77ec2ec2e1bf05bb1b05defdabd8532324e1acb2 Author: Joonas Niilola gentoo org> AuthorDate: Tue Jun 14 08:19:52 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Jun 14 14:35:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77ec2ec2 app-containers/lxd: stabilize 5.0.0 for amd64 Signed-off-by: Joonas Niilola gentoo.org> app-containers/lxd/lxd-5.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-containers/lxd/lxd-5.0.0.ebuild b/app-containers/lxd/lxd-5.0.0.ebuild index c8b54efd4968..04dab07a5718 100644 --- a/app-containers/lxd/lxd-5.0.0.ebuild +++ b/app-containers/lxd/lxd-5.0.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://linuxcontainers.org/downloads/lxd/${P}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 ~x86" IUSE="apparmor ipv6 nls verify-sig" DEPEND="acct-group/lxd @@ -31,7 +31,7 @@ RDEPEND="${DEPEND} net-firewall/iptables[ipv6(+)?] sys-apps/iproute2[ipv6(+)?] sys-fs/fuse:* - sys-fs/lxcfs + >=sys-fs/lxcfs-5.0.0 sys-fs/squashfs-tools[lzma] virtual/acl" BDEPEND="dev-lang/go