diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2015-02-05 18:49:27 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2015-02-05 18:49:27 +0000 |
commit | 4cd285c4a1a781ff634db6c95d38b443cdbe1e88 (patch) | |
tree | 4693ad5316d0d930522461f774f9e4bf11b4b49a /app-emulation | |
parent | Remove old. (diff) | |
download | gentoo-2-4cd285c4a1a781ff634db6c95d38b443cdbe1e88.tar.gz gentoo-2-4cd285c4a1a781ff634db6c95d38b443cdbe1e88.tar.bz2 gentoo-2-4cd285c4a1a781ff634db6c95d38b443cdbe1e88.zip |
Add missing use_enable seccomp. Bug #538834
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/lxc/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/lxc/lxc-1.0.6-r1.ebuild | 5 | ||||
-rw-r--r-- | app-emulation/lxc/lxc-1.0.7.ebuild | 3 |
3 files changed, 10 insertions, 4 deletions
diff --git a/app-emulation/lxc/ChangeLog b/app-emulation/lxc/ChangeLog index da853d9fe80e..d9d3e52e5322 100644 --- a/app-emulation/lxc/ChangeLog +++ b/app-emulation/lxc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/lxc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.56 2015/01/31 13:16:17 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.57 2015/02/05 18:49:27 hwoarang Exp $ + + 05 Feb 2015; Markos Chandras <hwoarang@gentoo.org> lxc-1.0.6-r1.ebuild, + lxc-1.0.7.ebuild: + Add missing use_enable seccomp. Bug #538834 31 Jan 2015; Markos Chandras <hwoarang@gentoo.org> -lxc-1.0.4.ebuild, -lxc-1.0.6.ebuild: diff --git a/app-emulation/lxc/lxc-1.0.6-r1.ebuild b/app-emulation/lxc/lxc-1.0.6-r1.ebuild index c30a0e831a71..691ffdeb12c1 100644 --- a/app-emulation/lxc/lxc-1.0.6-r1.ebuild +++ b/app-emulation/lxc/lxc-1.0.6-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# 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.6-r1.ebuild,v 1.2 2014/11/09 15:28:25 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-1.0.6-r1.ebuild,v 1.3 2015/02/05 18:49:27 hwoarang Exp $ EAPI="5" @@ -108,6 +108,7 @@ src_configure() { --disable-apparmor \ $(use_enable examples) \ $(use_enable lua) \ + $(use_enable seccomp) \ --disable-python } 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 } |