diff options
author | Erik Mackdanz <stasibear@gentoo.org> | 2018-11-11 15:13:55 -0600 |
---|---|---|
committer | Erik Mackdanz <stasibear@gentoo.org> | 2018-11-11 15:15:23 -0600 |
commit | a6a45d3b026b8e91235147cf17234a08155ed8e5 (patch) | |
tree | 36a6d978b8fc8febfbfe035021d8ee5a60be75df /app-emulation/lxd | |
parent | sys-firmware/seabios: Actually use iasl to rebuild hex files (diff) | |
download | gentoo-a6a45d3b026b8e91235147cf17234a08155ed8e5.tar.gz gentoo-a6a45d3b026b8e91235147cf17234a08155ed8e5.tar.bz2 gentoo-a6a45d3b026b8e91235147cf17234a08155ed8e5.zip |
app-emulation/lxd: Stabilize 3.6-r1
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.6-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/lxd/lxd-3.6-r1.ebuild b/app-emulation/lxd/lxd-3.6-r1.ebuild index 250ea1346d70..7f3ceabdddf2 100644 --- a/app-emulation/lxd/lxd-3.6-r1.ebuild +++ b/app-emulation/lxd/lxd-3.6-r1.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" |