From ceeade69cb23d383cc7a9ffafb10646445f53507 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Mon, 25 Jun 2018 22:12:13 -0400 Subject: [PATCH] app-emulation/lxc: re-add python USE flag With LXC 3.0 de-bundling its python bindings, the python USE flag was temporarily removed, but now that dev-python/python3-lxc has been added, we can add it back again. Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- app-emulation/lxc/lxc-3.0.1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app-emulation/lxc/lxc-3.0.1.ebuild b/app-emulation/lxc/lxc-3.0.1.ebuild index 79af8e188502..a36f4c15daa3 100644 --- a/app-emulation/lxc/lxc-3.0.1.ebuild +++ b/app-emulation/lxc/lxc-3.0.1.ebuild @@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" LICENSE="LGPL-3" SLOT="0" -IUSE="examples pam seccomp selinux +templates" +IUSE="examples pam python seccomp selinux +templates" RDEPEND=" net-libs/gnutls @@ -31,7 +31,8 @@ RDEPEND="${RDEPEND} app-misc/pax-utils virtual/awk" -PDEPEND="templates? ( app-emulation/lxc-templates )" +PDEPEND="templates? ( app-emulation/lxc-templates ) + python? ( dev-python/python3-lxc )" CONFIG_CHECK="~CGROUPS ~CGROUP_DEVICE ~CPUSETS ~CGROUP_CPUACCT -- 2.26.2