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 E190815800F for ; Sun, 22 Jan 2023 07:24:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BA1FE0845; Sun, 22 Jan 2023 07:24:44 +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 1610FE0845 for ; Sun, 22 Jan 2023 07:24:44 +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 4994733BEF8 for ; Sun, 22 Jan 2023 07:24:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFA784C8 for ; Sun, 22 Jan 2023 07:24:41 +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: <1674372278.e088f567c2ddad70a2ca1c8a9e9c64cd2932af8c.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.1-r5.ebuild app-containers/lxd/lxd-5.0.1-r6.ebuild app-containers/lxd/lxd-5.0.2-r1.ebuild app-containers/lxd/lxd-5.0.2.ebuild X-VCS-Directories: app-containers/lxd/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: e088f567c2ddad70a2ca1c8a9e9c64cd2932af8c X-VCS-Branch: master Date: Sun, 22 Jan 2023 07:24:41 +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: 3d5d24bf-1cc4-42a0-82f5-0fe0b831e71d X-Archives-Hash: e55c661db1db6b743bc9f01eb468d5f4 commit: e088f567c2ddad70a2ca1c8a9e9c64cd2932af8c Author: Joonas Niilola gentoo org> AuthorDate: Sun Jan 22 07:07:19 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Jan 22 07:24:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e088f567 app-containers/lxd: hint ipv6 functionality with optfeature Closes: https://bugs.gentoo.org/891625 Signed-off-by: Joonas Niilola gentoo.org> app-containers/lxd/{lxd-5.0.1-r5.ebuild => lxd-5.0.1-r6.ebuild} | 7 ++++--- app-containers/lxd/{lxd-5.0.2.ebuild => lxd-5.0.2-r1.ebuild} | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/app-containers/lxd/lxd-5.0.1-r5.ebuild b/app-containers/lxd/lxd-5.0.1-r6.ebuild similarity index 97% rename from app-containers/lxd/lxd-5.0.1-r5.ebuild rename to app-containers/lxd/lxd-5.0.1-r6.ebuild index 86323cc0f95d..944e9f88133b 100644 --- a/app-containers/lxd/lxd-5.0.1-r5.ebuild +++ b/app-containers/lxd/lxd-5.0.1-r6.ebuild @@ -25,13 +25,13 @@ DEPEND="acct-group/lxd dev-libs/lzo dev-libs/raft[lz4] >=dev-util/xdelta-3.0[lzma(+)] - net-dns/dnsmasq[dhcp,ipv6(+)] + net-dns/dnsmasq[dhcp] sys-libs/libcap virtual/udev" RDEPEND="${DEPEND} net-firewall/ebtables - net-firewall/iptables[ipv6(+)] - sys-apps/iproute2[ipv6(+)] + net-firewall/iptables + sys-apps/iproute2 sys-fs/fuse:* >=sys-fs/lxcfs-5.0.0 sys-fs/squashfs-tools[lzma] @@ -187,6 +187,7 @@ pkg_postinst() { elog optfeature "virtual machine support" app-emulation/qemu[spice,usbredir,virtfs] optfeature "btrfs storage backend" sys-fs/btrfs-progs + optfeature "ipv6 support" net-dns/dnsmasq[ipv6] net-firewall/iptables[ipv6] sys-apps/iproute2[ipv6] optfeature "lvm2 storage backend" sys-fs/lvm2 optfeature "zfs storage backend" sys-fs/zfs elog diff --git a/app-containers/lxd/lxd-5.0.2.ebuild b/app-containers/lxd/lxd-5.0.2-r1.ebuild similarity index 97% rename from app-containers/lxd/lxd-5.0.2.ebuild rename to app-containers/lxd/lxd-5.0.2-r1.ebuild index 4ce69e48b15f..f361e6e12a6d 100644 --- a/app-containers/lxd/lxd-5.0.2.ebuild +++ b/app-containers/lxd/lxd-5.0.2-r1.ebuild @@ -23,13 +23,13 @@ DEPEND="acct-group/lxd dev-libs/lzo >=dev-libs/raft-0.17.1:=[lz4] >=dev-util/xdelta-3.0[lzma(+)] - net-dns/dnsmasq[dhcp,ipv6(+)] + net-dns/dnsmasq[dhcp] sys-libs/libcap virtual/udev" RDEPEND="${DEPEND} net-firewall/ebtables - net-firewall/iptables[ipv6(+)] - sys-apps/iproute2[ipv6(+)] + net-firewall/iptables + sys-apps/iproute2 sys-fs/fuse:* >=sys-fs/lxcfs-5.0.0 sys-fs/squashfs-tools[lzma] @@ -175,6 +175,7 @@ pkg_postinst() { elog optfeature "virtual machine support" app-emulation/qemu[spice,usbredir,virtfs] optfeature "btrfs storage backend" sys-fs/btrfs-progs + optfeature "ipv6 support" net-dns/dnsmasq[ipv6] net-firewall/iptables[ipv6] sys-apps/iproute2[ipv6] optfeature "lvm2 storage backend" sys-fs/lvm2 optfeature "zfs storage backend" sys-fs/zfs elog