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 5AEC8138334 for ; Fri, 27 Jul 2018 03:57:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E818E08F7; Fri, 27 Jul 2018 03:57:11 +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 2966EE08F7 for ; Fri, 27 Jul 2018 03:57:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C809C335CC7 for ; Fri, 27 Jul 2018 03:57:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E911B371 for ; Fri, 27 Jul 2018 03:57:06 +0000 (UTC) From: "Erik Mackdanz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Erik Mackdanz" Message-ID: <1532663807.57bee163877d8acafed493cc57cd05a656e915f1.stasibear@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.2.ebuild X-VCS-Directories: app-emulation/lxd/ X-VCS-Committer: stasibear X-VCS-Committer-Name: Erik Mackdanz X-VCS-Revision: 57bee163877d8acafed493cc57cd05a656e915f1 X-VCS-Branch: master Date: Fri, 27 Jul 2018 03:57:06 +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: 070b6f8a-0957-473d-92ca-0a79d64a6d50 X-Archives-Hash: 156cf78db9f6e736d5b274c4ea4f158d commit: 57bee163877d8acafed493cc57cd05a656e915f1 Author: Erik Mackdanz gentoo org> AuthorDate: Fri Jul 27 03:56:47 2018 +0000 Commit: Erik Mackdanz gentoo org> CommitDate: Fri Jul 27 03:56:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57bee163 app-emulation/lxd: Stabilize 3.2 Package-Manager: Portage-2.3.43, Repoman-2.3.10 app-emulation/lxd/lxd-3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/lxd/lxd-3.2.ebuild b/app-emulation/lxd/lxd-3.2.ebuild index 1f0f3db33a2..473f52df537 100644 --- a/app-emulation/lxd/lxd-3.2.ebuild +++ b/app-emulation/lxd/lxd-3.2.ebuild @@ -8,7 +8,7 @@ HOMEPAGE="https://linuxcontainers.org/lxd/introduction/" LICENSE="Apache-2.0 BSD BSD-2 LGPL-3 MIT MPL-2.0" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="+daemon +ipv6 +dnsmasq nls test"