diff options
author | Sven Vermeulen <swift@gentoo.org> | 2014-11-02 09:28:15 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2014-11-02 09:28:15 +0000 |
commit | 60b7577e20c0db4011e838b1cb8de0aab2e86d8b (patch) | |
tree | 29a5a4aa46d770104fbb5cfa3b690c508588a7ea /net-p2p | |
parent | Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug #... (diff) | |
download | gentoo-2-60b7577e20c0db4011e838b1cb8de0aab2e86d8b.tar.gz gentoo-2-60b7577e20c0db4011e838b1cb8de0aab2e86d8b.tar.bz2 gentoo-2-60b7577e20c0db4011e838b1cb8de0aab2e86d8b.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 'net-p2p')
-rw-r--r-- | net-p2p/rtorrent/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/rtorrent/rtorrent-0.9.3.ebuild | 7 | ||||
-rw-r--r-- | net-p2p/rtorrent/rtorrent-0.9.4-r1.ebuild | 7 | ||||
-rw-r--r-- | net-p2p/rtorrent/rtorrent-0.9.4.ebuild | 7 |
4 files changed, 18 insertions, 10 deletions
diff --git a/net-p2p/rtorrent/ChangeLog b/net-p2p/rtorrent/ChangeLog index df1c276c8c9f..e4906fcdde0c 100644 --- a/net-p2p/rtorrent/ChangeLog +++ b/net-p2p/rtorrent/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-p2p/rtorrent # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.192 2014/10/27 16:06:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.193 2014/11/02 09:28:15 swift Exp $ + + 02 Nov 2014; Sven Vermeulen <swift@gentoo.org> rtorrent-0.9.3.ebuild, + rtorrent-0.9.4-r1.ebuild, rtorrent-0.9.4.ebuild: + Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug + #527698) 27 Oct 2014; Agostino Sarubbo <ago@gentoo.org> rtorrent-0.9.3.ebuild: Stable for ppc64, wrt bug #499474 diff --git a/net-p2p/rtorrent/rtorrent-0.9.3.ebuild b/net-p2p/rtorrent/rtorrent-0.9.3.ebuild index 3eb0054e4479..bd629732e9a5 100644 --- a/net-p2p/rtorrent/rtorrent-0.9.3.ebuild +++ b/net-p2p/rtorrent/rtorrent-0.9.3.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/net-p2p/rtorrent/rtorrent-0.9.3.ebuild,v 1.7 2014/10/27 16:06:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.9.3.ebuild,v 1.8 2014/11/02 09:28:15 swift Exp $ EAPI=4 @@ -19,10 +19,11 @@ COMMON_DEPEND="~net-libs/libtorrent-0.13.${PV##*.} >=dev-libs/libsigc++-2.2.2:2 >=net-misc/curl-7.19.1 sys-libs/ncurses - selinux? ( sec-policy/selinux-rtorrent ) xmlrpc? ( dev-libs/xmlrpc-c )" RDEPEND="${COMMON_DEPEND} - daemon? ( app-misc/screen )" + daemon? ( app-misc/screen ) + selinux? ( sec-policy/selinux-rtorrent ) +" DEPEND="${COMMON_DEPEND} test? ( dev-util/cppunit ) virtual/pkgconfig" diff --git a/net-p2p/rtorrent/rtorrent-0.9.4-r1.ebuild b/net-p2p/rtorrent/rtorrent-0.9.4-r1.ebuild index 77504a23eae6..696e58b9c968 100644 --- a/net-p2p/rtorrent/rtorrent-0.9.4-r1.ebuild +++ b/net-p2p/rtorrent/rtorrent-0.9.4-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/net-p2p/rtorrent/rtorrent-0.9.4-r1.ebuild,v 1.1 2014/07/01 19:31:42 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.9.4-r1.ebuild,v 1.2 2014/11/02 09:28:15 swift Exp $ EAPI=5 @@ -19,10 +19,11 @@ COMMON_DEPEND="~net-libs/libtorrent-0.13.${PV##*.} >=dev-libs/libsigc++-2.2.2:2 >=net-misc/curl-7.19.1 sys-libs/ncurses - selinux? ( sec-policy/selinux-rtorrent ) xmlrpc? ( dev-libs/xmlrpc-c )" RDEPEND="${COMMON_DEPEND} - daemon? ( app-misc/screen )" + daemon? ( app-misc/screen ) + selinux? ( sec-policy/selinux-rtorrent ) +" DEPEND="${COMMON_DEPEND} test? ( dev-util/cppunit ) virtual/pkgconfig" diff --git a/net-p2p/rtorrent/rtorrent-0.9.4.ebuild b/net-p2p/rtorrent/rtorrent-0.9.4.ebuild index e19eb080cd4b..4dad9ae0ff8f 100644 --- a/net-p2p/rtorrent/rtorrent-0.9.4.ebuild +++ b/net-p2p/rtorrent/rtorrent-0.9.4.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/net-p2p/rtorrent/rtorrent-0.9.4.ebuild,v 1.1 2014/06/29 16:06:24 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.9.4.ebuild,v 1.2 2014/11/02 09:28:15 swift Exp $ EAPI=4 @@ -19,10 +19,11 @@ COMMON_DEPEND="~net-libs/libtorrent-0.13.${PV##*.} >=dev-libs/libsigc++-2.2.2:2 >=net-misc/curl-7.19.1 sys-libs/ncurses - selinux? ( sec-policy/selinux-rtorrent ) xmlrpc? ( dev-libs/xmlrpc-c )" RDEPEND="${COMMON_DEPEND} - daemon? ( app-misc/screen )" + daemon? ( app-misc/screen ) + selinux? ( sec-policy/selinux-rtorrent ) +" DEPEND="${COMMON_DEPEND} test? ( dev-util/cppunit ) virtual/pkgconfig" |