floppym     14/03/12 18:40:56

  Modified:             systemd-211.ebuild ChangeLog
  Log:
  Copy ROOTPREFIX logic from the live ebuild.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  Changes    Path
1.2                  sys-apps/systemd/systemd-211.ebuild

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

Index: systemd-211.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-211.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- systemd-211.ebuild  12 Mar 2014 08:45:02 -0000      1.1
+++ systemd-211.ebuild  12 Mar 2014 18:40:56 -0000      1.2
@@ -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-211.ebuild,v 1.1 
2014/03/12 08:45:02 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-211.ebuild,v 1.2 
2014/03/12 18:40:56 floppym Exp $
 
 EAPI=5
 
@@ -192,6 +192,14 @@
                )
        fi
 
+       # Added for testing; this is UNSUPPORTED by the Gentoo systemd team!
+       if [[ -n ${ROOTPREFIX+set} ]]; then
+               myeconfargs+=(
+                       --with-rootprefix="${ROOTPREFIX}"
+                       --with-rootlibdir="${ROOTPREFIX}/$(get_libdir)"
+               )
+       fi
+
        if ! multilib_is_native_abi; then
                myeconfargs+=(
                        ac_cv_search_cap_init=



1.239                sys-apps/systemd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.238
retrieving revision 1.239
diff -u -r1.238 -r1.239
--- ChangeLog   12 Mar 2014 08:45:02 -0000      1.238
+++ ChangeLog   12 Mar 2014 18:40:56 -0000      1.239
@@ -1,6 +1,9 @@
 # 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.238 
2014/03/12 08:45:02 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.239 
2014/03/12 18:40:56 floppym Exp $
+
+  12 Mar 2014; Mike Gilbert <[email protected]> systemd-211.ebuild:
+  Copy ROOTPREFIX logic from the live ebuild.
 
 *systemd-211 (12 Mar 2014)
 




Reply via email to