diff options
author | 2014-11-02 10:10:01 +0000 | |
---|---|---|
committer | 2014-11-02 10:10:01 +0000 | |
commit | 784a0ea62d94923be7b989234c66341e9f09d9c5 (patch) | |
tree | 8f460e4c9d6f0268b6f6e756b301496d6e10a0a1 /sys-devel/distcc | |
parent | Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug #... (diff) | |
download | gentoo-2-784a0ea62d94923be7b989234c66341e9f09d9c5.tar.gz gentoo-2-784a0ea62d94923be7b989234c66341e9f09d9c5.tar.bz2 gentoo-2-784a0ea62d94923be7b989234c66341e9f09d9c5.zip |
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)
Diffstat (limited to 'sys-devel/distcc')
-rw-r--r-- | sys-devel/distcc/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/distcc/distcc-3.1-r10.ebuild | 8 | ||||
-rw-r--r-- | sys-devel/distcc/distcc-3.2_rc1-r1.ebuild | 8 |
3 files changed, 14 insertions, 9 deletions
diff --git a/sys-devel/distcc/ChangeLog b/sys-devel/distcc/ChangeLog index 603352d0df83..61d8c1645378 100644 --- a/sys-devel/distcc/ChangeLog +++ b/sys-devel/distcc/ChangeLog @@ -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 <swift@gentoo.org> 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) diff --git a/sys-devel/distcc/distcc-3.1-r10.ebuild b/sys-devel/distcc/distcc-3.1-r10.ebuild index 3b8386d5b83f..18cb669d825b 100644 --- a/sys-devel/distcc/distcc-3.1-r10.ebuild +++ b/sys-devel/distcc/distcc-3.1-r10.ebuild @@ -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 @@ IUSE="avahi gtk hardened ipv6 selinux xinetd" 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 ) diff --git a/sys-devel/distcc/distcc-3.2_rc1-r1.ebuild b/sys-devel/distcc/distcc-3.2_rc1-r1.ebuild index 639bf4fe9ed9..4009b79fafb3 100644 --- a/sys-devel/distcc/distcc-3.2_rc1-r1.ebuild +++ b/sys-devel/distcc/distcc-3.2_rc1-r1.ebuild @@ -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 @@ IUSE="avahi crossdev gnome gssapi gtk hardened ipv6 selinux xinetd" RESTRICT="test" -RDEPEND="${PYTHON_DEPS} +CDEPEND="${PYTHON_DEPS} dev-libs/popt avahi? ( >=net-dns/avahi-0.6[dbus] ) gnome? ( @@ -31,9 +31,9 @@ RDEPEND="${PYTHON_DEPS} ) 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 ) |