diff options
Diffstat (limited to 'app-emulation/lxc/lxc-1.0.7.ebuild')
-rw-r--r-- | app-emulation/lxc/lxc-1.0.7.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/lxc/lxc-1.0.7.ebuild b/app-emulation/lxc/lxc-1.0.7.ebuild index 0ff148197607..20f72ed70c0e 100644 --- a/app-emulation/lxc/lxc-1.0.7.ebuild +++ b/app-emulation/lxc/lxc-1.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-1.0.7.ebuild,v 1.2 2015/01/29 04:49:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-1.0.7.ebuild,v 1.3 2015/02/05 18:49:27 hwoarang Exp $ EAPI="5" @@ -109,6 +109,7 @@ src_configure() { --disable-apparmor \ $(use_enable examples) \ $(use_enable lua) \ + $(use_enable seccomp) \ --disable-python } |