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/libsemanage: libsemanage-2.1.0.ebuild
Date: Tue, 27 Sep 2011 18:28:11
Message-Id: 20110927182757.18CD720036@flycatcher.gentoo.org
1 swift 11/09/27 18:27:57
2
3 Modified: libsemanage-2.1.0.ebuild
4 Log:
5 Depend on swig for USE=python too, otherwise the libsemanage build fails
6
7 (Portage version: 2.1.10.11/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 sys-libs/libsemanage/libsemanage-2.1.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsemanage/libsemanage-2.1.0.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsemanage/libsemanage-2.1.0.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsemanage/libsemanage-2.1.0.ebuild?r1=1.2&r2=1.3
15
16 Index: libsemanage-2.1.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/libsemanage-2.1.0.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- libsemanage-2.1.0.ebuild 17 Sep 2011 12:55:40 -0000 1.2
23 +++ libsemanage-2.1.0.ebuild 27 Sep 2011 18:27:57 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/libsemanage-2.1.0.ebuild,v 1.2 2011/09/17 12:55:40 swift Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/libsemanage-2.1.0.ebuild,v 1.3 2011/09/27 18:27:57 swift Exp $
29
30 EAPI="3"
31 # Support for 4 depends on python.eclass
32 @@ -29,7 +29,8 @@
33 DEPEND="${RDEPEND}
34 sys-devel/bison
35 sys-devel/flex
36 - ruby? ( dev-lang/swig )"
37 + ruby? ( dev-lang/swig )
38 + python? ( dev-lang/swig )"
39
40 # tests are not meant to be run outside of the
41 # full SELinux userland repo