hwoarang 15/02/05 18:49:27 Modified: lxc-1.0.7.ebuild lxc-1.0.6-r1.ebuild ChangeLog Log: Add missing use_enable seccomp. Bug #538834 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!)
Revision Changes Path 1.3 app-emulation/lxc/lxc-1.0.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/lxc-1.0.7.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/lxc-1.0.7.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/lxc-1.0.7.ebuild?r1=1.2&r2=1.3 Index: lxc-1.0.7.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-1.0.7.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- lxc-1.0.7.ebuild 29 Jan 2015 04:49:39 -0000 1.2 +++ lxc-1.0.7.ebuild 5 Feb 2015 18:49:27 -0000 1.3 @@ -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 @@ --disable-apparmor \ $(use_enable examples) \ $(use_enable lua) \ + $(use_enable seccomp) \ --disable-python } 1.3 app-emulation/lxc/lxc-1.0.6-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/lxc-1.0.6-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/lxc-1.0.6-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/lxc-1.0.6-r1.ebuild?r1=1.2&r2=1.3 Index: lxc-1.0.6-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-1.0.6-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- lxc-1.0.6-r1.ebuild 9 Nov 2014 15:28:25 -0000 1.2 +++ lxc-1.0.6-r1.ebuild 5 Feb 2015 18:49:27 -0000 1.3 @@ -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 @@ --disable-apparmor \ $(use_enable examples) \ $(use_enable lua) \ + $(use_enable seccomp) \ --disable-python } 1.57 app-emulation/lxc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/ChangeLog?rev=1.57&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/ChangeLog?rev=1.57&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/ChangeLog?r1=1.56&r2=1.57 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- ChangeLog 31 Jan 2015 13:16:17 -0000 1.56 +++ ChangeLog 5 Feb 2015 18:49:27 -0000 1.57 @@ -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 <[email protected]> lxc-1.0.6-r1.ebuild, + lxc-1.0.7.ebuild: + Add missing use_enable seccomp. Bug #538834 31 Jan 2015; Markos Chandras <[email protected]> -lxc-1.0.4.ebuild, -lxc-1.0.6.ebuild:
