swift       14/11/02 10:10:01

  Modified:             distcc-3.1-r10.ebuild distcc-3.2_rc1-r1.ebuild
                        ChangeLog
  Log:
  Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug 
#527698)
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x2EDD52403B68AF47)

Revision  Changes    Path
1.2                  sys-devel/distcc/distcc-3.1-r10.ebuild

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

Index: distcc-3.1-r10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.1-r10.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- distcc-3.1-r10.ebuild       29 Oct 2014 18:52:28 -0000      1.1
+++ distcc-3.1-r10.ebuild       2 Nov 2014 10:10:01 -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-devel/distcc/distcc-3.1-r10.ebuild,v 
1.1 2014/10/29 18:52:28 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.1-r10.ebuild,v 
1.2 2014/11/02 10:10:01 swift Exp $
 
 EAPI=5
 
@@ -19,13 +19,13 @@
 
 RESTRICT="test"
 
-RDEPEND="${PYTHON_DEPS}
+CDEPEND="${PYTHON_DEPS}
        dev-libs/popt
        avahi? ( >=net-dns/avahi-0.6[dbus] )
        gtk? ( x11-libs/gtk+:2 )"
-DEPEND="${RDEPEND}
+DEPEND="${CDEPEND}
        virtual/pkgconfig"
-RDEPEND="${RDEPEND}
+RDEPEND="${CDEPEND}
        !net-misc/pump
        >=sys-devel/gcc-config-1.4.1
        selinux? ( sec-policy/selinux-distcc )



1.2                  sys-devel/distcc/distcc-3.2_rc1-r1.ebuild

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

Index: distcc-3.2_rc1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.2_rc1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- distcc-3.2_rc1-r1.ebuild    29 Oct 2014 18:52:28 -0000      1.1
+++ distcc-3.2_rc1-r1.ebuild    2 Nov 2014 10:10:01 -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-devel/distcc/distcc-3.2_rc1-r1.ebuild,v 
1.1 2014/10/29 18:52:28 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.2_rc1-r1.ebuild,v 
1.2 2014/11/02 10:10:01 swift Exp $
 
 EAPI=5
 
@@ -20,7 +20,7 @@
 
 RESTRICT="test"
 
-RDEPEND="${PYTHON_DEPS}
+CDEPEND="${PYTHON_DEPS}
        dev-libs/popt
        avahi? ( >=net-dns/avahi-0.6[dbus] )
        gnome? (
@@ -31,9 +31,9 @@
        )
        gssapi? ( net-libs/libgssglue )
        gtk? ( x11-libs/gtk+:2 )"
-DEPEND="${RDEPEND}
+DEPEND="${CDEPEND}
        virtual/pkgconfig"
-RDEPEND="${RDEPEND}
+RDEPEND="${CDEPEND}
        !net-misc/pump
        >=sys-devel/gcc-config-1.4.1
        selinux? ( sec-policy/selinux-distcc )



1.238                sys-devel/distcc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/distcc/ChangeLog?rev=1.238&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/distcc/ChangeLog?rev=1.238&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/distcc/ChangeLog?r1=1.237&r2=1.238

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v
retrieving revision 1.237
retrieving revision 1.238
diff -u -r1.237 -r1.238
--- ChangeLog   29 Oct 2014 18:52:28 -0000      1.237
+++ ChangeLog   2 Nov 2014 10:10:01 -0000       1.238
@@ -1,6 +1,11 @@
 # ChangeLog for sys-devel/distcc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.237 
2014/10/29 18:52:28 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.238 
2014/11/02 10:10:01 swift Exp $
+
+  02 Nov 2014; Sven Vermeulen <[email protected]> distcc-3.1-r10.ebuild,
+  distcc-3.2_rc1-r1.ebuild:
+  Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug
+  #527698)
 
 *distcc-3.2_rc1-r1 (29 Oct 2014)
 *distcc-3.1-r10 (29 Oct 2014)




Reply via email to