swift       15/03/04 16:05:39

  Modified:             policycoreutils-2.4.ebuild ChangeLog
  Log:
  Fix build failure on x32 (bug #541618)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x2EDD52403B68AF47)

Revision  Changes    Path
1.2                  sys-apps/policycoreutils/policycoreutils-2.4.ebuild

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

Index: policycoreutils-2.4.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-2.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- policycoreutils-2.4.ebuild  4 Feb 2015 17:48:40 -0000       1.1
+++ policycoreutils-2.4.ebuild  4 Mar 2015 16:05:39 -0000       1.2
@@ -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/policycoreutils/policycoreutils-2.4.ebuild,v 
1.1 2015/02/04 17:48:40 perfinion Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-2.4.ebuild,v 
1.2 2015/03/04 16:05:39 swift Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python2_7 )
@@ -82,7 +82,15 @@
 
 src_compile() {
        building() {
-               emake -C "${BUILD_DIR}" AUDIT_LOG_PRIVS="y" AUDITH="$(usex 
audit)" PAMH="$(usex pam)" INOTIFYH="$(usex dbus)" SESANDBOX="n" 
CC="$(tc-getCC)" PYLIBVER="${EPYTHON}"
+               emake -C "${BUILD_DIR}" \
+                       AUDIT_LOG_PRIVS="y" \
+                       AUDITH="$(usex audit)" \
+                       PAMH="$(usex pam)" \
+                       INOTIFYH="$(usex dbus)" \
+                       SESANDBOX="n" \
+                       CC="$(tc-getCC)" \
+                       PYLIBVER="${EPYTHON}" \
+                       LIBDIR="\$(PREFIX)/$(get_libdir)"
        }
        S="${S1}" # Regular policycoreutils
        python_foreach_impl building



1.150                sys-apps/policycoreutils/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -r1.149 -r1.150
--- ChangeLog   6 Feb 2015 06:04:27 -0000       1.149
+++ ChangeLog   4 Mar 2015 16:05:39 -0000       1.150
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/policycoreutils
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v 1.149 
2015/02/06 06:04:27 perfinion Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v 1.150 
2015/03/04 16:05:39 swift Exp $
+
+  04 Mar 2015; Sven Vermeulen <[email protected]> policycoreutils-2.4.ebuild:
+  Fix build failure on x32 (bug #541618)
 
   06 Feb 2015; Jason Zaman <[email protected]> 
policycoreutils-2.3-r3.ebuild:
   Stablize 2.3-r3




Reply via email to