diff options
author | Erik Mackdanz <stasibear@gentoo.org> | 2019-09-08 17:46:16 -0500 |
---|---|---|
committer | Erik Mackdanz <stasibear@gentoo.org> | 2019-09-08 17:47:16 -0500 |
commit | 80d4bc74776a572ed5a0309ef52cc35db240961c (patch) | |
tree | 0d67884638ee774bb367c4f65d5fd4ca6fa10dd6 /app-emulation/lxd/lxd-3.14.ebuild | |
parent | sys-kernel/git-sources: Linux patch 5.3-rc8 (diff) | |
download | gentoo-80d4bc74776a572ed5a0309ef52cc35db240961c.tar.gz gentoo-80d4bc74776a572ed5a0309ef52cc35db240961c.tar.bz2 gentoo-80d4bc74776a572ed5a0309ef52cc35db240961c.zip |
app-emulation/lxd: stabilize 3.14
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Diffstat (limited to 'app-emulation/lxd/lxd-3.14.ebuild')
-rw-r--r-- | app-emulation/lxd/lxd-3.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/lxd/lxd-3.14.ebuild b/app-emulation/lxd/lxd-3.14.ebuild index 80bccb3ac766..4d7ff49b9d13 100644 --- a/app-emulation/lxd/lxd-3.14.ebuild +++ b/app-emulation/lxd/lxd-3.14.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" |