floppym     14/03/31 19:01:26

  Modified:             systemd-212.ebuild systemd-9999.ebuild ChangeLog
  Log:
  Check for CONFIG_NET_NS, bug 506244 by Alexander Bartha.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  Changes    Path
1.4                  sys-apps/systemd/systemd-212.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-212.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-212.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-212.ebuild?r1=1.3&r2=1.4

Index: systemd-212.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-212.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- systemd-212.ebuild  29 Mar 2014 08:02:04 -0000      1.3
+++ systemd-212.ebuild  31 Mar 2014 19:01:25 -0000      1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-212.ebuild,v 1.3 
2014/03/29 08:02:04 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-212.ebuild,v 1.4 
2014/03/31 19:01:25 floppym Exp $
 
 EAPI=5
 
@@ -87,7 +87,7 @@
 
 pkg_pretend() {
        local CONFIG_CHECK="~AUTOFS4_FS ~BLK_DEV_BSG ~CGROUPS ~DEVTMPFS ~DMIID
-               ~EPOLL ~FANOTIFY ~FHANDLE ~INOTIFY_USER ~IPV6 ~NET ~PROC_FS
+               ~EPOLL ~FANOTIFY ~FHANDLE ~INOTIFY_USER ~IPV6 ~NET ~NET_NS 
~PROC_FS
                ~SECCOMP ~SIGNALFD ~SYSFS ~TIMERFD
                ~!IDE ~!SYSFS_DEPRECATED ~!SYSFS_DEPRECATED_V2
                ~!GRKERNSEC_PROC"



1.103                sys-apps/systemd/systemd-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.103&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.103&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.102&r2=1.103

Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- systemd-9999.ebuild 28 Mar 2014 18:16:31 -0000      1.102
+++ systemd-9999.ebuild 31 Mar 2014 19:01:25 -0000      1.103
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 
1.102 2014/03/28 18:16:31 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 
1.103 2014/03/31 19:01:25 floppym Exp $
 
 EAPI=5
 
@@ -114,7 +114,7 @@
 
 pkg_pretend() {
        local CONFIG_CHECK="~AUTOFS4_FS ~BLK_DEV_BSG ~CGROUPS ~DEVTMPFS ~DMIID
-               ~EPOLL ~FANOTIFY ~FHANDLE ~INOTIFY_USER ~IPV6 ~NET ~PROC_FS
+               ~EPOLL ~FANOTIFY ~FHANDLE ~INOTIFY_USER ~IPV6 ~NET ~NET_NS 
~PROC_FS
                ~SECCOMP ~SIGNALFD ~SYSFS ~TIMERFD
                ~!IDE ~!SYSFS_DEPRECATED ~!SYSFS_DEPRECATED_V2
                ~!GRKERNSEC_PROC"



1.244                sys-apps/systemd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.244&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.244&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.243&r2=1.244

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.243
retrieving revision 1.244
diff -u -r1.243 -r1.244
--- ChangeLog   29 Mar 2014 08:02:04 -0000      1.243
+++ ChangeLog   31 Mar 2014 19:01:26 -0000      1.244
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/systemd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.243 
2014/03/29 08:02:04 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.244 
2014/03/31 19:01:26 floppym Exp $
+
+  31 Mar 2014; Mike Gilbert <[email protected]> systemd-212.ebuild,
+  systemd-9999.ebuild:
+  Check for CONFIG_NET_NS, bug 506244 by Alexander Bartha.
 
   29 Mar 2014; Michał Górny <[email protected]> systemd-212.ebuild:
   Require kernel 3.7 temporarily due to unconditional use of newer defines.




Reply via email to