Gentoo Archives: gentoo-commits

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/libselinux: libselinux-2.4.ebuild ChangeLog
Date: Wed, 04 Mar 2015 15:47:08
Message-Id: 20150304154703.161231307F@oystercatcher.gentoo.org
1 swift 15/03/04 15:47:03
2
3 Modified: libselinux-2.4.ebuild ChangeLog
4 Log:
5 Fix build failure on x32 (bug #541618)
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
8
9 Revision Changes Path
10 1.2 sys-libs/libselinux/libselinux-2.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libselinux/libselinux-2.4.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libselinux/libselinux-2.4.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libselinux/libselinux-2.4.ebuild?r1=1.1&r2=1.2
15
16 Index: libselinux-2.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.4.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- libselinux-2.4.ebuild 4 Feb 2015 17:49:56 -0000 1.1
23 +++ libselinux-2.4.ebuild 4 Mar 2015 15:47:03 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.4.ebuild,v 1.1 2015/02/04 17:49:56 perfinion Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.4.ebuild,v 1.2 2015/03/04 15:47:03 swift Exp $
29
30 EAPI="5"
31 PYTHON_COMPAT=( python2_7 python3_2 python3_3 python3_4 )
32 @@ -67,6 +67,8 @@
33 PYTHONLIBDIR="${PYTHON_LIBPATH}" \
34 PYPREFIX="${EPYTHON##*/}" \
35 LDFLAGS="-fPIC ${LDFLAGS} -lpthread" \
36 + LIBDIR="\$(PREFIX)/$(get_libdir)" \
37 + SHLIBDIR="\$(DESTDIR)/$(get_libdir)" \
38 pywrap
39 }
40 python_foreach_impl building
41 @@ -82,6 +84,8 @@
42 RUBY=${1} \
43 RUBYINSTALL=$(${1} -e 'print RbConfig::CONFIG["vendorarchdir"]') \
44 LDFLAGS="-fPIC ${LDFLAGS} -lpthread" \
45 + LIBDIR="\$(PREFIX)/$(get_libdir)" \
46 + SHLIBDIR="\$(DESTDIR)/$(get_libdir)" \
47 rubywrap
48 }
49 for RUBYTARGET in ${USE_RUBY}; do
50
51
52
53 1.140 sys-libs/libselinux/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libselinux/ChangeLog?rev=1.140&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libselinux/ChangeLog?rev=1.140&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libselinux/ChangeLog?r1=1.139&r2=1.140
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libselinux/ChangeLog,v
62 retrieving revision 1.139
63 retrieving revision 1.140
64 diff -u -r1.139 -r1.140
65 --- ChangeLog 4 Feb 2015 17:49:56 -0000 1.139
66 +++ ChangeLog 4 Mar 2015 15:47:03 -0000 1.140
67 @@ -1,6 +1,9 @@
68 # ChangeLog for sys-libs/libselinux
69 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/ChangeLog,v 1.139 2015/02/04 17:49:56 perfinion Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/ChangeLog,v 1.140 2015/03/04 15:47:03 swift Exp $
72 +
73 + 04 Mar 2015; Sven Vermeulen <swift@g.o> libselinux-2.4.ebuild:
74 + Fix build failure on x32 (bug #541618)
75
76 *libselinux-2.4 (04 Feb 2015)