commit:     ceeade69cb23d383cc7a9ffafb10646445f53507
Author:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 26 02:12:13 2018 +0000
Commit:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Tue Jun 26 02:12:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ceeade69

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 79af8e18850..a36f4c15daa 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

Reply via email to