commit: 53e91251af45bc7536612f203383b26c6c68a841
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 13 12:15:44 2016 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Mar 13 12:16:34 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53e91251
net-misc/tor: add app-text/asciidoc as a DEPEND
Thanks toralf
Package-Manager: portage-2.2.26
net-misc/tor/tor-0.2.6.10.ebuild | 8 +++++---
net-misc/tor/tor-0.2.7.6.ebuild | 9 +++++----
net-misc/tor/tor-0.2.8.1_alpha.ebuild | 7 ++++---
3 files changed, 14 insertions(+), 10 deletions(-)
diff --git a/net-misc/tor/tor-0.2.6.10.ebuild b/net-misc/tor/tor-0.2.6.10.ebuild
index fd62e68..f15de90 100644
--- a/net-misc/tor/tor-0.2.6.10.ebuild
+++ b/net-misc/tor/tor-0.2.6.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -19,9 +19,11 @@ SLOT="0"
KEYWORDS="amd64 arm ~mips ppc ppc64 sparc x86"
IUSE="-bufferevents nat-pmp scrypt seccomp selinux stats systemd tor-hardening
transparent-proxy test upnp web"
-DEPEND="dev-libs/openssl:=
- sys-libs/zlib
+DEPEND="
+ app-text/asciidoc
dev-libs/libevent
+ dev-libs/openssl:=
+ sys-libs/zlib
bufferevents? ( dev-libs/libevent[ssl] )
nat-pmp? ( net-libs/libnatpmp )
scrypt? ( app-crypt/libscrypt )
diff --git a/net-misc/tor/tor-0.2.7.6.ebuild b/net-misc/tor/tor-0.2.7.6.ebuild
index 3bb8017..d153199 100644
--- a/net-misc/tor/tor-0.2.7.6.ebuild
+++ b/net-misc/tor/tor-0.2.7.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -20,11 +20,12 @@ KEYWORDS="amd64 arm ~mips ppc ppc64 ~sparc x86 ~ppc-macos"
IUSE="-bufferevents libressl scrypt seccomp selinux stats systemd
tor-hardening transparent-proxy test web"
DEPEND="
- !libressl? ( dev-libs/openssl:0=[-bindist] )
- libressl? ( dev-libs/libressl:= )
- sys-libs/zlib
+ app-text/asciidoc
dev-libs/libevent
+ sys-libs/zlib
bufferevents? ( dev-libs/libevent[ssl] )
+ !libressl? ( dev-libs/openssl:0=[-bindist] )
+ libressl? ( dev-libs/libressl:= )
scrypt? ( app-crypt/libscrypt )
seccomp? ( sys-libs/libseccomp )
systemd? ( sys-apps/systemd )"
diff --git a/net-misc/tor/tor-0.2.8.1_alpha.ebuild
b/net-misc/tor/tor-0.2.8.1_alpha.ebuild
index f331312..40aac7e 100644
--- a/net-misc/tor/tor-0.2.8.1_alpha.ebuild
+++ b/net-misc/tor/tor-0.2.8.1_alpha.ebuild
@@ -20,11 +20,12 @@ KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86
~ppc-macos"
IUSE="-bufferevents libressl scrypt seccomp selinux stats systemd
tor-hardening transparent-proxy test web"
DEPEND="
- !libressl? ( dev-libs/openssl:0=[-bindist] )
- libressl? ( dev-libs/libressl:= )
- sys-libs/zlib
+ app-text/asciidoc
dev-libs/libevent
+ sys-libs/zlib
bufferevents? ( dev-libs/libevent[ssl] )
+ !libressl? ( dev-libs/openssl:0=[-bindist] )
+ libressl? ( dev-libs/libressl:= )
scrypt? ( app-crypt/libscrypt )
seccomp? ( sys-libs/libseccomp )
systemd? ( sys-apps/systemd )"