diff options
author | Sven Vermeulen <swift@gentoo.org> | 2014-11-02 09:18:00 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2014-11-02 09:18:00 +0000 |
commit | 8801a474ba55ad69b762bcfe0dcc37198e409fb6 (patch) | |
tree | d1d9e689bb7ce693932ac7aa4de499734b998a86 /net-misc/tor | |
parent | Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug #... (diff) | |
download | gentoo-2-8801a474ba55ad69b762bcfe0dcc37198e409fb6.tar.gz gentoo-2-8801a474ba55ad69b762bcfe0dcc37198e409fb6.tar.bz2 gentoo-2-8801a474ba55ad69b762bcfe0dcc37198e409fb6.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-misc/tor')
-rw-r--r-- | net-misc/tor/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/tor/tor-0.2.4.25.ebuild | 9 |
2 files changed, 10 insertions, 5 deletions
diff --git a/net-misc/tor/ChangeLog b/net-misc/tor/ChangeLog index eb9047294609..1a8c154b4a9d 100644 --- a/net-misc/tor/ChangeLog +++ b/net-misc/tor/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/tor # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v 1.443 2014/11/01 12:31:00 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v 1.444 2014/11/02 09:18:00 swift Exp $ + + 02 Nov 2014; Sven Vermeulen <swift@gentoo.org> tor-0.2.4.25.ebuild: + Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug + #527698) 01 Nov 2014; Anthony G. Basile <blueness@gentoo.org> tor-0.2.5.10.ebuild, tor-0.2.6.1_alpha.ebuild: diff --git a/net-misc/tor/tor-0.2.4.25.ebuild b/net-misc/tor/tor-0.2.4.25.ebuild index dcc5618c7bc4..a71caa97aa15 100644 --- a/net-misc/tor/tor-0.2.4.25.ebuild +++ b/net-misc/tor/tor-0.2.4.25.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-misc/tor/tor-0.2.4.25.ebuild,v 1.3 2014/10/21 17:31:01 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.4.25.ebuild,v 1.4 2014/11/02 09:18:00 swift Exp $ EAPI="5" @@ -24,9 +24,10 @@ DEPEND="dev-libs/openssl dev-libs/libevent bufferevents? ( dev-libs/libevent[ssl] ) nat-pmp? ( net-libs/libnatpmp ) - upnp? ( net-libs/miniupnpc ) - selinux? ( sec-policy/selinux-tor )" -RDEPEND="${DEPEND}" + upnp? ( net-libs/miniupnpc )" +RDEPEND="${DEPEND} + selinux? ( sec-policy/selinux-tor ) +" pkg_setup() { enewgroup tor |