public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-libs/libselinux: libselinux-2.2.2-r2.ebuild ChangeLog
@ 2014-03-04 20:41 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2014-03-04 20:41 UTC (permalink / raw
  To: gentoo-commits

ssuominen    14/03/04 20:41:11

  Modified:             libselinux-2.2.2-r2.ebuild ChangeLog
  Log:
  Fix installation of python site-packages w/ multilib-strict by passing LIBDIR to "make install" phase wrt #502954
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.2                  sys-libs/libselinux/libselinux-2.2.2-r2.ebuild

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

Index: libselinux-2.2.2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.2.2-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libselinux-2.2.2-r2.ebuild	4 Mar 2014 19:14:55 -0000	1.1
+++ libselinux-2.2.2-r2.ebuild	4 Mar 2014 20:41:11 -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-libs/libselinux/libselinux-2.2.2-r2.ebuild,v 1.1 2014/03/04 19:14:55 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.2.2-r2.ebuild,v 1.2 2014/03/04 20:41:11 ssuominen Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python2_7 python3_2 python3_3 )
@@ -63,7 +63,7 @@
 
 	if multilib_is_native_abi && use python; then
 		installation() {
-			emake DESTDIR="${D}" install-pywrap
+			LIBDIR="\$(PREFIX)/$(get_libdir)" emake DESTDIR="${D}" install-pywrap
 		}
 		python_foreach_impl installation
 	fi



1.112                sys-libs/libselinux/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libselinux/ChangeLog?rev=1.112&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libselinux/ChangeLog?rev=1.112&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libselinux/ChangeLog?r1=1.111&r2=1.112

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libselinux/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog	4 Mar 2014 19:14:55 -0000	1.111
+++ ChangeLog	4 Mar 2014 20:41:11 -0000	1.112
@@ -1,6 +1,11 @@
 # ChangeLog for sys-libs/libselinux
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/ChangeLog,v 1.111 2014/03/04 19:14:55 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/ChangeLog,v 1.112 2014/03/04 20:41:11 ssuominen Exp $
+
+  04 Mar 2014; Samuli Suominen <ssuominen@gentoo.org>
+  libselinux-2.2.2-r2.ebuild:
+  Fix installation of python site-packages w/ multilib-strict by passing LIBDIR
+  to "make install" phase wrt #502954
 
 *libselinux-2.2.2-r2 (04 Mar 2014)
 





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-03-04 20:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-04 20:41 [gentoo-commits] gentoo-x86 commit in sys-libs/libselinux: libselinux-2.2.2-r2.ebuild ChangeLog Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox