floppym     15/07/10 18:13:18

  Modified:             systemd-9999.ebuild systemd-222.ebuild ChangeLog
  Log:
  Always pass --without-python to configure, bug 554448.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  Changes    Path
1.177                sys-apps/systemd/systemd-9999.ebuild

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

Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -r1.176 -r1.177
--- systemd-9999.ebuild 10 Jul 2015 00:48:16 -0000      1.176
+++ systemd-9999.ebuild 10 Jul 2015 18:13:18 -0000      1.177
@@ -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/sys-apps/systemd/systemd-9999.ebuild,v 
1.176 2015/07/10 00:48:16 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 
1.177 2015/07/10 18:13:18 floppym Exp $
 
 EAPI=5
 
@@ -199,6 +199,7 @@
                --enable-ima
                # Moved to dev-python/python-systemd
                --disable-python-devel
+               --without-python
 
                # Optional components/dependencies
                $(multilib_native_use_enable acl)
@@ -226,7 +227,6 @@
                $(multilib_native_use_enable seccomp)
                $(multilib_native_use_enable selinux)
                $(multilib_native_use_enable terminal)
-               $(multilib_native_use_with terminal python)
                $(multilib_native_use_with terminal unifont 
"${WORKDIR}/${UNIFONT}.hex")
                $(multilib_native_use_enable test tests)
                $(multilib_native_use_enable test dbus)



1.3                  sys-apps/systemd/systemd-222.ebuild

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

Index: systemd-222.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-222.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- systemd-222.ebuild  10 Jul 2015 00:48:16 -0000      1.2
+++ systemd-222.ebuild  10 Jul 2015 18:13:18 -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/sys-apps/systemd/systemd-222.ebuild,v 1.2 
2015/07/10 00:48:16 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-222.ebuild,v 1.3 
2015/07/10 18:13:18 floppym Exp $
 
 EAPI=5
 
@@ -199,6 +199,7 @@
                --enable-ima
                # Moved to dev-python/python-systemd
                --disable-python-devel
+               --without-python
 
                # Optional components/dependencies
                $(multilib_native_use_enable acl)
@@ -226,7 +227,6 @@
                $(multilib_native_use_enable seccomp)
                $(multilib_native_use_enable selinux)
                $(multilib_native_use_enable terminal)
-               $(multilib_native_use_with terminal python)
                $(multilib_native_use_with terminal unifont 
"${WORKDIR}/${UNIFONT}.hex")
                $(multilib_native_use_enable test tests)
                $(multilib_native_use_enable test dbus)



1.384                sys-apps/systemd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.383
retrieving revision 1.384
diff -u -r1.383 -r1.384
--- ChangeLog   10 Jul 2015 00:48:16 -0000      1.383
+++ ChangeLog   10 Jul 2015 18:13:18 -0000      1.384
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/systemd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.383 
2015/07/10 00:48:16 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.384 
2015/07/10 18:13:18 floppym Exp $
+
+  10 Jul 2015; Mike Gilbert <flop...@gentoo.org> systemd-222.ebuild,
+  systemd-9999.ebuild:
+  Always pass --without-python to configure, bug 554448.
 
   10 Jul 2015; Mike Gilbert <flop...@gentoo.org> systemd-222.ebuild,
   systemd-9999.ebuild:




Reply via email to