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 05423138334 for ; Mon, 18 Nov 2019 20:54:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EFA7E0844; Mon, 18 Nov 2019 20:54:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E405BE0844 for ; Mon, 18 Nov 2019 20:54:44 +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 9577834D002 for ; Mon, 18 Nov 2019 20:54:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93D2A889 for ; Mon, 18 Nov 2019 20:54:41 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1574110418.e9dce33c196e3af25686e0a829aa17a0bfe4d303.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/lxd/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/lxd/lxd-3.16-r1.ebuild app-emulation/lxd/lxd-3.16.ebuild X-VCS-Directories: app-emulation/lxd/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: e9dce33c196e3af25686e0a829aa17a0bfe4d303 X-VCS-Branch: master Date: Mon, 18 Nov 2019 20:54: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: ae9db2ab-29c9-4f83-99bf-e316dabaf0db X-Archives-Hash: 10c6336d8cd668184f9072efb3831684 commit: e9dce33c196e3af25686e0a829aa17a0bfe4d303 Author: David Heidelberg ixit cz> AuthorDate: Tue Oct 8 19:19:44 2019 +0000 Commit: Tim Harder gentoo org> CommitDate: Mon Nov 18 20:53:38 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9dce33c app-emulation/lxd: revbump, fix sys-fs/fuse SLOT Closes: https://github.com/gentoo/gentoo/pull/13216 Closes: https://bugs.gentoo.org/697010 Signed-off-by: David Heidelberg ixit.cz> Signed-off-by: Tim Harder gentoo.org> app-emulation/lxd/{lxd-3.16.ebuild => lxd-3.16-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-emulation/lxd/lxd-3.16.ebuild b/app-emulation/lxd/lxd-3.16-r1.ebuild similarity index 99% rename from app-emulation/lxd/lxd-3.16.ebuild rename to app-emulation/lxd/lxd-3.16-r1.ebuild index 8c7e5f94a4d..28b5695b2e9 100644 --- a/app-emulation/lxd/lxd-3.16.ebuild +++ b/app-emulation/lxd/lxd-3.16-r1.ebuild @@ -11,6 +11,7 @@ SLOT="0" KEYWORDS="~amd64" IUSE="+daemon +ipv6 +dnsmasq nls test tools" +RESTRICT="!test? ( test )" inherit autotools bash-completion-r1 linux-info systemd user @@ -45,7 +46,7 @@ RDEPEND=" net-libs/libnsl:0= net-misc/rsync[xattr] sys-apps/iproute2[ipv6?] - sys-fs/fuse + sys-fs/fuse:0= sys-fs/lxcfs sys-fs/squashfs-tools virtual/acl