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.3.ebuild ChangeLog
Date: Sat, 07 Jun 2014 19:41:46
Message-Id: 20140607194142.3CD492004E@flycatcher.gentoo.org
1 swift 14/06/07 19:41:42
2
3 Modified: libselinux-2.3.ebuild ChangeLog
4 Log:
5 Update libpcre and libsepol deps to include MULTILIB_USEDEP
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
8
9 Revision Changes Path
10 1.2 sys-libs/libselinux/libselinux-2.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libselinux/libselinux-2.3.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libselinux/libselinux-2.3.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libselinux/libselinux-2.3.ebuild?r1=1.1&r2=1.2
15
16 Index: libselinux-2.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.3.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- libselinux-2.3.ebuild 9 May 2014 20:29:15 -0000 1.1
23 +++ libselinux-2.3.ebuild 7 Jun 2014 19:41:42 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 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.3.ebuild,v 1.1 2014/05/09 20:29:15 swift Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.3.ebuild,v 1.2 2014/06/07 19:41:42 swift Exp $
29
30 EAPI="5"
31 PYTHON_COMPAT=( python2_7 python3_2 python3_3 )
32 @@ -26,8 +26,8 @@
33
34 IUSE="python ruby static-libs ruby_targets_ruby19 ruby_targets_ruby20"
35
36 -RDEPEND=">=sys-libs/libsepol-${SEPOL_VER}
37 - >=dev-libs/libpcre-8.30-r2[static-libs?]
38 +RDEPEND=">=sys-libs/libsepol-${SEPOL_VER}[${MULTILIB_USEDEP}]
39 + >=dev-libs/libpcre-8.30-r2[static-libs?,${MULTILIB_USEDEP}]
40 python? ( ${PYTHON_DEPS} )
41 ruby? (
42 ruby_targets_ruby19? ( dev-lang/ruby:1.9 )
43
44
45
46 1.123 sys-libs/libselinux/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libselinux/ChangeLog?rev=1.123&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libselinux/ChangeLog?rev=1.123&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libselinux/ChangeLog?r1=1.122&r2=1.123
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libselinux/ChangeLog,v
55 retrieving revision 1.122
56 retrieving revision 1.123
57 diff -u -r1.122 -r1.123
58 --- ChangeLog 10 May 2014 13:59:49 -0000 1.122
59 +++ ChangeLog 7 Jun 2014 19:41:42 -0000 1.123
60 @@ -1,6 +1,9 @@
61 # ChangeLog for sys-libs/libselinux
62 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/ChangeLog,v 1.122 2014/05/10 13:59:49 swift Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/ChangeLog,v 1.123 2014/06/07 19:41:42 swift Exp $
65 +
66 + 07 Jun 2014; Sven Vermeulen <swift@g.o> libselinux-2.3.ebuild:
67 + Update libpcre and libsepol deps to include MULTILIB_USEDEP
68
69 10 May 2014; Sven Vermeulen <swift@g.o>
70 -files/libselinux-2.1.9-mountsys.patch,