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 4CBD2138334 for ; Tue, 2 Apr 2019 03:57:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3481BE0878; Tue, 2 Apr 2019 03:57:58 +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 0FD89E0878 for ; Tue, 2 Apr 2019 03:57:58 +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 6B6EC335C9C for ; Tue, 2 Apr 2019 03:57:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 144B7545 for ; Tue, 2 Apr 2019 03:57:55 +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: <1554177457.93a62a2f798d10dd5f4101836bc9e7b689867270.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.10.ebuild app-emulation/lxd/lxd-3.9.ebuild X-VCS-Directories: app-emulation/lxd/ X-VCS-Committer: stasibear X-VCS-Committer-Name: Erik Mackdanz X-VCS-Revision: 93a62a2f798d10dd5f4101836bc9e7b689867270 X-VCS-Branch: master Date: Tue, 2 Apr 2019 03:57:55 +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: af73bf78-180d-4e8b-a5d3-7c54c641cfe6 X-Archives-Hash: 57e12dafdafa70a9cacd2db1fee97af7 commit: 93a62a2f798d10dd5f4101836bc9e7b689867270 Author: Erik Mackdanz gentoo org> AuthorDate: Tue Apr 2 03:55:44 2019 +0000 Commit: Erik Mackdanz gentoo org> CommitDate: Tue Apr 2 03:57:37 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93a62a2f app-emulation/lxd: Stabilize through 3.10 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Erik Mackdanz gentoo.org> app-emulation/lxd/lxd-3.10.ebuild | 2 +- app-emulation/lxd/lxd-3.9.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/lxd/lxd-3.10.ebuild b/app-emulation/lxd/lxd-3.10.ebuild index 988a505aa24..a330cfbac4e 100644 --- a/app-emulation/lxd/lxd-3.10.ebuild +++ b/app-emulation/lxd/lxd-3.10.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 tools" diff --git a/app-emulation/lxd/lxd-3.9.ebuild b/app-emulation/lxd/lxd-3.9.ebuild index 418cd000141..886ba7e161b 100644 --- a/app-emulation/lxd/lxd-3.9.ebuild +++ b/app-emulation/lxd/lxd-3.9.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 tools"