diff options
author | Erik Mackdanz <stasibear@gentoo.org> | 2018-10-13 17:43:30 -0500 |
---|---|---|
committer | Erik Mackdanz <stasibear@gentoo.org> | 2018-10-13 17:43:30 -0500 |
commit | 74866c4712318a1cd546826bbefbd991b6781270 (patch) | |
tree | afeda8f1e30668b584829dcd9e600a545136d6ee /app-emulation/lxd | |
parent | sys-fs/lxcfs: Remove old versions (diff) | |
download | gentoo-74866c4712318a1cd546826bbefbd991b6781270.tar.gz gentoo-74866c4712318a1cd546826bbefbd991b6781270.tar.bz2 gentoo-74866c4712318a1cd546826bbefbd991b6781270.zip |
app-emulation/lxd: Stabilize 3.5
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'app-emulation/lxd')
-rw-r--r-- | app-emulation/lxd/lxd-3.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/lxd/lxd-3.5.ebuild b/app-emulation/lxd/lxd-3.5.ebuild index daa47a637068..8fca096264a2 100644 --- a/app-emulation/lxd/lxd-3.5.ebuild +++ b/app-emulation/lxd/lxd-3.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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" |