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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E6FCA1396D1 for ; Thu, 21 Sep 2017 12:41:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08360E0B7D; Thu, 21 Sep 2017 12:41:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D80F2E0B7D for ; Thu, 21 Sep 2017 12:41:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A522B3418DC for ; Thu, 21 Sep 2017 12:41:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25C669086 for ; Thu, 21 Sep 2017 12:41:38 +0000 (UTC) From: "Amy Liffey" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Liffey" Message-ID: <1505997671.bf4a4cfb942b4402e61e32c4ae2f4d77d448531f.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/lxd/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/lxd/lxd-2.17.ebuild X-VCS-Directories: app-emulation/lxd/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Liffey X-VCS-Revision: bf4a4cfb942b4402e61e32c4ae2f4d77d448531f X-VCS-Branch: master Date: Thu, 21 Sep 2017 12:41:38 +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-Archives-Salt: 9ba6e004-a99d-4ed2-8446-35b38b042e2d X-Archives-Hash: 4b5d3b1fcaedff3e0c671bc66b81a504 commit: bf4a4cfb942b4402e61e32c4ae2f4d77d448531f Author: Virgil Dupras hardcoded net> AuthorDate: Tue Sep 5 01:02:29 2017 +0000 Commit: Amy Liffey gentoo org> CommitDate: Thu Sep 21 12:41:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf4a4cfb app-emulation/lxd: add ipv6 USE flag Disabling this USE flag also disables it in dependencies Gentoo-Bug: 629744 Package-Manager: Portage-2.3.6, Repoman-2.3.1 app-emulation/lxd/lxd-2.17.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-emulation/lxd/lxd-2.17.ebuild b/app-emulation/lxd/lxd-2.17.ebuild index 7eb040f0bc5..910e0b58c9d 100644 --- a/app-emulation/lxd/lxd-2.17.ebuild +++ b/app-emulation/lxd/lxd-2.17.ebuild @@ -45,7 +45,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" -IUSE="+daemon nls test" +IUSE="+daemon +ipv6 nls test" inherit bash-completion-r1 golang-build linux-info systemd user golang-vcs-snapshot @@ -68,9 +68,9 @@ RDEPEND=" daemon? ( app-arch/xz-utils >=app-emulation/lxc-2.0.7[seccomp] - net-dns/dnsmasq[dhcp,ipv6] + net-dns/dnsmasq[dhcp,ipv6?] net-misc/rsync[xattr] - sys-apps/iproute2[ipv6] + sys-apps/iproute2[ipv6?] sys-fs/squashfs-tools virtual/acl )