Since v3.0, LXC bundles old style templates separately. This USE flags
brings back the old behavior of installing templates by default.
Closes: https://bugs.gentoo.org/655020
Package-Manager: Portage-2.3.40, Repoman-2.3.9
LICENSE="LGPL-3"
SLOT="0"
-IUSE="examples pam seccomp selinux"
+IUSE="examples pam seccomp selinux +templates"
RDEPEND="
net-libs/gnutls
app-misc/pax-utils
virtual/awk"
+PDEPEND="templates? ( app-emulation/lxc-templates )"
+
CONFIG_CHECK="~CGROUPS ~CGROUP_DEVICE
~CPUSETS ~CGROUP_CPUACCT
~CGROUP_SCHED
</maintainer>
<use>
<flag name="cgmanager">Enable support for cgroup management using <pkg>app-admin/cgmanager</pkg></flag>
+ <flag name="templates">Install old style templates through <pkg>app-emulation/lxc-templates</pkg></flag>
</use>
<upstream>
<remote-id type="github">lxc/lxc</remote-id>