diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-11-02 17:49:35 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-11-02 17:49:35 +0000 |
commit | e4c5fcbfb3b5290e7e69704392f197704f8aeae6 (patch) | |
tree | e5746842737c1c02ebeac355cd6293646c88cbc9 /net-misc/tor | |
parent | Stable for amd64 wrt bug #526758 (diff) | |
download | gentoo-2-e4c5fcbfb3b5290e7e69704392f197704f8aeae6.tar.gz gentoo-2-e4c5fcbfb3b5290e7e69704392f197704f8aeae6.tar.bz2 gentoo-2-e4c5fcbfb3b5290e7e69704392f197704f8aeae6.zip |
Fix USE typo noticed by Marco Ziebell.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'net-misc/tor')
-rw-r--r-- | net-misc/tor/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/tor/metadata.xml | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/net-misc/tor/ChangeLog b/net-misc/tor/ChangeLog index 1a8c154b4a9d..a22ce3aaa539 100644 --- a/net-misc/tor/ChangeLog +++ b/net-misc/tor/ChangeLog @@ -1,6 +1,9 @@ # 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.444 2014/11/02 09:18:00 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v 1.445 2014/11/02 17:49:35 slyfox Exp $ + + 02 Nov 2014; Sergei Trofimovich <slyfox@gentoo.org> metadata.xml: + Fix USE typo noticed by Marco Ziebell. 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 diff --git a/net-misc/tor/metadata.xml b/net-misc/tor/metadata.xml index 709dd4847e3f..1962fb4d7eff 100644 --- a/net-misc/tor/metadata.xml +++ b/net-misc/tor/metadata.xml @@ -10,7 +10,7 @@ <flag name='ecc'>Enable Elliptical Curve Cyptography</flag> <flag name='stats'>Enable tracking of how much of each kind of resource we download</flag> <flag name='nat-pmp'>Enable NAT Port Mapping Protocol</flag> - <flag name='scrypt'>Use libscript for the scrypt algorithm</flag> + <flag name='scrypt'>Use <pkg>app-crypt/libscrypt</pkg> for the scrypt algorithm</flag> <flag name='seccomp'>Enable seccomp for system call filtering</flag> <flag name='tor-hardening'>Compile tor with hardening on vanilla compilers/linkers</flag> <flag name='transparent-proxy'>Enable transparent proxying</flag> |