Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-process/daemontools-encore: daemontools-encore-1.02.ebuild
Date: Thu, 06 Jan 2011 04:01:22
Message-Id: 20110106040111.E962320051@flycatcher.gentoo.org
1 mr_bones_ 11/01/06 04:01:11
2
3 Modified: daemontools-encore-1.02.ebuild
4 Log:
5 add missing selinux to IUSE
6
7 (Portage version: 2.1.9.25/cvs/Linux i686)
8
9 Revision Changes Path
10 1.2 sys-process/daemontools-encore/daemontools-encore-1.02.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/daemontools-encore/daemontools-encore-1.02.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/daemontools-encore/daemontools-encore-1.02.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/daemontools-encore/daemontools-encore-1.02.ebuild?r1=1.1&r2=1.2
15
16 Index: daemontools-encore-1.02.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-process/daemontools-encore/daemontools-encore-1.02.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- daemontools-encore-1.02.ebuild 5 Jan 2011 12:32:39 -0000 1.1
23 +++ daemontools-encore-1.02.ebuild 6 Jan 2011 04:01:11 -0000 1.2
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-process/daemontools-encore/daemontools-encore-1.02.ebuild,v 1.1 2011/01/05 12:32:39 bangert Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-process/daemontools-encore/daemontools-encore-1.02.ebuild,v 1.2 2011/01/06 04:01:11 mr_bones_ Exp $
29
30 EAPI=3
31
32 @@ -13,7 +13,7 @@
33 LICENSE="MIT"
34 SLOT="0"
35 KEYWORDS="~x86 ~amd64"
36 -IUSE="static"
37 +IUSE="selinux static"
38
39 DEPEND=""
40 RDEPEND="selinux? ( sec-policy/selinux-daemontools )